Closed Timple closed 8 months ago
@mjcarroll can you review this and run CI?
Flake8 complains: ./launch/launch_context.py:24:1: F401 'typing.Mapping' imported but unused
.
But it's not part of this PR. Would you like me to fix it, or is this out of scope?
Would you like me to fix it, or is this out of scope?
Let's go ahead and fix it here so we can keep CI green.
Now the tests are stating:
/launch/launch_context.py:66:40: F821 undefined name 'Mapping'
Which I removed because 'Mapping' was indicated as unused import. I hope this can be considered out of scope for this PR as I don't have an idea how to solve this :slightly_frowning_face: Locally all tests are happy.
@Yadunund since you did the last release, do you know what the policy is for getting a new release on iron? :slightly_smiling_face:
Version bumps to core packages (including launch
) would be part of a patch release and I was aiming to do the next one around 19th April.
Cool :sunglasses:
Backport of https://github.com/ros2/launch/pull/751 for ROS iron
Thanks @m-elwin for the works!