Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip namespaces? #4

Open
michihenning opened this issue Nov 13, 2015 · 1 comment
Open

Skip namespaces? #4

michihenning opened this issue Nov 13, 2015 · 1 comment

Comments

@michihenning
Copy link

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.

@aponomarenko
Copy link
Collaborator

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:

abi-compliance-checker ... -skip-internal-symbols "\d(NS1|NS2|...)" -skip-internal-types "(NS1|NS2|...)::"

where NS1, NS2, ... — private namespaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants