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
Expected behavior: ABI checker build should compile all headers successfully
Actual behavior: ABI checker fails to compile a header
The include/ignition/msgs/test_config.h header file was added in #249, but it redirects to a non-existent header file. I'm guessing that this redirection header should not have been added in the first place?
In file included from /tmp/suIk835nXK/dump1.h:17:
/usr/local/destination_branch/include/gz/msgs9/ignition/msgs/test_config.h:18:10: fatal error: gz/msgs/test_config.h: No such file or directory
18 | #include <gz/msgs/test_config.h>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered:
Environment
Description
The include/ignition/msgs/test_config.h header file was added in #249, but it redirects to a non-existent header file. I'm guessing that this redirection header should not have been added in the first place?
Steps to reproduce
gz-msgs9
(such as gz_TEST: one more ign -> gz #301)Output
The text was updated successfully, but these errors were encountered: