Remove constructors arguments deprecated since Foxy#190
Conversation
…deprecated alternatives Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
jacobperron
left a comment
There was a problem hiding this comment.
Based on CI results, it looks like some tests need to be updated too.
|
This change regressed the performance tests with a cryptic exception: http://build.ros2.org/view/Rci/job/Rci__nightly-performance_ubuntu_focal_amd64/112/ After modifying the code, I was able to extract a traceback: EDIT: Looks like the regression is because this change dropped the |
|
@cottsay |
There were, but it didn't make the build go yellow and they were lost in the wall of text coming out of |
I think this is an instance where ros2/ci#509 would have helped. It's on the long-term TODO list, but we need to spend some time on it. Separately, I will say that that error message is hard for the end user to tell what happened. @ivanpauno @jacobperron Could we throw a nicer exception for unknown keyword arguments? |
The error message wasn't obvious because of a mistake in this patch. |
Cleaning up things deprecated before Foxy release.
Follow up of #189.