lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
624 stars 78 forks source link

Circular dependencies #99

Open Holo-Viktor opened 5 years ago

Holo-Viktor commented 5 years ago

according to the readmes ABICC requires ABI dumper and ABI dumper requires ABICC

Dave-Allured commented 4 years ago

It looks like there is a simple mistake in the documentation for abi-dumper, and there is no actual circular dependency.

abi-dumper/README.md says this:

Requires
...
ABI Compliance Checker >= 2.2 (https://github.com/lvc/abi-compliance-checker)

However, no such dependency is listed in abi-dumper/INSTALL.

I did not check the code in detail, but this makes sense in this code architecture. If developer agrees, would you please remove this dependency line for ABI Compliance Checker in abi-dumper/README.md. Thank you.