catkin / catkin_tools

Command line tools for working with catkin
Apache License 2.0
163 stars 146 forks source link

Warned packages are not appear in build summary #738

Closed furushchev closed 1 year ago

furushchev commented 1 year ago

When running catkin build with --summarize option and the build is successfully finished, all packages and their status appears in summary. However, if there is warning on building packages, they disappear in summary even if they are actually successfully built.

It looks like the summarized packages contain the packages which have status of Successful and Ignored not of Warned.