Skip to content

Conversation

@ricardobtez
Copy link
Contributor

There is a bug in which when we encounter empty elements, the parsing tree is shifted and the children are asigned to parent elements. One really easy fix is to handle that empty element.

  • I agree to follow the project's code of conduct.
  • I added an entry to the project's change log file if knowledge of this change could be valuable to users.
    • Usually called CHANGES.md or CHANGELOG.md
    • Prefix changelog entries for breaking changes with "BREAKING: "

Minor bug fix to parse CustomFields and Empty elements.

ricardobtez and others added 3 commits October 31, 2025 22:36
There is a bug in which when we encounter empty elements, the parsing tree is shifted and
the children are asigned to parent elements. One really easy fix is to handle that empty element.

Signed-off-by: Ricardo Benitez <[email protected]>
Signed-off-by: Ricardo Benitez <[email protected]>
Signed-off-by: Ricardo Benitez <[email protected]>
Copy link
Member

@pjsier pjsier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this! One quick change and I think this is good to go. Sorry for the delay in reviewing

Signed-off-by: Ricardo Benitez <[email protected]>
Copy link
Member

@pjsier pjsier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making that change!

@pjsier pjsier merged commit 8d8fb78 into georust:main Nov 22, 2025
9 checks passed
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.

2 participants