We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
module namespace m = 'm'; declare variable $m:x := 1;
import module namespace m = 'm' at 'm.xqm'; inspect:functions('m.xqm')
[XQST0049] Duplicate declaration of static variable $m:x.
The text was updated successfully, but these errors were encountered:
Related:
module namespace m = "m"; declare function m:f() { count#1(1) };
inspect:functions('m.xqm')()
RuntimeException: Closure was not compiled: function($items_0) as xs:integer { count($items_0) }
Sorry, something went wrong.
[FIX] XQuery, inspect:functions: compile closures. #1194
d30d765
The second (related) issue is fixed.
No branches or pull requests
[XQST0049] Duplicate declaration of static variable $m:x.
The text was updated successfully, but these errors were encountered: