-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fixed file path in errors when parsing sdf or urdf from string #537
Conversation
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.
I've posted some feedback in #536; can you look at it and let me know what you think?
Codecov Report
@@ Coverage Diff @@
## sdf11 #537 +/- ##
=======================================
Coverage 87.46% 87.47%
=======================================
Files 72 72
Lines 10349 10352 +3
=======================================
+ Hits 9052 9055 +3
Misses 1297 1297
Continue to review full report at Codecov.
|
… checks FilePath during construction, added tests Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
…ti-line and single line string Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
d8885e7
to
09b866b
Compare
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.
LGTM! Just made some comments about GSG violations, but not sure if they're super important w.r.t. current adherence in libsdformat
. Thanks!
…har[] Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
@osrf-jenkins run test |
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.
Looks good. Just a minor comment about where constants are defined.
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
oops, @aaronchongth please use squash merge next time. |
@azeey I apologize, I thought I selected squash merge for the auto-merging, I'll do it manually in the future just in case |
Signed-off-by: Aaron Chong aaronchongth@gmail.com
🦟 Bug fix
Fixes #536
Summary
Checklist
sh tools/code_check.sh
)test coverage)
another open pull request
to support the maintainers
Note to maintainers: Remember to use Squash-Merge