zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #06710
[Bug 962859] Re: Stack Module
*** This bug is a duplicate of bug 962216 ***
https://bugs.launchpad.net/bugs/962216
William there are 2 things wrong to what you did:
- Chris mentioned that *only* Dana/Matthias is to update the Milestone
of a bug; this caused you to add a duplicate of an existing bug, see
lp:962216
Please read thread from Chris "Bug milestones" from zorba-dev.
** This bug has been marked a duplicate of bug 962216
stack & queue module
** Changed in: zorba
Status: New => Invalid
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/962859
Title:
Stack Module
Status in Zorba - The XQuery Processor:
Invalid
Bug description:
New stack module:
declare %ann:sequential function stack:create($name as xs:QName);
declare function stack:available-stacks() as xs:QName*;
declare function stack:top($name as xs:QName) as node()?;
declare %ann:sequential function stack:pop($name as xs:QName) as node()?;
declare %ann:sequential function stack:push($name as xs:QName, $value as node());
declare function stack:empty($name as xs:QName) as xs:boolean;
declare function stack:size($name as xs:QName) as xs:integer;
declare %ann:sequential function stack:delete($name as xs:QName);
declare %ann:sequential function stack:copy($destName as xs:QName, $sourceName as xs:QName);
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/962859/+subscriptions
References