-
Notifications
You must be signed in to change notification settings - Fork 15
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
Several xml parser improvements #279
Several xml parser improvements #279
Conversation
Make checking for non negative numbers in tags robust against white spaces. Signed-off-by: Christoph Niethammer <[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.
Thank you for this PR 😃 Looks good besides some smaller comments/questions.
Maybe we can also fix/unify the shifted
value in in one of the components files (examples/DropletCoalescence/components.xml) with this PR?
Signed-off-by: Christoph Niethammer <[email protected]>
I would clean up the examples in a separate PR later on. |
Description
Improvements to the xml parser for boolean values.
true
and "false", "off", "no", and "0" asfalse
, while reporting everything else as an error.Related Pull Requests
Resolved Issues
(None)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.