-
Notifications
You must be signed in to change notification settings - Fork 170
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
replace removeprefix with string slicing. #953
Conversation
Signed-off-by: Tomoya Fujita <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clalancette @ahcorde requesting review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me with green CI.
Pulls: #953 |
I really do not think the following access violation is generated by this PR. --- stderr: test_launch_ros
01:30:33 Windows fatal exception: access violation
01:30:33
01:30:33 Thread 0x00002ad4 (most recent call first):
01:30:33 File "C:\ci\ws\install\Lib\site-packages\rclpy\executors.py", line 718 in _wait_for_ready_callbacks
01:30:33 File "C:\ci\ws\install\Lib\site-packages\rclpy\executors.py", line 814 in wait_for_ready_callbacks
01:30:33 File "C:\ci\ws\install\Lib\site-packages\rclpy\executors.py", line 844 in _spin_once_impl
01:30:33 File "C:\ci\ws\install\Lib\site-packages\rclpy\executors.py", line 860 in spin_once
01:30:33 File "C:\ci\ws\install\Lib\site-packages\launch_ros\ros_adapters.py", line 77 in _run
01:30:33 File "C:\Python38\lib\threading.py", line 870 in run
01:30:33 File "C:\Python38\lib\threading.py", line 932 in _bootstrap_inner
01:30:33 File "C:\Python38\lib\threading.py", line 890 in _bootstrap retry CI windows. |
this is originally required for already released distros. @Mergifyio backport humble jazzy |
@Mergifyio backport humble jazzy |
✅ Backports have been created
|
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 35d6abd)
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 35d6abd) Co-authored-by: Tomoya Fujita <[email protected]>
closes #909