-
Notifications
You must be signed in to change notification settings - Fork 4
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
Parameter argument conversion from flag node items to atomic values broken #323
Milestone
Comments
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 3, 2025
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 3, 2025
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 3, 2025
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 3, 2025
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 3, 2025
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 3, 2025
aj-stein-gsa
added a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 3, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
This was
linked to
pull requests
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
david-waltermire
pushed a commit
to aj-stein-gsa/metaschema-java
that referenced
this issue
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Currently, when using a recent version of this library built on develop (as of
113e57b
), evaluating a function with parameters that are simple atomic types (meta:string
) where the parameter argument is the value of a flag node will thrown an exception because the conversion (required by the XPath 3.1 specification) is not completely implemented.Who is the bug affecting
Developers using Metapath functions with complex arguments and developers supporting it with supporting code in metaschema-java.
How do we replicate this issue
Expected behavior (i.e. solution)
The value of the flag node item is deferenced correctly per the rules, the value is consumed by function evaluation, and no exception is thrown.
Other comments
(NOTE: Re replicating the issue, a unit test with a simpler model to reproduce the bug without full OSCAL models and external constraints, where this issue was originally detected, is forthcoming. This issue and its ID will be used to provide the unit test with a deep link to this bug report.)
The text was updated successfully, but these errors were encountered: