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

[MSA] One XML Parser #1382

Merged
merged 1 commit into from
Jun 21, 2022
Merged

[MSA] One XML Parser #1382

merged 1 commit into from
Jun 21, 2022

Conversation

DLu
Copy link
Contributor

@DLu DLu commented Jun 20, 2022

Description

Closes #1263

The major functional differences between TinyXml(1) and TinyXML2 are

  • tinyxml2 requires the XMLDocument to create a new element, so that is added to the uniqueInsert parameters.
  • tinyxml2::XMLPrinter does not have a Str method, so a helper method is instead created to convert to std::string
  • tinyxml2::XMLDocument no longer has a ErrorCol method (or equivalent)

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

@mergify
Copy link

mergify bot commented Jun 20, 2022

Please target the main branch for development, we will backport the changes to feature/msa for you if approved and if they don't break API.

@codecov
Copy link

codecov bot commented Jun 20, 2022

Codecov Report

Merging #1382 (fe2a57e) into feature/msa (bd49e18) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           feature/msa    #1382   +/-   ##
============================================
  Coverage        61.56%   61.56%           
============================================
  Files              274      274           
  Lines            24965    24965           
============================================
  Hits             15368    15368           
  Misses            9597     9597           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd49e18...fe2a57e. Read the comment docs.

Copy link
Contributor

@vatanaksoytezer vatanaksoytezer 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 to me, thanks!

@vatanaksoytezer vatanaksoytezer merged commit 6ab2036 into moveit:feature/msa Jun 21, 2022
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.

None yet

2 participants