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
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?
The text was updated successfully, but these errors were encountered:
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:
The dump will only list
a.h
andb.h
as the headers when givinginclude/
as the public headers folder. Am I missing something?The text was updated successfully, but these errors were encountered: