[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba

2012-02-08 Thread Zorba Build Bot
Validation queue job fix-download-http-client-2012-02-08T07-41-53.115Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/fix-download-http-client/+merge/91979 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba

2012-02-08 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-download-http-client/+merge/91979 --

[Zorba-coders] [Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))

2012-02-08 Thread William Candillon
The following query: import module namespace json = http://www.zorba-xquery.com/modules/converters/json;; let $json := '{ action: GET /html/index, public: true, opt: [1, 2, {foo: bar}, null, false, true]}' let $json := json:parse($json) return json:serialize($json) Returns: JSON serialization

[Zorba-coders] [Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))

2012-02-08 Thread William Candillon
Please don't close this bug, assign it back to me if you think that it is fixed. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/920717 Title: json 2.0 bug:

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

2012-02-08 Thread William Candillon
Review: Needs Fixing This merge request is pending on bug #920717 Also there are some documentation issues that have not been addressed yet. How do you we do this? Do you make another shot at it first or we should have call with Matthias to discuss how to review it? --

[Zorba-coders] [Bug 928710] [NEW] No way to populate JSON array with atomic values via store API

2012-02-08 Thread Chris Hillery
Public bug reported: If you are creating JSON items via the store API, the only way to add members to an array is to use the no-copy copy() trick, calling copy() on the member Item and passing a store::CopyMode with theDoCopy set to false. However, copy() is not implemented for Items of atomic

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

2012-02-08 Thread William Candillon
Do you take another shot at it first or should we have a call with Matthias to discuss how to improve the module documentation?* -- https://code.launchpad.net/~zorba-coders/zorba/feature-json_parser/+merge/91959 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/parse-fragment into lp:zorba

2012-02-08 Thread William Candillon
Adding David to the review, I think he found a bug. -- https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/91657 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] [Merge] lp:~gislenius/zorba/jsoniq-jnprefix into lp:zorba/3.0

2012-02-08 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~gislenius/zorba/jsoniq-jnprefix into lp:zorba/3.0. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~gislenius/zorba/jsoniq-jnprefix/+merge/92026 Bound jn prefix by default. --

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

2012-02-08 Thread Paul J. Lucas
If you want the documentation fixed, you need to specify exactly what needs fixing -- I'm not a mind-reader. -- https://code.launchpad.net/~zorba-coders/zorba/feature-json_parser/+merge/91959 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Bug 928710] Re: No way to populate JSON array with atomic values via store API

2012-02-08 Thread Markos Zaharioudakis
The way to do this is to first create an empty array, and then use the zorba::store::Store::populateJSONArray() method. ** Changed in: zorba Assignee: Markos Zaharioudakis (markos-za) = Chris Hillery (ceejatec) -- You received this bug notification because you are a member of Zorba Coders,

[Zorba-coders] [Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))

2012-02-08 Thread Paul J. Lucas
These are DIFFERENT bugs. They have NOTHING to do with serialization. When you have a query that fails, you need to try to get it to the SMALLEST possible query that fails. In this and the previous case, the call to json:serialize() is not necessary to show the bug. -- You received this bug

Re: [Zorba-coders] [Merge] lp:~gislenius/zorba/same-directory-store-includes into lp:zorba

2012-02-08 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/91279 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] [Merge] lp:~gislenius/zorba/same-directory-store-includes into lp:zorba

2012-02-08 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/same-directory-store-includes-2012-02-08T15-33-56.706Z/log.html -- https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/91279 Your team Zorba Coders is subscribed to

[Zorba-coders] [Merge] lp:~gislenius/zorba/same-directory-store-includes into lp:zorba

2012-02-08 Thread Zorba Build Bot
Validation queue job same-directory-store-includes-2012-02-08T15-33-56.706Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/91279 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing

[Zorba-coders] [Merge] lp:~gislenius/zorba/same-directory-store-includes into lp:zorba

2012-02-08 Thread noreply
The proposal to merge lp:~gislenius/zorba/same-directory-store-includes into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/91279 --

[Zorba-coders] [Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))

2012-02-08 Thread Paul J. Lucas
OK, I've fixed your latest bug. For the record, the smallest possible query that showed the bug was: import module namespace json = http://www.zorba- xquery.com/modules/converters/json; let $json := '{ k1 : [ { k2 : v2 }, null ] }' return json:parse( $json ) It would help if, instead of

[Zorba-coders] [Bug 923015] Re: internal error: clone() not implemented for expression

2012-02-08 Thread Paul J. Lucas
** Changed in: zorba Assignee: Matthias Brantner (matthias-brantner) = Paul J. Lucas (paul-lucas) ** Changed in: zorba Status: New = In Progress ** Summary changed: - internal error: clone() not implemented for expression + clone() not implemented for full-text expressions --

[Zorba-coders] [Bug 871335] Re: correct moduleDocumentation for image modules

2012-02-08 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: (unassigned) = Sorin Marian Nasoi (sorin.marian.nasoi) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/871335 Title: correct moduleDocumentation for image

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

2012-02-08 Thread Cezar Andrei
Review: Approve Not 100% backwards compatible in the schema sense but previous instances should still be valid. Daniel, you still need to fix the 3 tests failing. -- https://code.launchpad.net/~danielturcanu/zorba/csv_conv_module/+merge/91337 Your team Zorba Coders is requested to review the

[Zorba-coders] [Bug 925133] Re: replace string restriction with xs:boolean in csv-options.xsd

2012-02-08 Thread Cezar Andrei
Not 100% backwards compatible in the schema sense but previous instances should still be valid. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/925133 Title: replace string restriction with

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

2012-02-08 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module. Requested reviews: Zorba Coders (zorba-coders) Cezar Andrei (cezar-andrei) Related bugs: Bug #925133 in Zorba: replace string restriction with xs:boolean in csv-options.xsd

[Zorba-coders] [Bug 928987] [NEW] XQJ integration with JavaAPI

2012-02-08 Thread Cezar Andrei
Public bug reported: Users that are using XQJ need access to CollectionManager and DocumentManager. This can be done by adding our own interface, and make our XQPreparedExpression implementation class also implement this new interface. But the user would have to up cast it to this new interface

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

2012-02-08 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module has been updated. Commit Message changed to: Changed type in csv options from xs:string to xs:boolean For more details, see:

Re: [Zorba-coders] [Merge] lp:~gislenius/zorba/jsoniq-pregenerated-compiler into lp:zorba/3.0

2012-02-08 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~gislenius/zorba/jsoniq-pregenerated-compiler/+merge/92030 Your team Zorba Coders is subscribed to branch lp:zorba/3.0. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Bug 928987] Re: XQJ integration with JavaAPI

2012-02-08 Thread Matthias Brantner
** 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/928987 Title: XQJ integration with JavaAPI Status in Zorba - The XQuery Processor: New Bug

Re: [Zorba-coders] [Merge] lp:~diogo-simoes89/zorba/DC-conversion-tests into lp:zorba/data-cleaning-module

2012-02-08 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve 1, Disapprove 1. Got: 1 Approve. -- https://code.launchpad.net/~diogo-simoes89/zorba/DC-conversion-tests/+merge/91599 Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module. -- Mailing list:

[Zorba-coders] [Merge] lp:~diogo-simoes89/zorba/DC-conversion-tests into lp:zorba/data-cleaning-module

2012-02-08 Thread Zorba Build Bot
The proposal to merge lp:~diogo-simoes89/zorba/DC-conversion-tests into lp:zorba/data-cleaning-module has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~diogo-simoes89/zorba/DC-conversion-tests/+merge/91599 --

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

2012-02-08 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~danielturcanu/zorba/csv_conv_module/+merge/92072 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 :

[Zorba-coders] [Bug 928710] Re: No way to populate JSON array with atomic values via store API

2012-02-08 Thread Matthias Brantner
Maybe it's the right solution to have this function but I'm not totally convinced. We have been going into the direction of not having updating functions in the store api. IMHO, this function should make it into the item factory and only be used to initially create an item. What do you think? --

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

2012-02-08 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/feature-transcode_streambuf/+merge/92113 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] [Merge] lp:~zorba-coders/zorba/feature-transcode_streambuf into lp:zorba

2012-02-08 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-transcode_streambuf into lp:zorba has been updated. Commit Message changed to: Added transcode_streambuf. For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-transcode_streambuf/+merge/92113 --

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

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

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

2012-02-08 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/feature-transcode_streambuf 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

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

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

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

2012-02-08 Thread Cezar Andrei
Review: Approve -- https://code.launchpad.net/~danielturcanu/zorba/csv_conv_module/+merge/92072 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 :

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

2012-02-08 Thread Rodolfo Ochoa
** Changed in: zorba Status: New = 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/921258 Title: URIs for files should be valid with one slash Status in Zorba - The XQuery

[Zorba-coders] [Bug 928631] Re: wrong static context in built-in function in full-text module

2012-02-08 Thread Matthias Brantner
The following query can be used to reproduce the bug with the branch at https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module. import module namespace ft = http://www.zorba-xquery.com/modules/full- text; ft:tokenizer-properties(xs:language(en)) The failing validation call is made at

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

2012-02-08 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/92166 -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92166

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

2012-02-08 Thread Matthias Brantner
The proposal to merge lp:zorba/3.0 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92168 -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92168 Your team Zorba Coders is

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

2012-02-08 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

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

2012-02-08 Thread Zorba Build Bot
Attempt to merge into lp:zorba failed due to conflicts: text conflict in src/store/naive/item.cpp text conflict in src/store/naive/pul_primitives.cpp text conflict in src/store/naive/simple_collection.cpp text conflict in src/store/naive/simple_pul.cpp text conflict in

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

2012-02-08 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/92166 --

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

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

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

2012-02-08 Thread Matthias Brantner
The proposal to merge lp:zorba/3.0 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171 -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171 Your team Zorba Coders is

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

2012-02-08 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/-2012-02-09T00-47-09.29Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171 Your team Zorba Coders is requested to review the proposed merge of

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

2012-02-08 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/jsoniq 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/92176 --

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

2012-02-08 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/jsoniq into lp:zorba failed. Below is the output from the failed tests. CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:71 (list): list index: 2 out of range (-2, 1) CMake Error at

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

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

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

2012-02-08 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/jsoniq 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/92176 --

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

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

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

2012-02-08 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/jsoniq 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/92176 --

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-928340 into lp:zorba

2012-02-08 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-928340 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-928340/+merge/91924 -- https://code.launchpad.net/~paul-lucas/zorba/bug-928340/+merge/91924 Your

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-928340 into lp:zorba

2012-02-08 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug-928340-2012-02-09T04-26-58.8Z/log.html -- https://code.launchpad.net/~paul-lucas/zorba/bug-928340/+merge/91924 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-928340 into lp:zorba

2012-02-08 Thread Zorba Build Bot
Validation queue job bug-928340-2012-02-09T04-26-58.8Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~paul-lucas/zorba/bug-928340/+merge/91924 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders