[backport humble] Implement Any, All, Equals, and NotEquals substitutions (#649)#871
Conversation
|
Note that #864 backports some of this, looks like it will get merged soon. |
* Implement Any and All substitutions Signed-off-by: methylDragon <methylDragon@gmail.com> * Implement Equals and NotEquals substitutions Signed-off-by: methylDragon <methylDragon@gmail.com> * Implement stringification for equality substitutions Signed-off-by: methylDragon <methylDragon@gmail.com> * Fix tests Signed-off-by: methylDragon <methylDragon@gmail.com> * Use type utils and add to docstrings Signed-off-by: methylDragon <methylDragon@gmail.com> * Check for substitutions on init in Equals substitution Signed-off-by: methylDragon <methylDragon@gmail.com> * Fix flake8 errors Signed-off-by: methylDragon <methylDragon@gmail.com> * Fix typo in self-description Signed-off-by: methylDragon <methylDragon@gmail.com> Co-authored-by: Jacob Perron <jacob@openrobotics.org> Signed-off-by: methylDragon <methylDragon@gmail.com> Co-authored-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
c38e45c to
0dc02f4
Compare
|
Rebased to latest humble now that dependent PR merged |
|
Pulls: #871 |
christophebedard
left a comment
There was a problem hiding this comment.
Just one linter fix.
Co-authored-by: Christophe Bedard <bedard.christophe@gmail.com> Signed-off-by: Emerson Knapp <537409+emersonknapp@users.noreply.github.com>
|
Pulls: #871 |
|
I retriggered the RHEL job, but we should make sure it's the right job number once it actually starts running |
|
@christophebedard looks like it's good! It was the right job number. The issues seem common to RHEL jobs on Humble already, see for example https://ci.ros2.org/job/ci_linux-rhel/2891/#showFailuresLink |
Backport #649 to humble
Depends on #872