[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba

2013-01-14 Thread Cezar Andrei
The proposal to merge lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba has 
been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-14 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/2.8-release-prep-2013-01-14T17-08-49.165Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-14 Thread Cezar Andrei
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-14 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba has 
been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-14 Thread Zorba Build Bot
Validation queue job 2.8-release-prep-2013-01-14T17-08-49.165Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/2.8-release-prep into 
lp:zorba.

Commit message:
Bump version to 2.8! Clean ChangeLog.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2013-01-09 04:48:12 +
+++ CMakeLists.txt	2013-01-11 09:49:26 +
@@ -478,7 +478,7 @@
 
 # zorba versioning
 SET(ZORBA_MAJOR_NUMBER 2)
-SET(ZORBA_MINOR_NUMBER 7)
+SET(ZORBA_MINOR_NUMBER 8)
 SET(ZORBA_PATCH_NUMBER 0)
 SET(ZORBA_VERSION ${ZORBA_MAJOR_NUMBER}.${ZORBA_MINOR_NUMBER}.${ZORBA_PATCH_NUMBER})
 MESSAGE(STATUS Zorba version number: ${ZORBA_VERSION})

=== modified file 'ChangeLog'
--- ChangeLog	2013-01-11 01:34:56 +
+++ ChangeLog	2013-01-11 09:49:26 +
@@ -4,6 +4,7 @@
 version 2.8
 
 New Features:
+ TREE
   * (bug #1039284) Implemented jn:json-doc().
   * (bug #867363) Added http-uri-resolution feature to disable HTTP
 	when resolving URIs.
@@ -18,11 +19,28 @@
   * New external module client for Couchbase Server.
   * New external module client for SQLite Database.
   * New external module client for Oracle NoSQL Database.
+===
+  * New external module for interfacing with Couchbase Server.
+  * New external module for interfacing with SQLite Database.
+  * New external module for interfacing with Oracle NoSQL Database.
+  * New external module for interfacing with relational databases via JDBC.
+  * Implemented JSONiq's json-doc() function.
+  * http-uri-resolution feature to disable HTTP when resolving URIs.
+  * Option to specify that parse-json() strips the top-level array.
+ MERGE-SOURCE
   * New info-extraction module for querying concepts and entities in
+ TREE
 natural language text.
   * New JDBC module for manipulating SQL relational databases.
+===
+natural language text.
+ MERGE-SOURCE
   * Extended cast and castable expression to allow any simple target type
 (as specified by XQuery 3.0)
+ TREE
+===
+  * The XQXQ (XQuery-for-XQuery) module became part of the Zorba core.
+ MERGE-SOURCE
 
 Optimizations:
   * Various optimizations in the implementation of the optimizer rules.
@@ -32,33 +50,31 @@
   * Fixed iteration over the components of a window clause; this improves static
 type computation of expressions referencing window vars.
   * No need to cast xs:untypedAtomic to xs:string in order-by expression.
-  * Convert LET vars whose domain sequence has exactly one item to FOR vars.
+  * Convert LET variables whose domain sequence has exactly one item to FOR vars.
 
 Bug Fixes/Other Changes:
   * Fixed bug #949064  (faulty QName should be printed in the error message)
   * Fixed bug #1072644 (broken parser error location)
-  * Change XQXQ (XQuery-for-XQuery) module now part of Zorba core
-  * Fixed mustCopyInputNodes() method of no-copy, and jsoniq functions.
   * Fixed bug #868640 (Node lifetime is shorter than expected due to let
-variable inlining)
-  * Fixed bug in castable expr when the target type is xs:QName.
-  * Fixed bug in testing if a sequence type is subtype of node(xs:untyped)
+  variable inlining)
   * Fixed bugs #1081626 (Segmentation fault in a side-effecting FLWOR),
-#1079488 (streaming segfault)
+  #1079488 (streaming segfault)
   * Fixed bug #1062093 (bug in var reference iterators with an associated
-position that is negative)
+  position that is negative)
   * Fixed bug #1073978 (FOTS: option default ns not supported)
-  * Fixed bug in probing multi-key value-range indexes
   * Fixed bug #1061222 (bad message for errors in index key type declaration)
   * Fixed bug #1065175 (preceding::node()[1] returns wrong results)
   * Fixed bug #1065321 (following:text() doesn't return results in doc order)
   * Fixed bug #1067706 (wrong const folding in mutually recursive udfs)
-  * Fixed bug #1021492 (while computeing the sources of a prolog var, skip
-any var-setting exprs that appear in non-used (and non-optimized) functions).
+  * Fixed bug #1021492 (while computing the sources of a prolog var, skip
+  any var-setting exprs that appear in non-used (and non-optimized) functions).
   * Fixed bug #1070551 (zerr:ZOSE0003 stream read failure)
   * Fixed bug #992304 (Compiling library modules could load data from wrong
 source)
   * Fixed bug #1043294 (XQST0036 not used in XQuery 3.0).
+  * Fixed bug in castable expr when the target type is xs:QName.
+  * Fixed bug in testing if a sequence type is subtype of node(xs:untyped)
+  * Fixed mustCopyInputNodes() method of no-copy, and jsoniq functions.
   * Fixed bugs related to casting to user-defined types.
 
 
@@ -76,7 +92,7 @@
   * Roundtripping of JSON items has been moved from the serializer to encoding functions.
   * Added uuid to public API.
   * Best-effort serialization of 

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba

2013-01-11 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba has 
been updated.

Commit Message changed to:

Bump version to 2.8! Clean ChangeLog.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba has 
been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/2.8-release-prep-2013-01-11T10-13-51.255Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba 
failed. Below is the output from the failed tests.


CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 
(message):
  Validation queue job 2.8-release-prep-2013-01-11T10-13-51.255Z is finished.
  The final status was:

  

  1 tests did not succeed - changes not commited.


Error in read script: /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake

-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba has 
been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/2.8-release-prep-2013-01-11T10-57-37.119Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba has 
been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Zorba Build Bot
Validation queue job 2.8-release-prep-2013-01-11T10-57-37.119Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Approve.
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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/2.8-release-prep into lp:zorba

2013-01-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/2.8-release-prep into lp:zorba has 
been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
-- 
https://code.launchpad.net/~zorba-coders/zorba/2.8-release-prep/+merge/142856
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