-
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
Add function-arity()
, function-lookup()
, and function-name()
to default function registry
#275
Comments
NICE! |
I never thought I would get this excitement about an issue in an open-source project. I guess we have infected you, @wandmagic. |
function-lookup()
to default function registryfunction-arity()
function-lookup()
, and function-name()
to default function registry
function-arity()
function-lookup()
, and function-name()
to default function registryfunction-arity()
, function-lookup()
, and function-name()
to default function registry
I adjusted the AC here but in the interim, while implementing some of the other functions is blocked by some very helpful refactoring by Dave to support #309, I can work on the other simpler functions in this category for the time being. I updated the issue accordingly. |
) * [WIP] Add function-lookup impl and tests for #275 * Removed compile and PMD errors and warnings, mostly related to string-join. Adjusted function name resolution, to use the function name resolver, instead of the variable name resolver to ensure that the default function namespace is used. --------- Co-authored-by: David Waltermire <[email protected]>
@aj-stein-gsa Are you going to PR the |
User Story
Per shared interest from @wandmagic and the rest of the FedRAMP Automation Team, I would like us to include
function-arity()
,function-lookup()
,function-name()
to the default function registry for Metapath.NOTE: This function is not listed as a TODO in the registry as of the current state of DefaultFunctionLibrary.java in
develop
, which seems odd. I found some Saxonica documentation which explained the legacyfunction-available()
is not what we need for XPath 3.1, but not sure how it evaded Dave's earlier dump of the spec to text, but here we are.Goals
function-arity()
function-lookup()
implementation to default function library #309function-name()
(Yes, ironically this function was perhaps the very first one we should have implemented so long ago, but oh well. 🤣)
Dependencies
N/A
Acceptance Criteria
Revisions
No response
The text was updated successfully, but these errors were encountered: