You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
according to the readmes ABICC requires ABI dumper and ABI dumper requires ABICC
The text was updated successfully, but these errors were encountered: