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

Fix escaping in string literals #595

Merged
merged 2 commits into from
May 13, 2021

Conversation

ivanpauno
Copy link
Member

  • rosidl_parser: Fix regex matching escape sequences.
  • rosidl_adapter: Generate default values with correct escape sequences.

Extracted from #593.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
@ivanpauno ivanpauno added the bug Something isn't working label May 12, 2021
@ivanpauno ivanpauno self-assigned this May 12, 2021
Copy link
Member

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending CI

@jacobperron
Copy link
Member

This looks like something we should consider for backporting

@ivanpauno
Copy link
Member Author

ivanpauno commented May 12, 2021

CI:

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

@ivanpauno ivanpauno merged commit 155ba4f into master May 13, 2021
@delete-merged-branch delete-merged-branch bot deleted the ivanpauno/fix-string-literal-escaping branch May 13, 2021 15:36
@ivanpauno ivanpauno added this to Proposed in Foxy Patch Release 5 via automation May 13, 2021
@ivanpauno ivanpauno added this to Proposed in Galactic Patch Release 1 via automation May 13, 2021
@clalancette clalancette moved this from Proposed to Needs backport in Galactic Patch Release 1 May 27, 2021
jacobperron pushed a commit that referenced this pull request Aug 31, 2021
* rosidl_parser: Fix regex matching escape sequences.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

* rosidl_adapter: Generate default values with correct escape sequences.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
jacobperron pushed a commit that referenced this pull request Aug 31, 2021
* rosidl_parser: Fix regex matching escape sequences.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

* rosidl_adapter: Generate default values with correct escape sequences.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
@jacobperron jacobperron removed this from Proposed in Foxy Patch Release 5 Aug 31, 2021
@jacobperron jacobperron removed this from Needs backport in Galactic Patch Release 1 Aug 31, 2021
jacobperron added a commit that referenced this pull request Oct 15, 2021
* rosidl_parser: Fix regex matching escape sequences.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

* rosidl_adapter: Generate default values with correct escape sequences.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

Co-authored-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
jacobperron added a commit that referenced this pull request Jan 11, 2022
* rosidl_parser: Fix regex matching escape sequences.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

* rosidl_adapter: Generate default values with correct escape sequences.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

Co-authored-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants