-
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
Fix ABI break on sdf11 #606
Conversation
Signed-off-by: Addisu Z. Taddese <[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.
Just one minor comment, but otherwise, LGTM
Signed-off-by: Addisu Z. Taddese <[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.
For context, the ABI breaking change from #542 was released into 11.2.0. This reverts to the 11.1.0 ABI, and will be released into 11.2.1 soon.
@osrf-jenkins run tests, you're good to go now |
I enabled the DCO bot after this PR was open. Let's merge without that check for now, reopening the PR would trigger lots of builds. |
* Add triage, remove ticket templates (#608) Signed-off-by: Louise Poubel <[email protected]> * Fix ABI break on sdf11 (#606) Signed-off-by: Addisu Z. Taddese <[email protected]> * 🎈 11.2.1 (#609) Signed-off-by: Louise Poubel <[email protected]> Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Steve Peters <[email protected]> * Fix segfault when checking for required elements in joint (#610) * Used xml instead of elemXml, added test for this particular case Signed-off-by: Aaron Chong <[email protected]> Co-authored-by: Addisu Z. Taddese <[email protected]> Co-authored-by: Steve Peters <[email protected]> Co-authored-by: Aaron Chong <[email protected]>
🦟 Bug fix
Summary
Similar to #605, but with additional changes for the sdf11 branch. The recently added members to
sdf::ElementPrivate
areexplicitlySetInFile
,lineNumber
, andxmlPath
(sdformat11_11.1.0...sdformat11_11.2.0)Checklist
sh tools/code_check.sh
)test coverage)
another open pull request
to support the maintainers
Note to maintainers: Remember to use Squash-Merge