[Zorba-coders] [Bug 874400] Re: bug in the XQDoc visitor in Zorba

2012-06-12 Thread Dana Florescu
** 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:
  
[...]
declare function fn:map($f as , $seq as item()*) as 
item()* external
  

  instead of this:
  
[...]
declare function fn:map($f as function(item()) as item()*, 
$seq as item()*) as item()* external
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/874400/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 874400] Re: bug in the XQDoc visitor in Zorba

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 => None

-- 
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:
  
[...]
declare function fn:map($f as , $seq as item()*) as 
item()* external
  

  instead of this:
  
[...]
declare function fn:map($f as function(item()) as item()*, 
$seq as item()*) as item()* external
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/874400/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp