bug in the XQDoc visitor in Zorba

Bug #874400 reported by Sorin Marian Nasoi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zorba
Fix Released
Medium
Sorin Marian Nasoi

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>

Related branches

Changed in zorba:
assignee: nobody → Sorin Marian Nasoi (sorin.marian.nasoi)
importance: Undecided → Medium
milestone: none → 2.1
Changed in zorba:
milestone: 2.1 → none
Changed in zorba:
milestone: none → 2.7
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) wrote :

The actual bug in the XQDoc visitor was fixed in the meantime.

The only remaining issue was in the XQDoc documentation that will be fixed by the attached merge proposal.

Changed in zorba:
status: New → In Progress
Changed in zorba:
status: In Progress → Fix Committed
Changed in zorba:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.