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 comment in camel case conversion function #683

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

sloretz
Copy link
Contributor

@sloretz sloretz commented Jun 6, 2022

This fixes a comment in convert_camel_case_to_lower_case_underscore. I reimplemented this function in bazel based on the comment and had a bug. In my bazel function ColorRGBA.msg became color_rgb_a.msg because . isn't an upper case letter. The correct result is color_rgba.msg.

@sloretz sloretz self-assigned this Jun 6, 2022
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
@sloretz sloretz force-pushed the sloretz_fix_capitalization_comment branch from 49e275d to a892bde Compare June 6, 2022 22:44
@sloretz
Copy link
Contributor Author

sloretz commented Jun 10, 2022

Since this is only fixing a comment, I think the PR job is enough coverage for CI.

@sloretz sloretz merged commit 5b4700c into master Jun 10, 2022
@delete-merged-branch delete-merged-branch bot deleted the sloretz_fix_capitalization_comment branch June 10, 2022 20:07
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.

2 participants