ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
46 stars 89 forks source link

Pass all string format arguments as a tuple #339

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

Closes #338

nuclearsandwich commented 2 years ago

As a side note, I tried pretty hard in #337 to get a failure in a test method when using conditional build types and couldn't. There are some codepaths that will be pretty hard to smoke test (like pushing to a git remote) but maybe we should take some of the canary packages I created to test bloom behavior and embed them here for testing the cli tools directly.