zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #10591
[Bug 874400] Re: bug in the XQDoc visitor in Zorba
** Changed in: zorba
Milestone: None => 2.7
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/874400
Title:
bug in the XQDoc visitor in Zorba
Status in Zorba - The XQuery Processor:
New
Bug description:
This was reported by Dana:
If inside a module you have a function signature like this:
declare function fn:map($f as function(item()) as item()*, $seq as item()*) as item()* external;
The XQDoc XML resulted is this:
<xqdoc:function arity="2">
[...]
<xqdoc:signature>declare function fn:map($f as , $seq as item()*) as item()* external</xqdoc:signature>
</xqdoc:function>
instead of this:
<xqdoc:function arity="2">
[...]
<xqdoc:signature>declare function fn:map($f as function(item()) as item()*, $seq as item()*) as item()* external</xqdoc:signature>
</xqdoc:function>
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/874400/+subscriptions
References