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

Accept quoted int or float values as strings #464

Merged
merged 4 commits into from
Jun 27, 2019

Conversation

ivanpauno
Copy link
Member

Fixes #461.
Replaces #251.

This is #251 rebased with master, and with the bug fix over it.

Similar to #415.

@ivanpauno ivanpauno self-assigned this Jun 21, 2019
@ivanpauno ivanpauno force-pushed the ivanpauno/fix-int-and-float-in-strings branch from 42a7114 to 43e4cc5 Compare June 21, 2019 14:06
sloretz and others added 2 commits June 21, 2019 11:08
Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
@ivanpauno ivanpauno force-pushed the ivanpauno/fix-int-and-float-in-strings branch from 43e4cc5 to ead0691 Compare June 21, 2019 14:09
@ivanpauno ivanpauno changed the title Ivanpauno/fix int and float in strings Quoted float and int values are strings Jun 21, 2019
@ivanpauno ivanpauno added the in review Waiting for review (Kanban column) label Jun 21, 2019
@ivanpauno
Copy link
Member Author

ivanpauno commented Jun 25, 2019

CI, just to keep the things going (up to rcl, only fastrtps):

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

Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
@ivanpauno
Copy link
Member Author

Thank you @jacobperron for the review. I realized that I built/ran tests up to rcl, instead of to rcl_yaml_param_parser (both locally and in CI). I was actually testing nothing 😂 🤦‍♂️.

CI (up to rcl_yaml_param_parser, only fastrtps):

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

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.

Looks good. Two more small things.

rcl_yaml_param_parser/test/test_parse_yaml.cpp Outdated Show resolved Hide resolved
Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
@ivanpauno
Copy link
Member Author

ivanpauno commented Jun 27, 2019

CI (up to rcl_yaml_param_parser, only fastrtps):

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status (unrelated failures)

@ivanpauno ivanpauno changed the title Quoted float and int values are strings Accept quoted int or float values as strings Jun 27, 2019
@ivanpauno ivanpauno merged commit d6ab086 into master Jun 27, 2019
@delete-merged-branch delete-merged-branch bot deleted the ivanpauno/fix-int-and-float-in-strings branch June 27, 2019 20:51
ivanpauno added a commit that referenced this pull request Jul 24, 2019
Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
ivanpauno added a commit that referenced this pull request Jul 29, 2019
Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in review Waiting for review (Kanban column)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't get parameter list of string from YAML file
3 participants