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

parse LANGUAGE argument case insensitive #255

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

Karsten1987
Copy link
Contributor

@Karsten1987 Karsten1987 commented Jun 13, 2020

uncrustify and cppcheck both accept a language specifier, yet both are taking the argument with different cases (c++ vs C++).
At least on ament cmake side, we should accept both values and convert them to the appropriate case.

I am not sure how cmake works with backporting, but ideally that change would land in Foxy as well.

Signed-off-by: Karsten Knese <karsten@openrobotics.org>
@Karsten1987 Karsten1987 self-assigned this Jun 13, 2020
Copy link
Contributor

@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.

I don't see any issue backporting this change.

@Karsten1987 Karsten1987 merged commit 099ce77 into master Jun 18, 2020
@delete-merged-branch delete-merged-branch bot deleted the case_insensitive_language branch June 18, 2020 17:31
Karsten1987 added a commit that referenced this pull request Jun 18, 2020
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
Karsten1987 added a commit that referenced this pull request Jun 23, 2020
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
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