[Zorba-coders] [Bug 872234] [NEW] problems with unordered map

2011-10-11 Thread Daniel Turcanu
Public bug reported: I guess there's a problem with the optimizer. Try the following code: import module namespace map = http://www.zorba-xquery.com/modules/store/data-structures/unordered-map;; declare namespace ann = http://www.zorba-xquery.com/annotations;; declare variable

[Zorba-coders] [Bug 867262] Re: Ext func arg item seq can not be consumed 2 times

2011-10-11 Thread Markos Zaharioudakis
** Changed in: zorba Status: New = Fix Released -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867262 Title: Ext func arg item seq can not be consumed 2 times Status in Zorba - The

Re: [Zorba-coders] [Merge] lp:~markos-za/zorba/bugs2 into lp:zorba

2011-10-11 Thread Markos Zaharioudakis
Hi Markos, i think that the flag haveListType is not reset correctly if the element passes from haveTypedValue haveTypedTypedValue haveListType to haveTypedValue haveTypedTypedValue !haveListType I would add: else textChild-resetHaveListValue(); near line 499 of

Re: [Zorba-coders] [Merge] lp:~markos-za/zorba/bugs2 into lp:zorba

2011-10-11 Thread Federico Cavalieri
Approved. I am not sure if you also need another vote for starting the merge -- https://code.launchpad.net/~markos-za/zorba/bugs2/+merge/78834 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

[Zorba-coders] [Bug 872288] [NEW] XPath expression has unexpected result

2011-10-11 Thread Federico Cavalieri
Public bug reported: Consider the following query variable $x:=ya//y; insert node b/ into $x/a; rename node $x/a/b as a; ( ev { $x } /ev, first { $x//a } /first, correct { $x//* } /correct ) All nodes seem to have the isRecursive flag set to false , thus this query returns: ev   y a   

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/https-win into lp:zorba

2011-10-11 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/https-win into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/https-win/+merge/78982 Making https work on Windows. Possibly that it also needs fixing

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/https-win into lp:zorba

2011-10-11 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/https-win into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/https-win/+merge/78982 -- https://code.launchpad.net/~danielturcanu/zorba/https-win/+merge/78982

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

2011-10-11 Thread Matthias Brantner
Review: Needs Information What is the file test/rbkt/Queries/zorba/resolving/path_to_uri.xq supposed to test. It imports the file module but doesn't use it. -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/78996 Your team Zorba Coders is subscribed to branch lp:zorba. --

[Zorba-coders] [Bug 868329] Re: URI resolver does not work well on Windows

2011-10-11 Thread Daniel Turcanu
A solution to this would be to add another function in file module for resolving a file path with a given absolute URI. file:path-to-uri($baseUri, $filePath) So file:path-to-uri(file:///C%3A/path/file1, e:/path2/file2) would produce file:///E%3A/path2/file2 ** Changed in: zorba Assignee:

[Zorba-coders] [Bug 872401] [NEW] is_double and is_float should be std::is_same

2011-10-11 Thread Paul J. Lucas
Public bug reported: stl_util.h declares is_double and is_float. These are unnecessary. std::is_same should be used instead. ** Affects: zorba Importance: Low Assignee: Paul J. Lucas (paul-lucas) Status: In Progress ** Changed in: zorba Importance: Undecided = Low **

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

2011-10-11 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-872401 into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-872401/+merge/79014 Replaced is_double and is_float by is_same. --

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

2011-10-11 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bugs-2011-10-11T20-38-00.369Z/log.html -- https://code.launchpad.net/~fcavalieri/zorba/bugs/+merge/78814 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Bug 872500] [NEW] Crash in xqdoc query

2011-10-11 Thread Jonathan Robie
Public bug reported: This core dumps for me: import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;; import schema namespace xqds = http://www.xqdoc.org/1.0;; validate { x:xqdoc(http://www.zorba-xquery.com/modules/converters/json;) } zorba -f -q xqdoc.xq json.xml

[Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Jonathan Robie
** Attachment added: cmake log https://bugs.launchpad.net/bugs/872500/+attachment/2537026/+files/CMakeOutput.log -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/872500 Title: Crash in xqdoc

Re: [Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Jonathan Robie
If I'm building from source, how do I install the modules? Jonathan On Tue, Oct 11, 2011 at 3:46 PM, Matthias Brantner 872...@bugs.launchpad.net wrote: I assume this is because Jonathan doesn't have any of the modules (maybe including Zorba's http-client) installed. ** Changed in: zorba

[Zorba-coders] [Bug 872401] Re: is_double and is_float should be std::is_same

2011-10-11 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Released -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/872401 Title: is_double and is_float should be std::is_same Status in Zorba - The

Re: [Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Cezar Andrei
run the following in top zorba dir: cmake -D outdir=../zorba_modules -Dallmodules=1 -P modules/DownloadModules.cmake Cezar On Tue, Oct 11, 2011 at 3:59 PM, Jonathan Robie 872...@bugs.launchpad.netwrote: If I'm building from source, how do I install the modules? Jonathan On Tue, Oct 11,

Re: [Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Cezar Andrei
run the following in top zorba dir: cmake -D outdir=../zorba_modules -Dallmodules=1 -P modules/DownloadModules.cmake Cezar On Tue, Oct 11, 2011 at 3:59 PM, Jonathan Robie 872...@bugs.launchpad.netwrote: If I'm building from source, how do I install the modules? Jonathan On Tue, Oct 11,

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/download-tagged-modules into lp:zorba

2011-10-11 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/download-tagged-modules into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/download-tagged-modules/+merge/79035 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/download-tagged-modules into lp:zorba

2011-10-11 Thread Chris Hillery
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/download-tagged-modules/+merge/79035 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/download-tagged-modules into lp:zorba

2011-10-11 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/download-tagged-modules into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/download-tagged-modules/+merge/79035 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/download-tagged-modules into lp:zorba

2011-10-11 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/download-tagged-modules-2011-10-11T22-49-15.004Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/download-tagged-modules/+merge/79035 Your team Zorba Coders is subscribed to branch

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/download-tagged-modules into lp:zorba

2011-10-11 Thread Zorba Build Bot
Validation queue job download-tagged-modules-2011-10-11T22-49-15.004Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/download-tagged-modules/+merge/79035 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/download-tagged-modules into lp:zorba

2011-10-11 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/download-tagged-modules into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/download-tagged-modules/+merge/79035 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0. Requested reviews: Chris Hillery (ceejatec) Matthias Brantner (matthias-brantner) For more details, see:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0 has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/2.0-download-tagged-modules/+merge/79037 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/2.0-download-tagged-modules-2011-10-11T23-25-04.561Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/2.0-download-tagged-modules/+merge/79037 Your team Zorba Coders is subscribed to

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0 failed. Below is the output from the failed tests. CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:273 (message): Validation queue job

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0 has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/2.0-download-tagged-modules/+merge/79037 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0 has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/2.0-download-tagged-modules/+merge/79037 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/2.0-download-tagged-modules-2011-10-11T23-44-49.051Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/2.0-download-tagged-modules/+merge/79037 Your team Zorba Coders is subscribed to

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0 failed. Below is the output from the failed tests. CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:272 (message): Validation queue job

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0 has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/2.0-download-tagged-modules/+merge/79037 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0 has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/2.0-download-tagged-modules/+merge/79037 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.0-download-tagged-modules into lp:~zorba-coders/zorba/2.0

2011-10-11 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/2.0-download-tagged-modules-2011-10-12T00-05-53.031Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/2.0-download-tagged-modules/+merge/79037 Your team Zorba Coders is subscribed to