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
When dumping an ABI with abi-compliance-checker, it is possible to exclude namespaces with the directive. Would it be possible to do the same for abi-dumper? I'm getting lots of noise about added symbols in internal namespaces that have nothing to do with the public API. It would be nice to be able to suppress that.
The text was updated successfully, but these errors were encountered:
Yes, there is no such option yet in both tools. I'll add it soon in the abi-compliance-checker. As the temporary workaround you can use the -skip-internal-symbols and -skip-internal-types options of the abi-compliance-checker to skip checking of private symbols:
When dumping an ABI with abi-compliance-checker, it is possible to exclude namespaces with the directive. Would it be possible to do the same for abi-dumper? I'm getting lots of noise about added symbols in internal namespaces that have nothing to do with the public API. It would be nice to be able to suppress that.
The text was updated successfully, but these errors were encountered: