[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-955135 into lp:zorba

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-955135 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-955135 into lp:zorba

2012-04-11 Thread Zorba Build Bot
Validation queue job bug-955135-2012-04-11T06-30-00.884Z is finished. The final 
status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-955135 into lp:zorba

2012-04-11 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/bug-955135 into lp:zorba has been 
updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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 955170] Re: Catch clause with URILiteral-based wilcard NameTest

2012-04-11 Thread Zorba Build Bot
** Changed in: zorba
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/955170

Title:
  Catch clause with URILiteral-based wilcard NameTest

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  The following query raises an error (static error [err:XPST0081]:
  http://www.w3.org/2005/xqt-errors: can not expand namespace prefix
  to URI).

  try { 1 div 0 } catch http://www.w3.org/2005/xqt-errors:* {
  Message}

  Could it be that NameTests à la (URILiteral : *) are not supported
  here?

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/955170/+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 955135] Re: err:XQDY0044 not caught by try-catch expressions.

2012-04-11 Thread Zorba Build Bot
** Changed in: zorba
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/955135

Title:
  err:XQDY0044 not caught by try-catch expressions.

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  In the following query, the error err:XQDY0044 is raised. If I am
  correct, as a dynamic error, it should be caught.

  try { attribute xmlns {} } catch *:XQDY0044 { Invalid attribute. }

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/955135/+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] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-966706 into 
lp:zorba.

Requested reviews:
  Markos Zaharioudakis (markos-za)
  Till Westmann (tillw)
Related bugs:
  Bug #966706 in Zorba: key uniqueness of value equality index not enforced
  https://bugs.launchpad.net/zorba/+bug/966706

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498

fixed bug #966706 (key uniqueness of value equality index not enforced)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'ChangeLog'
--- ChangeLog	2012-04-10 15:41:57 +
+++ ChangeLog	2012-04-11 07:12:20 +
@@ -16,8 +16,12 @@
   * Fixed bug #967428 (do not hoist index creation outside a try-catch)
   * Fixed performance problem with the findNodeSources function of the no-copy rule
   * Fixed bug #872234 (prevent a rewritting to take place in case of sequential expr)
+ TREE
   * Fixed bug #912586, #912593 and #912722 (assertion failures with lax validation)
   * Fixed bug #949910 (has-children may be invoked on all nodes). Internally, zorba::store::Item::getChildren() now returns NULL on node classes without offspring (instead of raising an error).
+===
+  * Fixed bug #966706 (key uniqueness of value equality index not enforced)
+ MERGE-SOURCE
 
 
 version 2.2

=== modified file 'src/store/naive/simple_pul.cpp'
--- src/store/naive/simple_pul.cpp	2012-03-28 05:19:57 +
+++ src/store/naive/simple_pul.cpp	2012-04-11 07:12:20 +
@@ -1746,6 +1746,16 @@
   CollectionPul* pul = collIte-second;
   applyList(pul-theDeleteCollectionList);
 }
+
+// Need to do this here because refreshIndices can raise an error (e.g. if
+// the unique constraint of an index is violated)
+for (collIte = theCollectionPuls.begin(); collIte != collEnd; ++collIte)
+{
+  CollectionPul* pul = collIte-second;
+  // Refresh each incrementally maintained index using its before and after
+  // deltas. 
+  pul-refreshIndices();
+}
   }
   catch (...)
   {
@@ -2228,10 +2238,6 @@
 {
   try
   {
-// Refresh each incrementally maintained index using its before and after
-// deltas. 
-refreshIndices();
-
 // If necessary, adjust the position of trees inside this collection.
 if (theAdjustTreePositions)
 {

=== added file 'test/rbkt/ExpQueryResults/zorba/index/unique.xml.res'
--- test/rbkt/ExpQueryResults/zorba/index/unique.xml.res	1970-01-01 00:00:00 +
+++ test/rbkt/ExpQueryResults/zorba/index/unique.xml.res	2012-04-11 07:12:20 +
@@ -0,0 +1,1 @@
+zerr:ZDDY0024 zerr:ZDDY0024

=== added file 'test/rbkt/Queries/zorba/index/unique.xq'
--- test/rbkt/Queries/zorba/index/unique.xq	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/index/unique.xq	2012-04-11 07:12:20 +
@@ -0,0 +1,27 @@
+import module namespace u = http://www.zorba-xquery.com/unique-index; at unique.xqlib;
+
+import module namespace dml = http://www.zorba-xquery.com/modules/store/static/collections/dml;;
+import module namespace idml = http://www.zorba-xquery.com/modules/store/static/indexes/dml;;
+
+declare namespace zerr = http://www.zorba-xquery.com/errors;;
+declare namespace err = http://www.w3.org/2005/xqt-errors;;
+
+u:create-db();
+
+try
+{{
+  (dml:insert-nodes($u:auctions1, person id=1/),
+  dml:insert-nodes($u:auctions1, person id=1/));
+  ()
+}} catch * {
+  $err:code, dml:collection($u:auctions1)
+},
+
+try
+{{
+  (dml:insert-nodes($u:auctions2, person id=1/),
+  dml:insert-nodes($u:auctions2, person id=1/));
+  ()
+}} catch * {
+  $err:code, dml:collection($u:auctions2)
+}

=== added file 'test/rbkt/Queries/zorba/index/unique.xqlib'
--- test/rbkt/Queries/zorba/index/unique.xqlib	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/index/unique.xqlib	2012-04-11 07:12:20 +
@@ -0,0 +1,36 @@
+module namespace auctions = http://www.zorba-xquery.com/unique-index;;
+
+import module namespace ddl = http://www.zorba-xquery.com/modules/store/static/collections/ddl;;
+import module namespace iddl = http://www.zorba-xquery.com/modules/store/static/indexes/ddl;;
+import module namespace dml = http://www.zorba-xquery.com/modules/store/static/collections/dml;;
+import module namespace idml = http://www.zorba-xquery.com/modules/store/static/indexes/dml;;
+
+declare namespace ann = http://www.zorba-xquery.com/annotations;;
+
+declare variable $auctions:auctions1 := xs:QName(auctions:auctions1);
+declare variable $auctions:PersonId1 := xs:QName(auctions:PersonId1);
+declare variable $auctions:auctions2 := xs:QName(auctions:auctions2);
+declare variable $auctions:PersonId2 := xs:QName(auctions:PersonId2);
+
+declare collection auctions:auctions1 as node()*;
+
+declare %ann:unique %ann:automatic %ann:value-equality index auctions:PersonId1
+on nodes dml:collection(xs:QName(auctions:auctions1))
+by xs:string(./@id) as xs:string;
+
+declare collection auctions:auctions2 as node()*;
+
+declare 

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-966706 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Zorba Build Bot
Attempt to merge into lp:zorba failed due to conflicts: 

text conflict in ChangeLog
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug-966706 into lp:zorba has been 
updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-966706 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-966706-2012-04-11T07-20-03.19Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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 978647] [NEW] index domain expression containing self-axis not automatically maintainable

2012-04-11 Thread Matthias Brantner
Public bug reported:

A index domain expression that contains a self-axis prevents the index
from being automatically maintainable.

For example,

declare collection auctions:auctions as node()*;

declare %ann:unique %ann:automatic index auctions:PersonId
on nodes dml:collection(xs:QName(auctions:auctions))/self::person
by xs:string(./@id) as xs:string;

doesn't work but

declare collection auctions:auctions as node()*;

declare %ann:unique %ann:automatic index auctions:PersonId
on nodes dml:collection(xs:QName(auctions:auctions))
by xs:string(./@id) as xs:string;

** Affects: zorba
 Importance: Medium
 Assignee: Markos Zaharioudakis (markos-za)
 Status: New

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/978647

Title:
  index domain expression containing self-axis not automatically
  maintainable

Status in Zorba - The XQuery Processor:
  New

Bug description:
  A index domain expression that contains a self-axis prevents the index
  from being automatically maintainable.

  For example,

  declare collection auctions:auctions as node()*;

  declare %ann:unique %ann:automatic index auctions:PersonId
  on nodes dml:collection(xs:QName(auctions:auctions))/self::person
  by xs:string(./@id) as xs:string;

  doesn't work but

  declare collection auctions:auctions as node()*;

  declare %ann:unique %ann:automatic index auctions:PersonId
  on nodes dml:collection(xs:QName(auctions:auctions))
  by xs:string(./@id) as xs:string;

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/978647/+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] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Zorba Build Bot
Validation queue job bug-966706-2012-04-11T07-20-03.19Z is finished. The final 
status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 3 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug-966706 into lp:zorba has been 
updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-966706 into lp:zorba

2012-04-11 Thread Markos Zaharioudakis
Review: Needs Fixing

The problem is that now an index refresh must be undoable. I am looking at the 
code to think wat is the best way to do the undo.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-966706/+merge/101498
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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 978722] [NEW] change annotation prefix from ann to an

2012-04-11 Thread Matthias Brantner
Public bug reported:

For consistency with fn, we should change the annotation prefix ann
to an in all of our modules.

** Affects: zorba
 Importance: Medium
 Assignee: Matthias Brantner (matthias-brantner)
 Status: New

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/978722

Title:
  change annotation prefix from ann to an

Status in Zorba - The XQuery Processor:
  New

Bug description:
  For consistency with fn, we should change the annotation prefix
  ann to an in all of our modules.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/978722/+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] [Merge] lp:~zorba-coders/zorba/bug-978722 into lp:zorba

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-978722 into 
lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/converters/json.xq'
--- modules/com/zorba-xquery/www/modules/converters/json.xq	2012-02-11 01:09:29 +
+++ modules/com/zorba-xquery/www/modules/converters/json.xq	2012-04-11 09:20:28 +
@@ -100,7 +100,7 @@
 import schema namespace json-options =
   http://www.zorba-xquery.com/modules/converters/json-options;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 declare namespace err = http://www.w3.org/2005/xqt-errors;;
 declare namespace zerr = http://www.zorba-xquery.com/errors;;
 
@@ -252,7 +252,7 @@
   $options as item()?
 ) as element()* external;
 
-declare %ann:streamable %private function json:serialize-internal(
+declare %an:streamable %private function json:serialize-internal(
   $xml as item()*,
   $options as item()?
 ) as xs:string external;

=== modified file 'modules/com/zorba-xquery/www/modules/datetime.xq'
--- modules/com/zorba-xquery/www/modules/datetime.xq	2012-03-28 05:19:57 +
+++ modules/com/zorba-xquery/www/modules/datetime.xq	2012-04-11 09:20:28 +
@@ -28,7 +28,7 @@
  :
  :)
 module namespace datetime = http://www.zorba-xquery.com/modules/datetime;;
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
 declare option ver:module-version 2.0;
 
@@ -39,7 +39,7 @@
  :
  : @return the non-stable datetime value
  :)
-declare %ann:nondeterministic function datetime:current-dateTime ( ) as xs:dateTime external;
+declare %an:nondeterministic function datetime:current-dateTime ( ) as xs:dateTime external;
 
 (:~
  : Return the current time value.
@@ -48,7 +48,7 @@
  :
  : @return the non-stable time value
  :)
-declare %ann:nondeterministic function datetime:current-time ( ) as xs:time external;
+declare %an:nondeterministic function datetime:current-time ( ) as xs:time external;
 
 (:~
  : Return the current date value.
@@ -57,11 +57,11 @@
  :
  : @return the non-stable date value
  :)
-declare %ann:nondeterministic function datetime:current-date ( ) as xs:date external;
+declare %an:nondeterministic function datetime:current-date ( ) as xs:date external;
 
 (:~
  : Return the the number of milliseconds since the Epoch.
  :
  : @return the said number of milliseconds.
  :)
-declare %ann:nondeterministic function datetime:timestamp ( ) as xs:long external;
+declare %an:nondeterministic function datetime:timestamp ( ) as xs:long external;

=== modified file 'modules/com/zorba-xquery/www/modules/fetch.xq'
--- modules/com/zorba-xquery/www/modules/fetch.xq	2012-03-28 05:19:57 +
+++ modules/com/zorba-xquery/www/modules/fetch.xq	2012-04-11 09:20:28 +
@@ -33,7 +33,7 @@
  :)
 module namespace fetch = http://www.zorba-xquery.com/modules/fetch;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare namespace zerr = http://www.zorba-xquery.com/errors;;
 
@@ -49,7 +49,7 @@
  : URI Resolvers/a. Therefore, it queries all URI mappers
  : and resolvers with kind ttEntityData::SOME_CONTENT/tt./p
  :
- : pThe function is annotated with the ttann:streamable/tt
+ : pThe function is annotated with the ttan:streamable/tt
  : annotation, that is it returns a streamable string. A streamable
  : string can only be consumed once. Please see section Streamable Strings
  : in the a href=../../html/options_and_annotations.html
@@ -65,7 +65,7 @@
  : @see a href=../../html/uriresolvers.htmlURI Resolvers/a.
  : @see a href=../../html/options_and_annotations.htmlDocumentation of Zorba's annotations/a.
  :)
-declare %ann:streamable function fetch:content($uri as xs:string) as xs:string
+declare %an:streamable function fetch:content($uri as xs:string) as xs:string
 {
   fetch:content($uri, SOME_CONTENT)
 };
@@ -79,7 +79,7 @@
  : URI Resolvers/a. Therefore, it queries all URI mappers
  : and resolvers with the specified entity kind./p
  :
- : pThe function is annotated with the ttann:streamable/tt
+ : pThe function is annotated with the ttan:streamable/tt
  : annotation, that is it returns a streamable string. A streamable
  : string can only be consumed once. Please see section Streamable Strings
  : in the a href=../../html/options_and_annotations.html
@@ -97,4 +97,4 @@
  

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722 into lp:zorba

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722 into lp:zorba has been 
updated.

Commit Message changed to:

fix for bug #978722 (change annotation prefix from ann to an)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722 into lp:zorba

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722 into lp:zorba

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-978722-2012-04-11T09-21-03.711Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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 978722] Re: change annotation prefix from ann to an

2012-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug-978722

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/978722

Title:
  change annotation prefix from ann to an

Status in Zorba - The XQuery Processor:
  New

Bug description:
  For consistency with fn, we should change the annotation prefix
  ann to an in all of our modules.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/978722/+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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/clang-friend into lp:zorba

2012-04-11 Thread David Graf
Added fixes to get rid of another two warnings when compiling zorba with clang.
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/clang-friend into lp:zorba

2012-04-11 Thread David Graf
David Graf has proposed merging lp:~zorba-coders/zorba/clang-friend into 
lp:zorba.

Requested reviews:
  David Graf (davidagraf)
  Paul J. Lucas (paul-lucas)
  Till Westmann (tillw)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/101518

Added __llvm__ test because Apple LLVM compiler also does not recognize the + 
operator as a friend of zorba::rstring. 
Additionally, fixed two warnings shown when compiling zorba with clang.
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/101518
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/runtime/collections/collections_impl.cpp'
--- src/runtime/collections/collections_impl.cpp	2012-04-08 21:39:25 +
+++ src/runtime/collections/collections_impl.cpp	2012-04-11 09:35:24 +
@@ -1627,7 +1627,6 @@
 PlanState planState) const
 {
   store::Collection_t  collection;
-  const StaticallyKnownCollection* collectionDecl;
   store::Item_tcollectionName;
   store::Item_tnumNodesItem;
   xs_integer   numNodes = 1;
@@ -1640,11 +1639,7 @@
   if (!consumeNext(collectionName, theChildren[0].getp(), planState))
 ZORBA_ASSERT(false);
 
-  collectionDecl = getCollection(
-  theSctx, collectionName, loc, theDynamicCollection, collection);
-
-  /* added just to remove an unused variable warning in CMake */
-	(void*)collectionDecl;
+  (void)getCollection(theSctx, collectionName, loc, theDynamicCollection, collection);
 
   if (theChildren.size()  1)
   {
@@ -1751,7 +1746,6 @@
 PlanState planState) const
 {
   store::Collection_t  collection;
-  const StaticallyKnownCollection* collectionDecl;
   store::Item_tcollectionName;
   store::Item_tnumNodesItem;
   xs_integer   numNodes = 1;
@@ -1763,11 +1757,7 @@
 
   consumeNext(collectionName, theChildren[0].getp(), planState);
 
-  collectionDecl = getCollection(
-  theSctx, collectionName, loc, theDynamicCollection, collection);
-
-	/* added just to remove an unused variable warning in CMake */
-	(void*)collectionDecl;
+  (void)getCollection(theSctx, collectionName, loc, theDynamicCollection, collection);
 
   if (theChildren.size()  1)
   {

=== modified file 'src/util/string/rstring.h'
--- src/util/string/rstring.h	2012-03-28 05:19:57 +
+++ src/util/string/rstring.h	2012-04-11 09:35:24 +
@@ -2051,7 +2051,7 @@
 
   string_data data_;
 
-#if defined _MSC_VER || defined CLANG
+#if defined _MSC_VER || defined CLANG || defined __llvm__
 //
 // Microsoft's Visual Studio C++ compiler doesn't consider the operator+()
 // functions as friends even though they're declared as such.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/clang-friend into lp:zorba

2012-04-11 Thread David Graf
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/101518
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/ordpathmsgs into lp:zorba

2012-04-11 Thread David Graf
David Graf has proposed merging lp:~zorba-coders/zorba/ordpathmsgs into 
lp:zorba.

Requested reviews:
  Till Westmann (tillw)
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/ordpathmsgs/+merge/101520

Introduced ZORBA_ASSERT_WITH_MSG macro to give additional debugging information 
in case an assertion fails. Currently used in Ordpath functions.
-- 
https://code.launchpad.net/~zorba-coders/zorba/ordpathmsgs/+merge/101520
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/diagnostics/assert.cpp'
--- src/diagnostics/assert.cpp	2012-03-28 05:19:57 +
+++ src/diagnostics/assert.cpp	2012-04-11 09:44:20 +
@@ -59,10 +59,16 @@
 
 ///
 
-void assertion_failed( char const *condition, char const *file, int line ) {
+void assertion_failed( char const *condition, 
+   char const *file, 
+   int line,
+   char const *msg) {
   print_stack_trace( cerr );
   throw make_zorba_exception(
-file, line, zerr::ZXQP0002_ASSERT_FAILED, ERROR_PARAMS( condition )
+file, 
+line, 
+zerr::ZXQP0002_ASSERT_FAILED, 
+( msg ? ERROR_PARAMS( condition, msg ) : ERROR_PARAMS( condition ))
   );
 }
 

=== modified file 'src/diagnostics/assert.h'
--- src/diagnostics/assert.h	2012-03-28 05:19:57 +
+++ src/diagnostics/assert.h	2012-04-11 09:44:20 +
@@ -29,12 +29,18 @@
  * @param condition The string representation of the condition that failed.
  * @param file The C++ source-code file name where the assertion failed.
  * @param line The C++ source-code line number where the assertion failed.
+ * @param msg An optional message that is output if the assertion fails.
  * @throws ZXQP0002_ASSERT_FAILED
  */
-void assertion_failed( char const *condition, char const *file, int line );
+void assertion_failed( char const *condition,
+   char const *file, 
+   int line, 
+   char const *msg = 0);
 
 /**
  * Zorba version of the standard assert(3) macro.
+ * Is checked in RELEASE mode as well. And outputs a special
+ * error code with the failing condition.
  */
 #define ZORBA_ASSERT(COND)  \
   do {  \
@@ -44,6 +50,22 @@
 }   \
   } while (0)
 
+/**
+ * Zorba version of the standard assert(3) macro.
+ * Is checked in RELEASE mode as well. And outputs a special
+ * error code with the failing condition as well as potentially
+ * useful information for further debugging.
+ */
+#define ZORBA_ASSERT_WITH_MSG(COND,MSG)\
+  do { \
+if ( !(COND) ) {   \
+  std::ostringstream oss;  \
+  oss  MSG;  \
+  zorba::assertion_failed( #COND, __FILE__, __LINE__, oss.str().c_str() ); \
+  throw 0; /* never gets here but suppresses warning */\
+}  \
+  } while (0)
+
 } // namespace zorba
 #endif /* ZORBA_ASSERT_H */
 /* vim:set et sw=2 ts=2: */

=== modified file 'src/diagnostics/diagnostic_en.xml'
--- src/diagnostics/diagnostic_en.xml	2012-03-28 05:19:57 +
+++ src/diagnostics/diagnostic_en.xml	2012-04-11 09:44:20 +
@@ -1589,7 +1589,7 @@
A Zorba programming assertion failed.  If this error occurs, it is a bug
and should be reported.
   /comment
-  value$1: assertion failed/value
+  value$1: assertion failed.${ The following information might help: 2}/value
 /diagnostic
 
 diagnostic code=ZXQP0003 name=INTERNAL_ERROR

=== modified file 'src/diagnostics/pregenerated/dict_en.cpp'
--- src/diagnostics/pregenerated/dict_en.cpp	2012-03-28 05:19:57 +
+++ src/diagnostics/pregenerated/dict_en.cpp	2012-04-11 09:44:20 +
@@ -392,7 +392,7 @@
   { ZXQD0006, \$1\: invalid UTF-8 byte sequence },
   { ZXQP, no error },
   { ZXQP0001, dynamic runtime error${: 1} },
-  { ZXQP0002, \$1\: assertion failed },
+  { ZXQP0002, \$1\: assertion failed.${ The following information might help: 2} },
   { ZXQP0003, internal error${: 1} },
   { ZXQP0004, not yet implemented: $1 },
   { ZXQP0005, \$1\: feature not enabled },

=== modified file 'src/store/naive/ordpath.cpp'
--- src/store/naive/ordpath.cpp	2012-03-28 23:58:23 +
+++ src/store/naive/ordpath.cpp	2012-04-11 09:44:20 +
@@ -960,7 +960,14 @@
   while (dewey1[compPos] == dewey2[compPos])
   {
 ++compPos;
-ZORBA_ASSERT(compPos  numComps1  compPos  numComps2);
+ZORBA_ASSERT_WITH_MSG(compPos  numComps1  compPos  numComps2,  \
+  

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722 into lp:zorba

2012-04-11 Thread Zorba Build Bot
Validation queue job bug-978722-2012-04-11T09-21-03.711Z is finished. The final 
status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722 into lp:zorba

2012-04-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722 into lp:zorba

2012-04-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug-978722 into lp:zorba has been 
updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722/+merge/101516
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/ordpathmsgs into lp:zorba

2012-04-11 Thread Markos Zaharioudakis
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/ordpathmsgs/+merge/101520
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_data-converters into lp:zorba/data-converters-module

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging 
lp:~zorba-coders/zorba/bug-978722_data-converters into 
lp:zorba/data-converters-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.
=== modified file 'test/Queries/converters/base64/binaryReadWrite.xq'
--- test/Queries/converters/base64/binaryReadWrite.xq	2011-07-03 23:37:48 +
+++ test/Queries/converters/base64/binaryReadWrite.xq	2012-04-11 10:08:22 +
@@ -5,13 +5,13 @@
 
 import schema namespace output = http://www.w3.org/2010/xslt-xquery-serialization;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare variable $inFile as xs:string := fn:concat(file:dir-name(fn:static-base-uri()), /../image/images/bird.gif);
 declare variable $testDir as xs:string := fn:concat(file:dir-name(fn:static-base-uri()),/tmpBinaryReadWrite);
 declare variable $outFile as xs:string := fn:concat($testDir, file:directory-separator(), bird.gif);
 
-declare %ann:nondeterministic %ann:sequential function local:thisTest() as xs:string* {
+declare %an:nondeterministic %an:sequential function local:thisTest() as xs:string* {
   (:  :)
   (: read the image file (binary) :)
   (: = :)
@@ -31,7 +31,7 @@
 };
 
 
-declare %ann:nondeterministic %ann:sequential function local:main() as xs:string* 
+declare %an:nondeterministic %an:sequential function local:main() as xs:string* 
 {
 
 (: = :)

=== modified file 'test/Queries/converters/base64/common.xqlib'
--- test/Queries/converters/base64/common.xqlib	2011-08-02 19:41:35 +
+++ test/Queries/converters/base64/common.xqlib	2012-04-11 10:08:22 +
@@ -4,7 +4,7 @@
 
 import schema namespace output = http://www.w3.org/2010/xslt-xquery-serialization;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare function commons:error($messages as xs:string*) as xs:string* {
   
@@ -20,14 +20,14 @@
 
 (:  SIMPLE TESTS  :)
 
-declare %ann:nondeterministic %ann:sequential function commons:testExists($path as xs:string) as xs:string* {
+declare %an:nondeterministic %an:sequential function commons:testExists($path as xs:string) as xs:string* {
   if (file:exists($path)) then
 SUCCESS
   else
 (testExists failed for path:, $path)
 };
 
-declare %ann:sequential function commons:testCreateDirectory($path as xs:string) as xs:string* {
+declare %an:sequential function commons:testCreateDirectory($path as xs:string) as xs:string* {
   try {
 file:create-directory($path);
 exit returning SUCCESS;
@@ -36,12 +36,12 @@
   }
 };
 
-declare %ann:sequential function commons:testWriteXml($path as xs:string, $xml as item()) as xs:string* {
+declare %an:sequential function commons:testWriteXml($path as xs:string, $xml as item()) as xs:string* {
   file:write($path, $xml, ());
   SUCCESS
 };
 
-declare %ann:nondeterministic %ann:sequential function commons:testReadAndCompareXml($path as xs:string, $xml as item()) as xs:string* {
+declare %an:nondeterministic %an:sequential function commons:testReadAndCompareXml($path as xs:string, $xml as item()) as xs:string* {
   let $x := fn:parse-xml(file:read-text($path))
   return
 if($x eq $xml) then 
@@ -51,11 +51,11 @@
 , fn:serialize($xml))
 };
 
-declare %ann:nondeterministic function commons:testReadBinary($path as xs:string) as xs:base64Binary {
+declare %an:nondeterministic function commons:testReadBinary($path as xs:string) as xs:base64Binary {
   file:read-binary($path)
 };
 
-declare %ann:nondeterministic %ann:sequential function commons:testDelete($path as xs:string) as xs:string* {
+declare %an:nondeterministic %an:sequential function commons:testDelete($path as xs:string) as xs:string* {
   try {
 file:delete($path);
 SUCCESS;
@@ -64,7 +64,7 @@
   }
 };
 
-declare %ann:sequential function commons:testWriteSerializeXml($path as xs:string, $xml as item()) as xs:string* {
+declare %an:sequential function commons:testWriteSerializeXml($path as xs:string, $xml as item()) as xs:string* {
   file:write(
 $path,
 $xml,
@@ -78,7 +78,7 @@
 
 (: ** COMPOSITE TESTS *** :)
 
-declare %ann:nondeterministic %ann:sequential function commons:testInitDir($dir as xs:string) as xs:string* {

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_xqxq into lp:zorba/xqxq-module

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-978722_xqxq 
into lp:zorba/xqxq-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_xqxq/+merge/101525

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_xqxq/+merge/101525
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.
=== modified file 'src/xqxq.xq'
--- src/xqxq.xq	2012-03-07 08:21:14 +
+++ src/xqxq.xq	2012-04-11 10:08:29 +
@@ -25,7 +25,7 @@
  :)
 module namespace xqxq = 'http://www.zorba-xquery.com/modules/xqxq';
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
 declare option ver:module-version 1.0;
@@ -52,7 +52,7 @@
  : of the query. For example, err:XPST0003 if the given XQuery program could
  : not be parsed.
  :)
-declare %ann:sequential function xqxq:prepare-main-module($main-module-text as xs:string) as 
+declare %an:sequential function xqxq:prepare-main-module($main-module-text as xs:string) as 
   xs:anyURI external;
 
 (:~
@@ -69,7 +69,7 @@
  : of the library module. For example, err:XPST0003 if the given XQuery library
  : module could not be parsed.
  :)
-declare %ann:sequential function xqxq:prepare-library-module($library-module-text as xs:string) as 
+declare %an:sequential function xqxq:prepare-library-module($library-module-text as xs:string) as 
   empty-sequence() external ;
 
 (:~
@@ -160,7 +160,7 @@
  : @error xqxq:NoQueryMatch if no query with the given identifier
  :   was prepared.
  :)
-declare %ann:sequential function xqxq:bind-context-item($query-key as xs:anyURI,
+declare %an:sequential function xqxq:bind-context-item($query-key as xs:anyURI,
   $dot as item()) as empty-sequence() external ;
 
 (:~
@@ -180,7 +180,7 @@
  : @error xqxq:UndeclaredVariable if the given variable is not declared
  :   in the query.
  :)
-declare %ann:sequential function xqxq:bind-variable($query-key as xs:anyURI,
+declare %an:sequential function xqxq:bind-variable($query-key as xs:anyURI,
   $var as xs:QName, $value as item()*) as empty-sequence() external ;
 
 
@@ -247,7 +247,7 @@
  :   given query.
  :
  :)
-declare %ann:sequential function xqxq:evaluate-sequential($query-key as
+declare %an:sequential function xqxq:evaluate-sequential($query-key as
   xs:string) as item()* external;
   
 (:~ 
@@ -263,5 +263,5 @@
  :   was prepared.
  :
  :)
-declare %ann:sequential function xqxq:delete-query($query-key as xs:anyURI) as
+declare %an:sequential function xqxq:delete-query($query-key as xs:anyURI) as
   empty-sequence() external;

=== modified file 'test/Queries/xqxq/evaluate-sequential.xq'
--- test/Queries/xqxq/evaluate-sequential.xq	2011-11-30 22:38:48 +
+++ test/Queries/xqxq/evaluate-sequential.xq	2012-04-11 10:08:29 +
@@ -2,8 +2,8 @@
 
 variable $query-key := xqxq:prepare-main-module('
 import module namespace ddl = http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl;;
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
-declare %ann:sequential function local:foo() {
+declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare %an:sequential function local:foo() {
   ddl:create(xs:QName(hola),(a/,b/));  
   
   exit returning true();

=== modified file 'test/Queries/xqxq/evaluate-updating2.xq'
--- test/Queries/xqxq/evaluate-updating2.xq	2011-11-30 22:38:48 +
+++ test/Queries/xqxq/evaluate-updating2.xq	2012-04-11 10:08:29 +
@@ -2,8 +2,8 @@
 
 variable $query-key := xqxq:prepare-main-module('
 import module namespace ddl = http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl;;
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
-declare %ann:sequential function local:foo() {
+declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare %an:sequential function local:foo() {
   ddl:create(xs:QName(hola),(a/,b/));  
   
   exit returning ();

=== modified file 'test/Queries/xqxq/evaluate3.xq'
--- test/Queries/xqxq/evaluate3.xq	2011-11-30 22:38:48 +
+++ test/Queries/xqxq/evaluate3.xq	2012-04-11 10:08:29 +
@@ -2,8 +2,8 @@
 
 variable $query-key := xqxq:prepare-main-module('
 import module namespace ddl = http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl;;
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
-declare %ann:sequential function local:foo() {
+declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare %an:sequential function local:foo() {
   ddl:create(xs:QName(hola),(a/,b/));  
   
   exit returning ();

=== 

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging 
lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.
=== modified file 'src/org/expath/ns/http-client.xq'
--- src/org/expath/ns/http-client.xq	2012-01-09 21:53:07 +
+++ src/org/expath/ns/http-client.xq	2012-04-11 10:09:27 +
@@ -109,7 +109,7 @@
 
 import schema namespace https = http://expath.org/ns/http-client;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
 declare option ver:module-version 1.0;
@@ -141,7 +141,7 @@
  :  If there is one (or several, in case of multipart) response body, the response bodies
  :  are the next items in the sequence.
  :)   
-declare %ann:sequential function http:send-request(
+declare %an:sequential function http:send-request(
   $request as element()?,
   $href as xs:string?,
   $bodies as item()*) as item()+ {
@@ -172,7 +172,7 @@
  : @return see return value of the sequential 
  :  a href=#send-request-3send-request/a function with three parameters.
  :)
-declare %ann:sequential function http:send-request (
+declare %an:sequential function http:send-request (
   $request as element()) as item()+ {
   try {
 http:send-request($request, (), ())
@@ -199,7 +199,7 @@
  : @return see return of
  :  a href=#send-request-3send-request/a
  :)
-declare %ann:sequential function http:send-request(
+declare %an:sequential function http:send-request(
   $request as element()?,
   $href as xs:string?) as item()+ {
   try {

-- 
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 978722] Re: change annotation prefix from ann to an

2012-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug-978722_data-converters

** Branch linked: lp:~zorba-coders/zorba/bug-978722_xqxq

** Branch linked: lp:~zorba-coders/zorba/bug-978722_http-client

** Branch linked: lp:~zorba-coders/zorba/bug-978722_process

** Branch linked: lp:~zorba-coders/zorba/bug-978722_image

** Branch linked: lp:~zorba-coders/zorba/bug-978722_email

** Branch linked: lp:~zorba-coders/zorba/bug-978722_oauth

** Branch linked: lp:~zorba-coders/zorba/bug-978722_data-cleaning

** Branch linked: lp:~zorba-coders/zorba/bug-978722_system

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/978722

Title:
  change annotation prefix from ann to an

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  For consistency with fn, we should change the annotation prefix
  ann to an in all of our modules.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/978722/+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] [Merge] lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging 
lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.
=== modified file 'src/com/zorba-xquery/www/modules/process.xq'
--- src/com/zorba-xquery/www/modules/process.xq	2011-08-13 00:08:53 +
+++ src/com/zorba-xquery/www/modules/process.xq	2012-04-11 10:10:23 +
@@ -41,7 +41,7 @@
  :)
 module namespace process = http://www.zorba-xquery.com/modules/process;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
 declare option ver:module-version 1.0;
@@ -60,7 +60,7 @@
  : @error process:PROC01 if an error occurred while communicating 
  :   with the executed process.
  :)
-declare %ann:sequential function process:exec(
+declare %an:sequential function process:exec(
   $cmd as xs:string
 ) as element(process:result) external;
 
@@ -79,7 +79,7 @@
  : @error process:PROC01 if an error occurred while communicating 
  :   with the executed process.
  :)
-declare %ann:sequential function process:exec(
+declare %an:sequential function process:exec(
   $cmd as xs:string,
   $args as xs:string*
 ) as element(process:result) external;

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_image into lp:zorba/image-module

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-978722_image 
into lp:zorba/image-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_image/+merge/101528

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_image/+merge/101528
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.
=== modified file 'test/Queries/image/animation.xq'
--- test/Queries/image/animation.xq	2011-07-03 23:37:25 +
+++ test/Queries/image/animation.xq	2012-04-11 10:11:20 +
@@ -8,7 +8,7 @@
 import module namespace ani = 'http://www.zorba-xquery.com/modules/image/animation';
 import schema namespace image = 'http://www.zorba-xquery.com/modules/image/image';
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare variable $local:image-dir := fn:concat(file:dir-name(fn:static-base-uri()), /images/);
 
@@ -33,7 +33,7 @@
 (:~
  : @return true if the ani:create-animated-gif function works.
  :)
-declare %ann:nondeterministic function local:test-create-animated-gif() as xs:boolean {
+declare %an:nondeterministic function local:test-create-animated-gif() as xs:boolean {
 let $gif1 := file:read-binary(concat($local:image-dir, bird.gif))
 let $gif2 := file:read-binary(concat($local:image-dir, bird2.gif))
 let $animatedGif := ani:create-animated-gif(($gif1, $gif2), xs:unsignedInt(10), xs:unsignedInt(0))
@@ -44,7 +44,7 @@
 (:~
  : @return true if the ani:create-morphed-gif function works.
  :)
-declare %ann:nondeterministic function local:test-create-morphed-gif() as xs:boolean {
+declare %an:nondeterministic function local:test-create-morphed-gif() as xs:boolean {
 let $gif1 := file:read-binary(concat($local:image-dir, bird.gif))
 let $gif2 := file:read-binary(concat($local:image-dir, bird2.gif))
 let $animatedGif := ani:create-morphed-gif(($gif1, $gif2), xs:unsignedInt(10), xs:unsignedInt(0), xs:unsignedInt(2  ))
@@ -55,7 +55,7 @@
 
 
 
-declare %ann:nondeterministic %ann:sequential function local:main() as xs:string* {
+declare %an:nondeterministic %an:sequential function local:main() as xs:string* {
 
   let $a := local:test-create-animated-gif()
   return

=== modified file 'test/Queries/image/basic.xq'
--- test/Queries/image/basic.xq	2011-08-04 04:09:00 +
+++ test/Queries/image/basic.xq	2012-04-11 10:11:20 +
@@ -6,7 +6,7 @@
 import module namespace basic = 'http://www.zorba-xquery.com/modules/image/basic';
 import module namespace file = 'http://expath.org/ns/file';
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare variable $local:image-dir := fn:concat(file:dir-name(fn:static-base-uri()), /images/);
 
@@ -55,7 +55,7 @@
 (:~
  : @return true if the basic:create function works.
  :)
-declare %ann:nondeterministic function local:test-create() as xs:boolean {
+declare %an:nondeterministic function local:test-create() as xs:boolean {
   let $blank-gif := basic:create(xs:unsignedInt(10), xs:unsignedInt(20), GIF)
   let $blank-png := basic:create(xs:unsignedInt(10), xs:unsignedInt(20), PNG)
   let $blank-jpg := basic:create(xs:unsignedInt(10), xs:unsignedInt(20), JPEG)
@@ -89,7 +89,7 @@
 (:~
  : @return true if the basic:compress function works.
  :) 
-declare %ann:nondeterministic function local:test-compress() as xs:boolean {
+declare %an:nondeterministic function local:test-compress() as xs:boolean {
 let $uncompressed := file:read-binary(concat($local:image-dir, uncompressed.jpg))
 let $compressed := basic:compress($uncompressed, xs:unsignedInt(20))
 let $compressed-ref := file:read-binary(concat($local:image-dir, compressed.jpg)) 
@@ -99,7 +99,7 @@
 (:~
  : @return true if the basic:equals function works.
  :)
-declare %ann:nondeterministic function local:test-equals() as xs:boolean {
+declare %an:nondeterministic function local:test-equals() as xs:boolean {
   (basic:equals($local:gif, $local:gif) and (not (basic:equals($local:gif, file:read-binary(concat($local:image-dir, manipulation/gamma1Bird.gif))
 };
 
@@ -107,20 +107,20 @@
 (:~
  : @return true if the basic:exif function works.
  :)
-declare %ann:nondeterministic function local:test-exif() as xs:boolean {
+declare %an:nondeterministic function local:test-exif() as xs:boolean {
 let $exif := file:read-binary(concat($local:image-dir, exif.jpg))
return ((basic:exif($exif, ExifImageWidth) eq 20) and fn:empty(basic:exif($exif, supercalifragilisticexpialidocious)))
 };
 
 
-declare %ann:nondeterministic function local:test-convert-svg() as xs:boolean {
+declare %an:nondeterministic 

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_email into lp:zorba/email-module

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-978722_email 
into lp:zorba/email-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_email/+merge/101529

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_email/+merge/101529
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.
=== modified file 'src/com/zorba-xquery/www/modules/email/imap.xq'
--- src/com/zorba-xquery/www/modules/email/imap.xq	2011-10-05 13:00:46 +
+++ src/com/zorba-xquery/www/modules/email/imap.xq	2012-04-11 10:11:21 +
@@ -45,7 +45,7 @@
 
 import schema namespace email = 'http://www.zorba-xquery.com/modules/email';
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
 declare option ver:module-version 1.0;
@@ -75,7 +75,7 @@
  :codehttp://www.zorba-xquery.com/modules/email/code
  : @example examples/Queries/imap/status_example.xq
  :)
-declare %ann:nondeterministic function imap:status(
+declare %an:nondeterministic function imap:status(
 $host-info as element(email:hostInfo),
 $mailbox as xs:string)
   as element(email:status)
@@ -94,7 +94,7 @@
 }
 };
 
-declare %private %ann:nondeterministic function imap:status-impl($host-info as element(email:hostInfo), $mailbox as xs:string) as xs:string* external;
+declare %private %an:nondeterministic function imap:status-impl($host-info as element(email:hostInfo), $mailbox as xs:string) as xs:string* external;
 
 (:~
  : Creates a new mailbox for the given user.
@@ -109,7 +109,7 @@
  :codehttp://www.zorba-xquery.com/modules/email/code
  : @example examples/Queries/imap/create_rename_delete_example.xq
  :)
-declare %ann:sequential function imap:create(
+declare %an:sequential function imap:create(
 $host-info as element(email:hostInfo),
 $mailbox-name as xs:string)
   as empty-sequence()
@@ -117,7 +117,7 @@
   imap:create-impl(validate {$host-info}, $mailbox-name) 
 };
   
-declare %private %ann:sequential function imap:create-impl($host-info as element(email:hostInfo), $mailbox-name as xs:string)  as empty-sequence() external; 
+declare %private %an:sequential function imap:create-impl($host-info as element(email:hostInfo), $mailbox-name as xs:string)  as empty-sequence() external; 
 
 (:~
  : Deletes a mailbox for the given user.
@@ -132,7 +132,7 @@
  :codehttp://www.zorba-xquery.com/modules/email/code
  : @example examples/Queries/imap/create_rename_delete_example.xq
  :)
-declare %ann:sequential function imap:delete(
+declare %an:sequential function imap:delete(
 $host-info as element(email:hostInfo),
 $mailbox-name as xs:string)
   as empty-sequence()
@@ -140,7 +140,7 @@
   imap:delete-impl(validate {$host-info}, $mailbox-name)
 };
 
-declare %private %ann:sequential function imap:delete-impl($host-info as element(email:hostInfo), $mailbox-name as xs:string)  as empty-sequence() external; 
+declare %private %an:sequential function imap:delete-impl($host-info as element(email:hostInfo), $mailbox-name as xs:string)  as empty-sequence() external; 
 
 (:~
  : Renames a mailbox.
@@ -156,7 +156,7 @@
  :codehttp://www.zorba-xquery.com/modules/email/code
  : @example examples/Queries/imap/create_rename_delete_example.xq
  :)
-declare %ann:sequential function imap:rename(
+declare %an:sequential function imap:rename(
 $host-info as element(email:hostInfo),
 $mailbox-old as xs:string,
 $mailbox-new as xs:string)
@@ -165,7 +165,7 @@
   imap:rename-impl(validate {$host-info}, $mailbox-old, $mailbox-new) 
 };
 
-declare %private %ann:sequential function imap:rename-impl($host-info as element(email:hostInfo), $mailbox-old as xs:string, $mailbox-new as xs:string) as empty-sequence() external;
+declare %private %an:sequential function imap:rename-impl($host-info as element(email:hostInfo), $mailbox-old as xs:string, $mailbox-new as xs:string) as empty-sequence() external;
 
 (:~
  : Lists IMAP folders for the specified user on the host that match the pattern. 
@@ -184,7 +184,7 @@
  :codehttp://www.zorba-xquery.com/modules/email/code
  : @example examples/Queries/imap/list_example.xq
  :)
-declare %ann:nondeterministic function imap:list(
+declare %an:nondeterministic function imap:list(
 $host-info as element(email:hostInfo),
 $mailbox-ref as xs:string,
 $pattern as xs:string,
@@ -202,7 +202,7 @@
   }
 };
 
-declare %private %ann:nondeterministic function imap:list-impl($host-info as element(email:hostInfo), $mailbox-ref as xs:string, $pattern as xs:string, $only-subscribed as xs:boolean) as xs:string* external;

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_oauth into lp:zorba/oauth-module

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-978722_oauth 
into lp:zorba/oauth-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_oauth/+merge/101530

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_oauth/+merge/101530
Your team Zorba Coders is subscribed to branch lp:zorba/oauth-module.
=== modified file 'src/com/zorba-xquery/www/modules/oauth/client.xq'
--- src/com/zorba-xquery/www/modules/oauth/client.xq	2011-08-18 05:29:58 +
+++ src/com/zorba-xquery/www/modules/oauth/client.xq	2012-04-11 10:12:23 +
@@ -41,7 +41,7 @@
  :)
 import module namespace oerr=http://www.zorba-xquery.com/modules/oauth/error;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
 declare namespace op = http://www.zorba-xquery.com/options/features;;
 declare namespace f = http://www.zorba-xquery.com/features;;
@@ -55,7 +55,7 @@
  : @see http://tools.ietf.org/html/rfc5849#section-3.3
  : @return integer time in seconds since Unix epoch
  :)
-declare %ann:nondeterministic function oauth:timestamp() as xs:decimal
+declare %an:nondeterministic function oauth:timestamp() as xs:decimal
 {
   let $current-dateTime := fn:adjust-dateTime-to-timezone(date:current-dateTime(), xs:dayTimeDuration('PT0H'))
   let $duration := $current-dateTime - xs:dateTime(1970-01-01T00:00:00Z)
@@ -84,7 +84,7 @@
  : @see http://tools.ietf.org/html/rfc5849#section-3.3
  : @return random string
  :)
-declare %ann:nondeterministic function oauth:nonce() as xs:string
+declare %an:nondeterministic function oauth:nonce() as xs:string
 {
   ra:uuid()
 };
@@ -221,7 +221,7 @@
  : @param $url Target URL
  : @return -
  :)
-declare %ann:sequential function oauth:http-request(
+declare %an:sequential function oauth:http-request(
 $consumer-secret as xs:string,
 $method as xs:string,
 $oauth-token-secret as xs:string?,
@@ -260,7 +260,7 @@
  : @error XQP0021(oerr:OC003) if we receive http 401 error from the server.
  : @error XQP0021(oerr:OC004) if we receive http 500 error from the server.
  :)
-declare %private %ann:sequential %ann:nondeterministic function oauth:format-request(
+declare %private %an:sequential %an:nondeterministic function oauth:format-request(
 $consumer-key as xs:string,
 $consumer-secret as xs:string,
 $method as xs:string,
@@ -293,7 +293,7 @@
 else $response[2]
 };
 
-declare %private %ann:sequential %ann:nondeterministic function oauth:format-request(
+declare %private %an:sequential %an:nondeterministic function oauth:format-request(
 $consumer-key as xs:string,
 $consumer-secret as xs:string,
 $method as xs:string,
@@ -344,7 +344,7 @@
  : @param $request request element containing the client's request
  : @return temporary credentials correctly parsed as parameter elements, or an error if http response status is not 200 OK
  :)
-declare %ann:sequential %ann:nondeterministic function oauth:request-token($request as element(request)+) as element()+
+declare %an:sequential %an:nondeterministic function oauth:request-token($request as element(request)+) as element()+
 {
   let $consumer-key := oauth:parameters($request,oauth_consumer_key)
   let $consumer-secret := oauth:parameters($request,oauth_consumer_secret)
@@ -378,7 +378,7 @@
  : @param $request request element containing the client's request
  : @return token credentials correctly parsed as parameter elements, or an error if http response status is not 200 OK
  :)
-declare %ann:sequential %ann:nondeterministic function oauth:access-token($request as element(request)+) as element()+
+declare %an:sequential %an:nondeterministic function oauth:access-token($request as element(request)+) as element()+
 {
   let $consumer-key := oauth:parameters($request,oauth_consumer_key)
   let $consumer-secret := oauth:parameters($request,oauth_consumer_secret)
@@ -419,7 +419,7 @@
  : @param $request request element containing the client's request
  : @return protected resources parsed as parameter elements, or an error if http response status is not 200 OK
  :)
-declare %ann:sequential %ann:nondeterministic function oauth:protected-resource($protected-resource as element(http:request),$request as element(request)+) as element()+
+declare %an:sequential %an:nondeterministic function oauth:protected-resource($protected-resource as element(http:request),$request as element(request)+) as element()+
 {
   let $consumer-key := oauth:parameters($request,oauth_consumer_key)
   let $consumer-secret := oauth:parameters($request,oauth_consumer_secret)
@@ -461,7 +461,7 @@
  

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_system into lp:zorba/system-module

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-978722_system 
into lp:zorba/system-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.
=== modified file 'src/com/zorba-xquery/www/modules/system.xq'
--- src/com/zorba-xquery/www/modules/system.xq	2011-10-05 22:16:57 +
+++ src/com/zorba-xquery/www/modules/system.xq	2012-04-11 10:13:27 +
@@ -45,7 +45,7 @@
  :)
 module namespace system = 'http://www.zorba-xquery.com/modules/system';
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
 declare option ver:module-version 1.0;
@@ -196,7 +196,7 @@
  : @param $key The name of the system property.
  : @return The string value of the system property, or an empty sequence if there is no property with that key.
  :)
-declare %ann:nondeterministic function system:property($key as xs:string) as xs:string? external;
+declare %an:nondeterministic function system:property($key as xs:string) as xs:string? external;
 
 (:~
  : This function retrieves the names of the current system properties.
@@ -207,5 +207,5 @@
  :
  : @return List of all system properties.
  :)
-declare %ann:nondeterministic function system:properties() as xs:string* external;
+declare %an:nondeterministic function system:properties() as xs:string* external;
 

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_system into lp:zorba/system-module

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722_system into 
lp:zorba/system-module has been updated.

Commit Message changed to:

fix for bug #978722 (change annotation prefix from ann to an)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_data-cleaning into lp:zorba/data-cleaning-module

2012-04-11 Thread Matthias Brantner
Matthias Brantner has proposed merging 
lp:~zorba-coders/zorba/bug-978722_data-cleaning into 
lp:zorba/data-cleaning-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: change annotation prefix from ann to an
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-cleaning/+merge/101532

fix for bug #978722 (change annotation prefix from ann to an)
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-cleaning/+merge/101532
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.
=== modified file 'src/com/zorba-xquery/www/modules/data-cleaning/conversion.xq'
--- src/com/zorba-xquery/www/modules/data-cleaning/conversion.xq	2011-11-16 18:41:39 +
+++ src/com/zorba-xquery/www/modules/data-cleaning/conversion.xq	2012-04-11 10:14:19 +
@@ -29,7 +29,7 @@
 module namespace conversion = http://www.zorba-xquery.com/modules/data-cleaning/conversion;;
 
 declare namespace exref = http://www.ecb.int/vocabulary/2002-08-01/eurofxref;;
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://www.zorba-xquery.com/annotations;;
 
 import schema namespace wp = 'http://api.whitepages.com/schema/';
 
@@ -52,7 +52,7 @@
  : @return A sequence of strings for the phone numbers associated to the name.
  : @example test/Queries/data-cleaning/conversion/phone-from-user.xq
  :)
-declare %ann:nondeterministic function conversion:phone-from-user ( $name as xs:string) as xs:string*{
+declare %an:nondeterministic function conversion:phone-from-user ( $name as xs:string) as xs:string*{
 	let $name-value := replace($name,  , %20)
 	let $url := concat(http://api.whitepages.com/find_person/1.0/?name=,$name-value,;api_key=,$conversion:key)
 	let $doc := http:get-node($url)[2]
@@ -69,7 +69,7 @@
  : @return A sequence of strings for the addresses associated to the name.
  : @example test/Queries/data-cleaning/conversion/address-from-user.xq
  :)
-declare %ann:nondeterministic function conversion:address-from-user ( $name as xs:string) as xs:string*{
+declare %an:nondeterministic function conversion:address-from-user ( $name as xs:string) as xs:string*{
 	let $name-value := replace($name,  , %20)
 	let $url := concat(http://api.whitepages.com/find_person/1.0/?name=,$name-value,;api_key=,$conversion:key)
 	let $doc := http:get-node($url)[2]
@@ -91,7 +91,7 @@
  : @return A sequence of strings for the person or organization's name associated to the phone number.
  : @example test/Queries/data-cleaning/conversion/user-from-phone.xq
  :)
-declare %ann:nondeterministic function conversion:user-from-phone ( $phone-number as xs:string) as xs:string*{
+declare %an:nondeterministic function conversion:user-from-phone ( $phone-number as xs:string) as xs:string*{
 	let $url := concat(http://api.whitepages.com/reverse_phone/1.0/?phone=,$phone-number,;api_key=,$conversion:key)
 	let $doc := http:get-node($url)[2]
 	return $doc/wp:wp/wp:listings/wp:listing/wp:displayname/text()	
@@ -106,7 +106,7 @@
  : @return A string for the addresses associated to the phone number.
  : @example test/Queries/data-cleaning/conversion/address-from-phone.xq
  :)
-declare %ann:nondeterministic function conversion:address-from-phone ( $phone-number as xs:string) as xs:string*{
+declare %an:nondeterministic function conversion:address-from-phone ( $phone-number as xs:string) as xs:string*{
 	let $url := concat(http://api.whitepages.com/reverse_phone/1.0/?phone=,$phone-number,;api_key=,$conversion:key)
 	let $doc := http:get-node($url)[2]
 	let $addresses :=
@@ -128,7 +128,7 @@
  : @return A sequence of strings for the person or organization's names associated to the address.
  : @example test/Queries/data-cleaning/conversion/user-from-address.xq
  :)
-declare %ann:nondeterministic function conversion:user-from-address ( $address as xs:string) as xs:string*{
+declare %an:nondeterministic function conversion:user-from-address ( $address as xs:string) as xs:string*{
 	let $tokens := tokenize ($address, ,)
 	let $token-full-street := $tokens[position()=1]
 	let $state := 
@@ -154,7 +154,7 @@
  : @return A sequence of strings for the phone number or organization's names associated to the address.
  : @example test/Queries/data-cleaning/conversion/phone-from-address.xq
  :)
-declare %ann:nondeterministic function conversion:phone-from-address ( $address as xs:string) as xs:string*{
+declare %an:nondeterministic function conversion:phone-from-address ( $address as xs:string) as xs:string*{
 	let $tokens := tokenize ($address, ,)
 	let $token-full-street := $tokens[position()=1]
 	let $state := 
@@ -191,7 +191,7 @@
  : @return The value resulting from the conversion
  : @example test/Queries/data-cleaning/conversion/unit-convert.xq
  :)
-declare %ann:nondeterministic function conversion:unit-convert ( $v as xs:double, $t as xs:string, $m1 as 

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_data-converters into lp:zorba/data-converters-module

2012-04-11 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module

2012-04-11 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_xqxq into lp:zorba/xqxq-module

2012-04-11 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_xqxq/+merge/101525
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_data-converters into lp:zorba/data-converters-module

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722_data-converters into 
lp:zorba/data-converters-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722_http-client into 
lp:zorba/http-client-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_xqxq into lp:zorba/xqxq-module

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722_xqxq into 
lp:zorba/xqxq-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_xqxq/+merge/101525
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_xqxq/+merge/101525
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module

2012-04-11 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_image into lp:zorba/image-module

2012-04-11 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_image/+merge/101528
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_email into lp:zorba/email-module

2012-04-11 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_email/+merge/101529
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_oauth into lp:zorba/oauth-module

2012-04-11 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_oauth/+merge/101530
Your team Zorba Coders is subscribed to branch lp:zorba/oauth-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722_process into 
lp:zorba/process-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_data-converters into lp:zorba/data-converters-module

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-978722_data-converters-2012-04-11T10-19-38.533Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_email into lp:zorba/email-module

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722_email into 
lp:zorba/email-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_email/+merge/101529
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_email/+merge/101529
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_oauth into lp:zorba/oauth-module

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722_oauth into 
lp:zorba/oauth-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_oauth/+merge/101530
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_oauth/+merge/101530
Your team Zorba Coders is subscribed to branch lp:zorba/oauth-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_system into lp:zorba/system-module

2012-04-11 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_system into lp:zorba/system-module

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722_system into 
lp:zorba/system-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_data-cleaning into lp:zorba/data-cleaning-module

2012-04-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-978722_data-cleaning into 
lp:zorba/data-cleaning-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-cleaning/+merge/101532
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-cleaning/+merge/101532
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_data-converters into lp:zorba/data-converters-module

2012-04-11 Thread Zorba Build Bot
Validation queue job bug-978722_data-converters-2012-04-11T10-19-38.533Z is 
finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_data-converters into lp:zorba/data-converters-module

2012-04-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_email into lp:zorba/email-module

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-978722_email-2012-04-11T10-51-30.31Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_email/+merge/101529
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_data-converters into lp:zorba/data-converters-module

2012-04-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug-978722_data-converters into 
lp:zorba/data-converters-module has been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_email into lp:zorba/email-module

2012-04-11 Thread Zorba Build Bot
Validation queue job bug-978722_email-2012-04-11T10-51-30.31Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_email/+merge/101529
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_email into lp:zorba/email-module

2012-04-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_email/+merge/101529
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-978722_http-client-2012-04-11T11-22-45.49Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.

-- 
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 918173] Re: add auto generation of the conformance reports to lp:zorba

2012-04-11 Thread Sorin Marian Nasoi
Setting the importance to HIGH in light of the new testing discussions.

Purpose is to :Add automated tests to confirm no regressions in all
test suites over several build configurations, and to generate W3C
reports on every check-in.

** Changed in: zorba
   Importance: Medium = High

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/918173

Title:
  add auto generation of the conformance reports to lp:zorba

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  Create a way to generate the conformance reports automatically in
  Zorba.

  After this is done, the Validation queue can add a new check to see if
  any regression was added with the proposed commit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/918173/+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] [Merge] lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module

2012-04-11 Thread Zorba Build Bot
Validation queue job bug-978722_http-client-2012-04-11T11-22-45.49Z is 
finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module

2012-04-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_image into lp:zorba/image-module

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-978722_image-2012-04-11T11-53-19.907Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_image/+merge/101528
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module

2012-04-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug-978722_http-client into 
lp:zorba/http-client-module has been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_image into lp:zorba/image-module

2012-04-11 Thread Zorba Build Bot
Validation queue job bug-978722_image-2012-04-11T11-53-19.907Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_image/+merge/101528
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_image into lp:zorba/image-module

2012-04-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_image/+merge/101528
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_oauth into lp:zorba/oauth-module

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-978722_oauth-2012-04-11T12-24-19.092Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_oauth/+merge/101530
Your team Zorba Coders is subscribed to branch lp:zorba/oauth-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_image into lp:zorba/image-module

2012-04-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug-978722_image into 
lp:zorba/image-module has been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_image/+merge/101528
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_image/+merge/101528
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
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] [Merge] lp:~diogo-simoes89/zorba/data-cleaning-thesaurus into lp:zorba/data-cleaning-module

2012-04-11 Thread Bruno Martins
The proposal to merge lp:~diogo-simoes89/zorba/data-cleaning-thesaurus into 
lp:zorba/data-cleaning-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~diogo-simoes89/zorba/data-cleaning-thesaurus/+merge/100683
-- 
https://code.launchpad.net/~diogo-simoes89/zorba/data-cleaning-thesaurus/+merge/100683
Your team Zorba Coders is requested to review the proposed merge of 
lp:~diogo-simoes89/zorba/data-cleaning-thesaurus into 
lp:zorba/data-cleaning-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-978722_process-2012-04-11T12-55-04.024Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module

2012-04-11 Thread Zorba Build Bot
Validation queue job bug-978722_process-2012-04-11T12-55-04.024Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_system into lp:zorba/system-module

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-978722_system-2012-04-11T13-25-51.382Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module

2012-04-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module

2012-04-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug-978722_process into 
lp:zorba/process-module has been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_system into lp:zorba/system-module

2012-04-11 Thread Zorba Build Bot
Validation queue job bug-978722_system-2012-04-11T13-25-51.382Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_system into lp:zorba/system-module

2012-04-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_system/+merge/101531
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.

-- 
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 973410] Re: Zorba FOTS driver: assert-deep-eq bug

2012-04-11 Thread Sorin Marian Nasoi
Implemented in r10640:
http://bazaar.launchpad.net/~zorba-coders/zorba/feature_fots/revision/10640

** Changed in: zorba
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/973410

Title:
  Zorba FOTS driver: assert-deep-eq bug

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  assert deep-eq is not implemented.

  As examples the following test-sets: test-cases can be used:

  - fn-ceiling : fn-ceiling-1
  - fn-codepoints-to-string: fn-codepoints-to-string-14

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/973410/+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 973412] Re: Zorba FOTS driver: assert-permutation bug

2012-04-11 Thread Sorin Marian Nasoi
Implemented in r10643
http://bazaar.launchpad.net/~zorba-coders/zorba/feature_fots/revision/10643

** Changed in: zorba
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/973412

Title:
  Zorba FOTS driver: assert-permutation bug

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  assert permutation is not implemented.

  As examples the following test-sets: test-cases can be used:

  - fn-distinct-values: fn-distinct-values-mixed-args-005
  - fn-in-scope-prefixes: fn-in-scope-prefixes-21

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/973412/+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] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes into lp:zorba

2012-04-11 Thread William Candillon
William Candillon has proposed merging lp:~zorba-coders/zorba/xqdoc_fixes into 
lp:zorba.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580

Add prefix attribute to xqdoc:annotation elements.
This enables a better handling of predeclared namespaces.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc.xsd'
--- modules/com/zorba-xquery/www/modules/xqdoc.xsd	2012-03-28 05:19:57 +
+++ modules/com/zorba-xquery/www/modules/xqdoc.xsd	2012-04-11 15:13:31 +
@@ -141,6 +141,7 @@
   /xsd:complexType
 
   xsd:complexType name=annotation
+ xsd:attribute name=prefix type=xsd:string use=optional/
  xsd:attribute name=namespace type=xsd:string use=optional/
  xsd:attribute name=localname type=xsd:string use=optional/
  xsd:attribute name=value type=xsd:string use=optional/

=== modified file 'src/compiler/parsetree/parsenode_print_xqdoc_visitor.cpp'
--- src/compiler/parsetree/parsenode_print_xqdoc_visitor.cpp	2012-04-11 03:19:40 +
+++ src/compiler/parsetree/parsenode_print_xqdoc_visitor.cpp	2012-04-11 15:13:31 +
@@ -140,7 +140,10 @@
   store::Item_t lAttrValueItem;
   theFactory-createString(lAttrValueItem, lTmp);
 
-  store::Item_t lAttrNamespaceItem, lAttrLocalnameItem;
+  store::Item_t lAttrPrefixItem, lAttrNamespaceItem, lAttrLocalnameItem;
+
+  zstring lPrefix = lAnn-get_qname()-get_prefix();
+  theFactory-createString(lAttrPrefixItem, lPrefix);
 
   lTmp = lAnn-get_qname()-get_prefix();
   lTmp = theNamespaceMap[lTmp];
@@ -149,6 +152,8 @@
   lTmp = lAnn-get_qname()-get_localname();
   theFactory-createString(lAttrLocalnameItem, lTmp);
 
+  store::Item_t lPrefixQName;
+  theFactory-createQName(lPrefixQName, , , prefix);
   store::Item_t lNamespaceQName;
   theFactory-createQName(lNamespaceQName, , , namespace);
   store::Item_t lLocalnameQName;
@@ -158,6 +163,11 @@
  
   lTypeName = GENV_TYPESYSTEM.XS_UNTYPED_QNAME;
   theFactory-createAttributeNode(
+lPrefixQName, lAnnotationElem, lPrefixQName,
+lTypeName, lAttrPrefixItem);
+ 
+  lTypeName = GENV_TYPESYSTEM.XS_UNTYPED_QNAME;
+  theFactory-createAttributeNode(
 lNamespaceQName, lAnnotationElem, lNamespaceQName,
 lTypeName, lAttrNamespaceItem);
 

=== modified file 'test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res'
--- test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res	2012-03-28 05:19:57 +
+++ test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res	2012-04-11 15:13:31 +
@@ -1,1 +1,1 @@
-xqdoc:xqdoc xmlns:xqdoc=http://www.xqdoc.org/1.0;xqdoc:controlxqdoc:date/xqdoc:version1.0/xqdoc:version/xqdoc:controlxqdoc:module type=mainxqdoc:urilocal.xqlib/xqdoc:urixqdoc:custom tag=namespacesxqdoc:namespace prefix=ann uri=http://www.zorba-xquery.com/annotations; isSchema=false/xqdoc:namespace prefix=xqd uri=http://www.zorba-xquery.com/modules/xqdoc; isSchema=false/xqdoc:namespace prefix=xqds uri=http://www.xqdoc.org/1.0; isSchema=true//xqdoc:custom/xqdoc:modulexqdoc:importsxqdoc:import type=schemaxqdoc:urihttp://www.xqdoc.org/1.0/xqdoc:uri/xqdoc:importxqdoc:import type=libraryxqdoc:urihttp://www.zorba-xquery.com/modules/xqdoc/xqdoc:uri/xqdoc:import/xqdoc:importsxqdoc:variables/xqdoc:functionsxqdoc:function arity=1xqdoc:namelocal:remove-date/xqdoc:namexqdoc:annotationsxqdoc:annotation namespace=http://www.zorba-xquery.com/annotations; localname=sequential value=//xqdoc:annotationsxqdoc:signaturedeclare %ann:sequential function local:remove-date($xqdoc)/xqdoc:signaturexqdoc:parametersxqdoc:parameterxqdoc:namexqdoc/xqdoc:name/xqdoc:parameter/xqdoc:parameters/xqdoc:function/xqdoc:functions/xqdoc:xqdoc
\ No newline at end of file
+xqdoc:xqdoc xmlns:xqdoc=http://www.xqdoc.org/1.0;xqdoc:controlxqdoc:date/xqdoc:version1.0/xqdoc:version/xqdoc:controlxqdoc:module type=mainxqdoc:urilocal.xqlib/xqdoc:urixqdoc:custom tag=namespacesxqdoc:namespace prefix=ann uri=http://www.zorba-xquery.com/annotations; isSchema=false/xqdoc:namespace prefix=xqd uri=http://www.zorba-xquery.com/modules/xqdoc; isSchema=false/xqdoc:namespace prefix=xqds uri=http://www.xqdoc.org/1.0; isSchema=true//xqdoc:custom/xqdoc:modulexqdoc:importsxqdoc:import type=schemaxqdoc:urihttp://www.xqdoc.org/1.0/xqdoc:uri/xqdoc:importxqdoc:import type=libraryxqdoc:urihttp://www.zorba-xquery.com/modules/xqdoc/xqdoc:uri/xqdoc:import/xqdoc:importsxqdoc:variables/xqdoc:functionsxqdoc:function arity=1xqdoc:namelocal:remove-date/xqdoc:namexqdoc:annotationsxqdoc:annotation namespace=http://www.zorba-xquery.com/annotations; localname=sequential prefix=ann value=//xqdoc:annotationsxqdoc:signaturedeclare %ann:sequential function 

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/ordpathmsgs into lp:zorba

2012-04-11 Thread Till Westmann
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/ordpathmsgs/+merge/101520
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/ordpathmsgs into lp:zorba

2012-04-11 Thread Till Westmann
The proposal to merge lp:~zorba-coders/zorba/ordpathmsgs into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/ordpathmsgs/+merge/101520
-- 
https://code.launchpad.net/~zorba-coders/zorba/ordpathmsgs/+merge/101520
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes into lp:zorba

2012-04-11 Thread William Candillon
The proposal to merge lp:~zorba-coders/zorba/xqdoc_fixes into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes into lp:zorba

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/xqdoc_fixes-2012-04-11T15-14-09.312Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/do-not-destroy-annotations-twice into lp:zorba

2012-04-11 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/do-not-destroy-annotations-twice 
into lp:zorba has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
-- 
https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes into lp:zorba

2012-04-11 Thread Zorba Build Bot
Validation queue job xqdoc_fixes-2012-04-11T15-14-09.312Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/bug-978722_data-cleaning into lp:zorba/data-cleaning-module

2012-04-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-978722_data-cleaning-2012-04-11T15-45-34.941Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-cleaning/+merge/101532
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes into lp:zorba

2012-04-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 2 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes into lp:zorba

2012-04-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/xqdoc_fixes into lp:zorba has been 
updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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] [Merge] lp:~zorba-coders/zorba/no_unicode into lp:zorba

2012-04-11 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/no_unicode into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101588
-- 
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101588
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes into lp:zorba

2012-04-11 Thread Sorin Marian Nasoi
I have tested on Linux and everything looks fine: I have to test on Windows 
before approving the changes.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes/+merge/101580
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_data-converters into lp:zorba/data-converters-module

2012-04-11 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_data-converters/+merge/101524
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module

2012-04-11 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_process into lp:zorba/process-module

2012-04-11 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_process/+merge/101527
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.

-- 
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


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-978722_xqxq into lp:zorba/xqxq-module

2012-04-11 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_xqxq/+merge/101525
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.

-- 
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


  1   2   >