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

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

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

2011-10-07 Thread Zorba Build Bot
The attempt to merge lp:~fcavalieri/zorba/bugs into lp:zorba 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 bugs-2011-10-07T10-13-02.076Z is finished. The final status was:

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

2011-10-07 Thread Zorba Build Bot
The proposal to merge lp:~fcavalieri/zorba/bugs into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~fcavalieri/zorba/bugs/+merge/78396 -- https://code.launchpad.net/~fcavalieri/zorba/bugs/+merge/78396 Your team Zorba Coders is

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

2011-10-07 Thread Federico Cavalieri
Not mentioned in ChangeLog Fixed function name too long? node-structural-information Any suggestions? node-information node-position node-uri structural-information difference between following-in-document-order-of following-of? Following is always in document order. If we consider

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

2011-10-07 Thread Federico Cavalieri
More comments on the documentation inside node-reference.xq: 1. I think the definition of immutable should say: i.e. a node identifier does not change during the node lifetime, and cannot be reused for another node after the original node gets deleted. instead of just i.e. a node

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

2011-10-07 Thread Federico Cavalieri
The function returns the empty sequence if the node that is referenced was deleted. = The function returns the empty sequence if the node that is referenced does not exist (e.g. because it was deleted or the temporary node is not available anymore) Done. I wouldn't add the

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

2011-10-07 Thread Markos Zaharioudakis
4. Should we say something about text nodes, eg, that their identifier is not really immutable and it can be used to dereference the node only during the same snapshot in which the identifier was retrieved? This refers to the other module, the one with the structural uris.

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

2011-10-07 Thread Federico Cavalieri
Some tests fail, but I have no idea why. Can you help me? -- https://code.launchpad.net/~fcavalieri/zorba/bugs/+merge/78396 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 :

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

2011-10-07 Thread Markos Zaharioudakis
What is the CopyMode's theCopyReference member for? Isn't it always false? Yes in the current module it is. Should I move it in the branch which uses it/by itself? YES! I made the same suggestion in one of my other comments. Identifiers are useful by themselves, i.e., independently from

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

2011-10-07 Thread Federico Cavalieri
Identifiers are useful by themselves, i.e., independently from the PUL- manipulation module. So, this branch should be about identifiers only. Anything that is relevant to PUL-manipulation should be moved to the associated branch. What about the hasIdentifier and similar functions offered in

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

2011-10-07 Thread Federico Cavalieri
YES! I made the same suggestion in one of my other comments. OK. I was in the middle of the process of moving them -- https://code.launchpad.net/~zorba-coders/zorba/identifiers/+merge/78383 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2011-10-07 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/78588 Fixed the link crawler test --

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

2011-10-07 Thread Federico Cavalieri
Federico, on Wednesday, we agreed that you send us an example that shows when you have to copy over the identifier of a node that is being copied. Have you done it? (it's possible that I missed it in the deluge of emails). Done and sent --

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

2011-10-07 Thread Zorba Build Bot
The attempt to merge lp:~danielturcanu/zorba/my_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:272 (message): Validation queue job

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

2011-10-07 Thread Zorba Build Bot
The proposal to merge lp:~danielturcanu/zorba/my_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/my_conv_module/+merge/78588 --

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

2011-10-07 Thread Federico Cavalieri
Some tests fail, but I have no idea why. Can you help me? It seems to be a problem also with other coders merge, es: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/78588 -- https://code.launchpad.net/~fcavalieri/zorba/bugs/+merge/78396 Your team Zorba Coders is subscribed

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/geo-win-build into lp:zorba/geo-module

2011-10-07 Thread Gabriel Petrovay
Review from Daniel needed to see if it builds on his Windows. Review from Juan to see if installers are still OK with this. Thanks! -- https://code.launchpad.net/~gabipetrovay/zorba/geo-win-build/+merge/78602 Your team Zorba Coders is subscribed to branch lp:zorba/geo-module. -- Mailing list:

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/geo-win-build into lp:zorba/geo-module

2011-10-07 Thread Daniel Turcanu
I have geos built from source, and there is no geos_c.dll. I always have to remove that FIND_PACKAGE_DLL_WIN32. Do you need that dll? What geos do you have? -- https://code.launchpad.net/~gabipetrovay/zorba/geo-win-build/+merge/78602 Your team Zorba Coders is subscribed to branch

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

2011-10-07 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/78608 Fixed the link crawler test --

[Zorba-coders] [Merge] lp:~matthias-brantner/zorba/bug-fixing into lp:zorba

2011-10-07 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug-fixing-2011-10-07T21-35-34.183Z/log.html -- https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/78671 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing

[Zorba-coders] [Merge] lp:~matthias-brantner/zorba/bug-fixing into lp:zorba

2011-10-07 Thread Zorba Build Bot
Validation queue job bug-fixing-2011-10-07T21-35-34.183Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/78671 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

Re: [Zorba-coders] [Merge] lp:~matthias-brantner/zorba/bug-fixing into lp:zorba

2011-10-07 Thread Chris Hillery
Review: Approve Seems reasonable. -- https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/78671 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:~matthias-brantner/zorba/bug-fixing into lp:zorba

2011-10-07 Thread Chris Hillery
The proposal to merge lp:~matthias-brantner/zorba/bug-fixing into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/78671 --

[Zorba-coders] [Merge] lp:~matthias-brantner/zorba/bug-fixing into lp:zorba

2011-10-07 Thread Zorba Build Bot
Validation queue job bug-fixing-2011-10-07T22-04-18.864Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/78671 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~matthias-brantner/zorba/bug-fixing into lp:zorba

2011-10-07 Thread noreply
The proposal to merge lp:~matthias-brantner/zorba/bug-fixing into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/78671 --

[Zorba-coders] [Bug 870347] [NEW] Strings still in the pool from StaticContext

2011-10-07 Thread Rodolfo Ochoa
Public bug reported: I'm having the following error: i = 15 String http://www.foo.com is still in the pool i = 137 String http://www.w3.org/2005/xquery-local-functions is still in the pool Zorba Internal Fatal Error in C:\zorba\repo\xqj\src\store\naive\string_pool.cpp:42:count == 0: condition

[Zorba-coders] [Bug 870347] Re: Strings still in the pool from StaticContext

2011-10-07 Thread Rodolfo Ochoa
** Attachment added: Example 13 to reproduce https://bugs.launchpad.net/bugs/870347/+attachment/2525249/+files/main.cpp -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/870347 Title: Strings