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

rename nested loop index #643

Merged
merged 1 commit into from
Jan 22, 2022
Merged

rename nested loop index #643

merged 1 commit into from
Jan 22, 2022

Conversation

ibnHatab
Copy link
Contributor

@ibnHatab ibnHatab commented Jan 6, 2022

Fixing minor issue with loop index mentioned in:
#642

rosidl_adapter pytest passed and no changes in IDL output visible.

@clalancette
Copy link
Contributor

@ibnHatab After looking at this for a bit, I think we actually don't even need the iterator in the outer loop. We never use it. So I opened up ibnHatab#1 , which just removes the iterator in the outer loop completely. If you agree with that, please merge it in (which will update this PR). Also, if there is a specific example problem that you ran into for this, it would be great if you could write a short test that shows the problem.

@clalancette clalancette self-assigned this Jan 20, 2022
@clalancette
Copy link
Contributor

CI:

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

Signed-off-by: ibnHatab <lib.aca55a@gmail.com>
@clalancette
Copy link
Contributor

clalancette commented Jan 20, 2022

Rebased, so here is another CI:

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

@clalancette
Copy link
Contributor

The test failures on Windows are known. Thanks for the contribution @ibnHatab !

@clalancette clalancette merged commit 55f4854 into ros2:master Jan 22, 2022
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.

None yet

2 participants