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

2012-02-03 Thread Chris Hillery
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/fix_test_xquery_1_1/+merge/91033 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 :

[Zorba-coders] [Bug 925964] [NEW] HTTP client module throws errors on certain Web sites.

2012-02-03 Thread Ghislain Fourny
Public bug reported: The following query: import module namespace http-client = http://expath.org/ns/http-client;; http-client:send-request(http-client:request method=GET href=http://www.28msec.com/) leads to the following error: :85,5: user-defined error

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

2012-02-03 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/fix_test_xquery_1_1/+merge/91033 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 :

[Zorba-coders] [Bug 926291] [NEW] Wrong list supported link in documentation

2012-02-03 Thread William Candillon
Public bug reported: In http://localhost:8080/html/documentation has a link List of Supported Functions which doesn't seam to be correct. ** Affects: zorba Importance: Undecided Assignee: William Candillon (wcandillon) Status: New ** Changed in: zorba Milestone: None =

[Zorba-coders] [Bug 926290] [NEW] Wrong list supported link in documentation

2012-02-03 Thread William Candillon
Public bug reported: In http://localhost:8080/html/documentation has a link List of Supported Functions which doesn't seam to be correct. ** Affects: zorba Importance: Undecided Status: New -- You received this bug notification because you are a member of Zorba Coders, which is

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

2012-02-03 Thread Cezar Andrei
Review: Approve I think the URI code should allow even more broad constructs than this. Approving to get this going. -- https://code.launchpad.net/~zorba-coders/zorba/bug925816/+merge/91382 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-02-03 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/bug925716 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 -- https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 Your

[Zorba-coders] [Bug 925816] Re: URI resolver doesn't support Java URI format

2012-02-03 Thread Rodolfo Ochoa
** Changed in: zorba Milestone: None = 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/925816 Title: URI resolver doesn't support Java URI format Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 925716] Re: Windows doesn't compile

2012-02-03 Thread Rodolfo Ochoa
** Changed in: zorba Milestone: None = 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/925716 Title: Windows doesn't compile Status in Zorba - The XQuery Processor: New Bug

[Zorba-coders] [Bug 921258] Re: URIs for files should be valid with one slash

2012-02-03 Thread Rodolfo Ochoa
** Changed in: zorba Assignee: (unassigned) = Rodolfo Ochoa (rodolfo-ochoa) ** Branch linked: lp:~zorba-coders/zorba/bug925816 ** Changed in: zorba Importance: Undecided = Medium -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for

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

2012-02-03 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/bug925716 into lp:zorba has been updated. Status: Approved = Work in progress For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 -- https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351

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

2012-02-03 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug925716 into lp:zorba has been updated. Commit Message changed to: added #include stdafx.h and changed uri_util.h having ZORBA_DLL_PUBLIC extern char const uri_safe[]; ZORBA_DLL_PUBLIC extern signed char const hex2dec[]; For more details, see:

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

2012-02-03 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug925816 into lp:zorba has been updated. Commit Message changed to: Added recognition for URIs without authority, this is a JAVA URI case. For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug925816/+merge/91382 --

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

2012-02-03 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug925816 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug925816/+merge/91382 -- https://code.launchpad.net/~zorba-coders/zorba/bug925816/+merge/91382 Your

[Zorba-coders] [Bug 926463] [NEW] Regression in the http-client

2012-02-03 Thread William Candillon
Public bug reported: The following query: import module namespace http = http://expath.org/ns/http-client;; let $res := http:send-request((), http://www.yahoo.com/;)[2] for $e in $res//* order by local-name($e) return $e works on zorba 2.1.0 but fails in the trunk ** Affects: zorba

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

2012-02-03 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug925816-2012-02-04T01-51-57.631Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug925816/+merge/91382 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-02-03 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/stack into lp:~zorba-coders/zorba/zorba-experimental failed. Below is the output from the failed tests. experimental build started for lp:~zorba-coders/zorba/stack. Check out http://stack.zorba-xquery.com/ in half an hour or so. Logfile at

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/stack into lp:~zorba-coders/zorba/zorba-experimental

2012-02-03 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/stack into lp:~zorba-coders/zorba/zorba-experimental has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/stack/+merge/91380 --

[Zorba-coders] [Merge] lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental

2012-02-03 Thread Matthias Brantner
The proposal to merge lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental has been updated. Commit Message changed to: ... For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91530 -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91530

[Zorba-coders] [Merge] lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental

2012-02-03 Thread Matthias Brantner
The proposal to merge lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91530 --

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

2012-02-03 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug925816 into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug925816/+merge/91382 -- https://code.launchpad.net/~zorba-coders/zorba/bug925816/+merge/91382 Your

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

2012-02-03 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug925716-2012-02-04T02-18-38.412Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-02-03 Thread Zorba Build Bot
The attempt to merge lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental failed. Below is the output from the failed tests. experimental build started for lp:zorba/3.0. Check out http://3.0.zorba-xquery.com/ in half an hour or so. Logfile at

[Zorba-coders] [Merge] lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental

2012-02-03 Thread Zorba Build Bot
The proposal to merge lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91530 --

[Zorba-coders] [Bug 926463] Re: Regression in the http-client

2012-02-03 Thread William Candillon
** Changed in: zorba Status: New = Invalid ** Changed in: zorba Milestone: 2.2 = None -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/926463 Title: Regression in the http-client

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

2012-02-03 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/bug925716 into lp:zorba failed. Below is the output from the failed tests. CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:274 (message): Validation queue job bug925716-2012-02-04T02-18-38.412Z is finished. The final

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

2012-02-03 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/fix_test_xquery_1_1-2012-02-04T02-45-06.133Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/fix_test_xquery_1_1/+merge/91033 Your team Zorba Coders is subscribed to branch lp:zorba. --

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

2012-02-03 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug925716 into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 -- https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 Your

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

2012-02-03 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/bug925716 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 -- https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 Your

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module

2012-02-03 Thread Zorba Build Bot
The attempt to merge lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module failed. Below is the output from the failed tests. CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:274 (message): Validation queue job

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module

2012-02-03 Thread Zorba Build Bot
The proposal to merge lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~danielturcanu/zorba/csv_conv_module/+merge/91337 --

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

2012-02-03 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug925716-2012-02-04T04-13-52.039Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-02-03 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/bug925716 into lp:zorba failed. Below is the output from the failed tests. CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:274 (message): Validation queue job bug925716-2012-02-04T04-13-52.039Z is finished. The final

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

2012-02-03 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug925716 into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 -- https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351 Your

[Zorba-coders] [Bug 926507] [NEW] invalid parse error related to quantified expr

2012-02-03 Thread Matthias Brantner
Public bug reported: for $i in 1 to 10 where $i mod 2 eq 0 and some $j in 1 to 20 satisfies $j - $i = 2 return $i invalidly raises '2,30: static error [err:XPST0003]: invalid expression: syntax error, unexpected $'. ** Affects: zorba Importance: High Assignee: Nicolae Brinza (nbrinza)