Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup qt_dotgraph and make the tests more robust. (backport #296) #297

Open
wants to merge 1 commit into
base: humble
Choose a base branch
from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 7, 2024

  1. Remove all uses of LooseVersion here. The issue it was protecting against is long gone, and LooseVersion is deprecated. Just remove it.
  2. Remove the "simplify" parameter from "add_edge_to_graph". While this is technically an API change, there are no downstream users as far as I can tell and it had no effect.
  3. During the test, make sure to replace carriage return with spaces. This ensures that on Windows, the tests will pass correctly.
    This is an automatic backport of pull request Cleanup qt_dotgraph and make the tests more robust. #296 done by Mergify.

1.  Remove all uses of LooseVersion here.  The issue it
was protecting against is long gone, and LooseVersion is
deprecated.  Just remove it.
2.  Remove the "simplify" parameter from "add_edge_to_graph".
While this is technically an API change, there are no downstream
users as far as I can tell and it had no effect.
3.  During the test, make sure to replace carriage return with
spaces.  This ensures that on Windows, the tests will pass
correctly.

Signed-off-by: Chris Lalancette <[email protected]>
(cherry picked from commit 4a11ebc)
@clalancette
Copy link
Contributor

Pulls: #297
Gist: https://gist.githubusercontent.com/clalancette/eaeca268c17bc67b0834f53c2b5bedb5/raw/7bab06113751d90e20a5d54df67aec0e953617cc/ros2.repos
BUILD args: --packages-above-and-dependencies qt_dotgraph
TEST args: --packages-above qt_dotgraph
ROS Distro: humble
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14796

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant