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

2012-07-26 Thread Chris Hillery
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-878508/+merge/116781 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/bug-878508 into lp:zorba

2012-07-26 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-878508 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-878508/+merge/116781 -- https://code.launchpad.net/~zorba-coders/zorba/bug-878508/+merge/116781

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

2012-07-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug-878508-2012-07-26T07-37-01.736Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug-878508/+merge/116781 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-07-26 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/bug-878508 into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-878508/+merge/116781 -- https://code.launchpad.net/~zorba-coders/zorba/bug-878508/+merge/116781 Your

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 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

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 Your team

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/pjl-misc-2012-07-26T15-47-06.784Z/log.html -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue job pjl-misc-2012-07-26T15-47-06.784Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 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/~paul-lucas/zorba/pjl-misc/+merge/116894 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 Your team

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Commit Message changed to: 1. Tweaked equals(). 2. Added const to std_string function arguments. For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 --

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Description changed to: 1. Tweaked equals(). 2. Added const to std_string function arguments. For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 --

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Matthias Brantner
Review: Needs Information Shouldn't the following be rewritten for performance: return s1_n == s2_n (s1 == s2 || std::memcmp( s1, s2, s1_n ) == 0); = return s1_n == s2_n (std::memcmp( s1, s2, s1_n ) == 0 ||s1 == s2); -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/activate-zorba-with-json into lp:zorba

2012-07-26 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/activate-zorba-with-json into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/activate-zorba-with-json/+merge/116424 --

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 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

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/activate-zorba-with-json into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue job activate-zorba-with-json-2012-07-26T16-39-07.76Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/activate-zorba-with-json/+merge/116424 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/activate-zorba-with-json into lp:zorba

2012-07-26 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve 1, Disapprove 1, Needs Fixing 1, Pending 1. Got: 2 Pending. -- https://code.launchpad.net/~zorba-coders/zorba/activate-zorba-with-json/+merge/116424 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/activate-zorba-with-json into lp:zorba

2012-07-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/activate-zorba-with-json into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/activate-zorba-with-json/+merge/116424 --

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/pjl-misc-2012-07-26T17-07-02.673Z/log.html -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue job pjl-misc-2012-07-26T17-07-02.673Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread noreply
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116894 Your team Zorba

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/pjl-misc into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 s/npos/0/ This probably fixes some as-of-yet-undiscovered bug. --

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/pjl-misc-2012-07-26T18-02-56.976Z/log.html -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue job pjl-misc-2012-07-26T18-02-56.976Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve 1, Disapprove 1, Needs Fixing 1, Pending 1. Got: 1 Pending. -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Commit Message changed to: s/0/npos/ This probably fixes some as-of-yet-undiscovered bug. For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 --

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Description changed to: s/0/npos/ This probably fixes some as-of-yet-undiscovered bug. For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 --

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/pjl-misc-2012-07-26T18-59-00.462Z/log.html -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
The attempt to merge lp:~paul-lucas/zorba/pjl-misc 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 pjl-misc-2012-07-26T18-59-00.462Z is finished. The final status

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1027142-process-leak into lp:zorba/process-module

2012-07-26 Thread Luis Rodriguez Gonzalez
Review: Approve All seems to be alright. -- https://code.launchpad.net/~zorba-coders/zorba/bug-1027142-process-leak/+merge/116102 Your team Zorba Coders is subscribed to branch lp:zorba/process-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

[Zorba-coders] [Bug 878508] Re: JsonML serialization not escaping characters

2012-07-26 Thread Paul J. Lucas
** Changed in: zorba Status: Confirmed = 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/878508 Title: JsonML serialization not escaping characters Status in Zorba - The

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/pjl-misc-2012-07-26T21-41-59.384Z/log.html -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1027142-process-leak into lp:zorba/process-module

2012-07-26 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1027142-process-leak into lp:zorba/process-module has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1027142-process-leak/+merge/116102 --

[Zorba-coders] [Bug 1026192] Re: Ensure Windows PHP/Apache/Zorba story works

2012-07-26 Thread Rodolfo Ochoa
UPDATE: from stackoverflow I solve this problem.I change PHP-VC6 to PHP-VC9 to match compile potion betwwen zorba. Alse I had to change apache to activate PHP-VC9 from Apache Lounge site.And setup Runtime for VC++ 2008,2010.Finally,zolba worked. – user1345414 Jun 19 at 3:52 Still, I will

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
The attempt to merge lp:~paul-lucas/zorba/pjl-misc 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 pjl-misc-2012-07-26T21-41-59.384Z is finished. The final status

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Zorba Build Bot
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116933 Your team

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1027142-process-leak into lp:zorba/process-module

2012-07-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug-1027142-process-leak-2012-07-26T22-07-34.432Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug-1027142-process-leak/+merge/116102 Your team Zorba Coders is subscribed to branch

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1027142-process-leak into lp:zorba/process-module

2012-07-26 Thread Zorba Build Bot
Validation queue job bug-1027142-process-leak-2012-07-26T22-07-34.432Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/bug-1027142-process-leak/+merge/116102 Your team Zorba Coders is subscribed to branch lp:zorba/process-module. --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1027142-process-leak into lp:zorba/process-module

2012-07-26 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/bug-1027142-process-leak into lp:zorba/process-module has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1027142-process-leak/+merge/116102 --

[Zorba-coders] [Bug 899364] Re: windowing: distinct variable declaration (expected XQST0103 but got result)

2012-07-26 Thread Chris Hillery
** Changed in: zorba Assignee: Matthias Brantner (matthias-brantner) = Markos Zaharioudakis (markos-za) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/899364 Title: windowing: distinct

[Zorba-coders] [Bug 866969] Re: FileAPI does not like seekable streamable strings

2012-07-26 Thread Dana Florescu
** Changed in: zorba Milestone: 2.7 = 3.0 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/866969 Title: FileAPI does not like seekable streamable strings Status in Zorba - The XQuery

[Zorba-coders] [Bug 1029694] [NEW] Need Mac Framework

2012-07-26 Thread Chris Hillery
Public bug reported: We need a (hopefully simple, short) process to create a MacOS Framework for Zorba + all non-core modules, that we can put up on the website for each release. ** Affects: zorba Importance: Critical Assignee: Paul J. Lucas (paul-lucas) Status: Confirmed **

[Zorba-coders] [Bug 1026192] Re: Ensure Windows PHP/Apache/Zorba story works

2012-07-26 Thread Chris Hillery
** Changed in: zorba Milestone: 2.7 = 2.6 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1026192 Title: Ensure Windows PHP/Apache/Zorba story works Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 1014983] Re: Zorba website must publish API docs

2012-07-26 Thread Chris Hillery
** Changed in: zorba Milestone: 2.7 = 2.6 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1014983 Title: Zorba website must publish API docs Status in Zorba - The XQuery Processor: New

[Zorba-coders] [Bug 1029701] [NEW] Enable JSONiq by default (complete JSONiq)

2012-07-26 Thread Chris Hillery
Public bug reported: Default for ZORBA_WITH_JSON should be ON (and all tests should pass validation queue when built as such). ** Affects: zorba Importance: Critical Assignee: Ghislain Fourny (gislenius) Status: Confirmed ** Changed in: zorba Importance: Undecided =

[Zorba-coders] [Bug 1026192] Re: Ensure Windows PHP/Apache/Zorba story works

2012-07-26 Thread Chris Hillery
We really need to verify this by actually doing it using our binary installer, and documenting the process. In particular it wasn't clear to me whether the stackoverflow responder had compiled Zorba himself or was using our binary release. -- You received this bug notification because you are a

[Zorba-coders] [Bug 1027142] Re: process:exec memory leak

2012-07-26 Thread Chris Hillery
** Changed in: zorba Status: In Progress = 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/1027142 Title: process:exec memory leak Status in Zorba - The XQuery Processor:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/add-archive-module into lp:zorba

2012-07-26 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/add-archive-module into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/add-archive-module/+merge/116086 --

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

2012-07-26 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-898066 into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Chris Hillery (ceejatec) Related bugs: Bug #898066 in Zorba: Stringstream fn:trace https://bugs.launchpad.net/zorba/+bug/898066 For more

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/add-archive-module into lp:zorba

2012-07-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/add-archive-module-2012-07-27T01-02-05.877Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/add-archive-module/+merge/116086 Your team Zorba Coders is subscribed to branch lp:zorba. --

[Zorba-coders] [Bug 898066] Re: Stringstream fn:trace

2012-07-26 Thread Matthias Brantner
** Changed in: zorba Status: New = In Progress -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898066 Title: Stringstream fn:trace Status in Zorba - The XQuery Processor: In Progress

[Zorba-coders] [Bug 898066] Re: Stringstream fn:trace

2012-07-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug-898066 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898066 Title: Stringstream fn:trace Status in Zorba - The XQuery Processor: In Progress

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

2012-07-26 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-898066 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-898066/+merge/116988 -- https://code.launchpad.net/~zorba-coders/zorba/bug-898066/+merge/116988

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/add-archive-module into lp:zorba

2012-07-26 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/add-archive-module 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 add-archive-module-2012-07-27T01-02-05.877Z is

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/add-archive-module into lp:zorba

2012-07-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/add-archive-module into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/add-archive-module/+merge/116086 --

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

2012-07-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug-898066-2012-07-27T01-09-02.333Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug-898066/+merge/116988 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-07-26 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/bug-898066 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 bug-898066-2012-07-27T01-09-02.333Z is finished. The final

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

2012-07-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug-898066 into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-898066/+merge/116988 -- https://code.launchpad.net/~zorba-coders/zorba/bug-898066/+merge/116988

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

2012-07-26 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-898066 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-898066/+merge/116988 -- https://code.launchpad.net/~zorba-coders/zorba/bug-898066/+merge/116988

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

2012-07-26 Thread Matthias Brantner
Need Changelog entry. fixed -- https://code.launchpad.net/~zorba-coders/zorba/bug-898066/+merge/116988 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/bug-898066 into lp:zorba

2012-07-26 Thread Zorba Build Bot
There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions. -- https://code.launchpad.net/~zorba-coders/zorba/bug-898066/+merge/116988 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/security-module-v2 into lp:zorba/security-module

2012-07-26 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/security-module-v2 into lp:zorba/security-module has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/security-module-v2/+merge/115881 --