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

Hierarchical headers #32

Open
jpboivin opened this issue Oct 5, 2021 · 0 comments
Open

Hierarchical headers #32

jpboivin opened this issue Oct 5, 2021 · 0 comments

Comments

@jpboivin
Copy link

jpboivin commented Oct 5, 2021

Hello,

I've tried abi-dumper on a project to see if it could be used to detect API/ABI issues. The project uses hierarchical headers and it looks like abi-dumper flatten the hierarchy, which seems problematic to detect header changes.

Suppose the project has the following hierarchy:

  • include/
    • foo/a.h
    • foo/b.h
    • bar/a.h
    • bar/b.h

The dump will only list a.h and b.h as the headers when giving include/ as the public headers folder. Am I missing something?

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

1 participant