-
Notifications
You must be signed in to change notification settings - Fork 167
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 yaml parser error when meets .nan (refactor on #754) #781
Conversation
Signed-off-by: Ada-King <[email protected]> Correct code style Signed-off-by: Ada-King <[email protected]> Modify as suggested Signed-off-by: Ada-King <[email protected]> Improve test Signed-off-by: Ada-King <[email protected]> Fix minor flaw Signed-off-by: Ada-King <[email protected]> Fix minor flaw again Signed-off-by: Ada-King <[email protected]> Satisfy windows CI Signed-off-by: Ada-King <[email protected]> Change the match rule for special float Signed-off-by: Ada-King <[email protected]> Distinguish +.inf and -.inf Signed-off-by: Ada-King <[email protected]>
Signed-off-by: Chris Lalancette <[email protected]>
Signed-off-by: Chris Lalancette <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks generally good to me. The one exception is that there are failing tests in the PR job. @brawner are these currently expected?
@clalancette, the rpr job has failures in Testing |
This passes CI for both rcl_yaml_param_parser and rcl. Thanks @Ada-King for the patch! |
This will need a backport, but will be dependent on the backport of #754. |
* Fix yaml parser error when meets .nan Signed-off-by: Ada-King <[email protected]> Correct code style Signed-off-by: Ada-King <[email protected]> Modify as suggested Signed-off-by: Ada-King <[email protected]> Improve test Signed-off-by: Ada-King <[email protected]> Fix minor flaw Signed-off-by: Ada-King <[email protected]> Fix minor flaw again Signed-off-by: Ada-King <[email protected]> Satisfy windows CI Signed-off-by: Ada-King <[email protected]> Change the match rule for special float Signed-off-by: Ada-King <[email protected]> Distinguish +.inf and -.inf Signed-off-by: Ada-King <[email protected]> * Remove unnecessary #include change. Signed-off-by: Chris Lalancette <[email protected]> * Add in two more necessary includes. Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Ada-King <[email protected]> Co-authored-by: Chris Lalancette <[email protected]>
* Fix yaml parser error when meets .nan Signed-off-by: Ada-King <[email protected]> Correct code style Signed-off-by: Ada-King <[email protected]> Modify as suggested Signed-off-by: Ada-King <[email protected]> Improve test Signed-off-by: Ada-King <[email protected]> Fix minor flaw Signed-off-by: Ada-King <[email protected]> Fix minor flaw again Signed-off-by: Ada-King <[email protected]> Satisfy windows CI Signed-off-by: Ada-King <[email protected]> Change the match rule for special float Signed-off-by: Ada-King <[email protected]> Distinguish +.inf and -.inf Signed-off-by: Ada-King <[email protected]> * Remove unnecessary #include change. Signed-off-by: Chris Lalancette <[email protected]> * Add in two more necessary includes. Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Ada-King <[email protected]> Co-authored-by: Chris Lalancette <[email protected]>
* Fix yaml parser error when meets .nan Signed-off-by: Ada-King <[email protected]> Correct code style Signed-off-by: Ada-King <[email protected]> Modify as suggested Signed-off-by: Ada-King <[email protected]> Improve test Signed-off-by: Ada-King <[email protected]> Fix minor flaw Signed-off-by: Ada-King <[email protected]> Fix minor flaw again Signed-off-by: Ada-King <[email protected]> Satisfy windows CI Signed-off-by: Ada-King <[email protected]> Change the match rule for special float Signed-off-by: Ada-King <[email protected]> Distinguish +.inf and -.inf Signed-off-by: Ada-King <[email protected]> * Remove unnecessary #include change. Signed-off-by: Chris Lalancette <[email protected]> * Add in two more necessary includes. Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Ada-King <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> Signed-off-by: Stephen Brawner <[email protected]>
* Fix yaml parser error when meets .nan Signed-off-by: Ada-King <[email protected]> Correct code style Signed-off-by: Ada-King <[email protected]> Modify as suggested Signed-off-by: Ada-King <[email protected]> Improve test Signed-off-by: Ada-King <[email protected]> Fix minor flaw Signed-off-by: Ada-King <[email protected]> Fix minor flaw again Signed-off-by: Ada-King <[email protected]> Satisfy windows CI Signed-off-by: Ada-King <[email protected]> Change the match rule for special float Signed-off-by: Ada-King <[email protected]> Distinguish +.inf and -.inf Signed-off-by: Ada-King <[email protected]> * Remove unnecessary #include change. Signed-off-by: Chris Lalancette <[email protected]> * Add in two more necessary includes. Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Ada-King <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> Signed-off-by: Stephen Brawner <[email protected]> Co-authored-by: Ada-King <[email protected]> Co-authored-by: Chris Lalancette <[email protected]>
This is a rebased squash of #741. See that discussion for comments about the files. This PR was rebased and squashed into one commit after merging #754.
Fixes #555
Signed-off-by: Ada-King [email protected]
Correct code style
Signed-off-by: Ada-King [email protected]
Modify as suggested
Signed-off-by: Ada-King [email protected]
Improve test
Signed-off-by: Ada-King [email protected]
Fix minor flaw
Signed-off-by: Ada-King [email protected]
Fix minor flaw again
Signed-off-by: Ada-King [email protected]
Satisfy windows CI
Signed-off-by: Ada-King [email protected]
Change the match rule for special float
Signed-off-by: Ada-King [email protected]
Distinguish +.inf and -.inf
Signed-off-by: Ada-King [email protected]