-
Notifications
You must be signed in to change notification settings - Fork 770
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
[19851] Fix missing mandatory attribute check in XML parser struct type #3995
Conversation
@Mergifyio backport 2.11.x 2.10.x 2.6.x |
✅ Backports have been created
|
Signed-off-by: JesusPoderoso <[email protected]>
ff41db8
to
30968b4
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.
Good fix ! Just leaving a NIT. We will then order a CI
Signed-off-by: JesusPoderoso <[email protected]>
@richiprosima please test this |
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 with green CI
@richiprosima please test mac |
1 similar comment
@richiprosima please test mac |
@richiprosima please test this |
* Refs #19851: Fix missing mandatory attribute check Signed-off-by: JesusPoderoso <[email protected]> * Refs #19851: Apply rev suggestions Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> (cherry picked from commit b10bfe6) # Conflicts: # test/unittest/xmlparser/XMLParserTests.cpp
* Refs #19851: Fix missing mandatory attribute check Signed-off-by: JesusPoderoso <[email protected]> * Refs #19851: Apply rev suggestions Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> (cherry picked from commit b10bfe6)
* Refs #19851: Fix missing mandatory attribute check Signed-off-by: JesusPoderoso <[email protected]> * Refs #19851: Apply rev suggestions Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> (cherry picked from commit b10bfe6)
* Fix missing mandatory attribute check in XML parser struct type (#3995) * Refs #19851: Fix missing mandatory attribute check Signed-off-by: JesusPoderoso <[email protected]> * Refs #19851: Apply rev suggestions Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> (cherry picked from commit b10bfe6) * Refs #198451: Fix conflict Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> Co-authored-by: Jesús Poderoso <[email protected]> Co-authored-by: JesusPoderoso <[email protected]>
… (#4007) * Refs #19851: Fix missing mandatory attribute check Signed-off-by: JesusPoderoso <[email protected]> * Refs #19851: Apply rev suggestions Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> (cherry picked from commit b10bfe6) Co-authored-by: Jesús Poderoso <[email protected]>
* Refs #19851: Fix missing mandatory attribute check Signed-off-by: JesusPoderoso <[email protected]> * Refs #19851: Apply rev suggestions Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]>
… (#4014) * Refs #19851: Fix missing mandatory attribute check * Refs #19851: Apply rev suggestions --------- Signed-off-by: JesusPoderoso <[email protected]> Co-authored-by: Jesús Poderoso <[email protected]>
Description
Struct's name attribute is mandatory to be set while configuring types through XML configuration. This PR add a check in XML parser to fail if no name was defined.
@Mergifyio backport 2.11.x 2.10.x 2.6.x
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist