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

2011-11-29 Thread William Candillon
Review: Approve Testing both cases: known and unknown annotations. It works like a charm. Good job! -- https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/83686 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post t

[Zorba-coders] [Bug 897588] [NEW] Get annotation values from introspection/sctx

2011-11-29 Thread William Candillon
Public bug reported: The following function should be added in the introspection/sctx module: declare function sctx:annotation-values($function-name as xs:QName, $arity as xs:integer, $annotation as xs:QName) as xs:anyAtomicType external; ** Affects: zorba Importance: Undecided Sta

[Zorba-coders] [Bug 897616] [NEW] Fix the generation of the XQFTTS report results for W3C

2011-11-29 Thread Sorin Marian Nasoi
Public bug reported: There is an error in the generate-submission-xqftts.xq: line 57 should be deleted because it was replaced by lines 50:56. This causes an error in the conformance reports generation. ** Affects: zorba Importance: Low Assignee: Sorin Marian Nasoi (sorin.marian.nasoi)

[Zorba-coders] [Bug 897619] [NEW] testdriver_mt can not run the XQueryX tests

2011-11-29 Thread Sorin Marian Nasoi
Public bug reported: testdriver_mt always tries to find tests with '.xq' extension. This makes it impossible to run XQueryX tests because these have a '.xqx' extension. ** Affects: zorba Importance: Medium Assignee: Sorin Marian Nasoi (sorin.marian.nasoi) Status: New -- You

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

2011-11-29 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/bug_897619 into lp:zorba. Requested reviews: Sorin Marian Nasoi (sorin.marian.nasoi) Markos Zaharioudakis (markos-za) Related bugs: Bug #897619 in Zorba: "testdriver_mt can not run the XQueryX tests" https://bugs.launchpad.net

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

2011-11-29 Thread Sorin Marian Nasoi
Review: Approve Approved. -- https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83755 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/~z

[Zorba-coders] [Bug 897619] Re: testdriver_mt can not run the XQueryX tests

2011-11-29 Thread Sorin Marian Nasoi
** Branch linked: lp:~zorba-coders/zorba/bug_897619 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/897619 Title: testdriver_mt can not run the XQueryX tests Status in Zorba - The XQuery Process

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

2011-11-29 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/bug_897619 into lp:zorba. Requested reviews: Sorin Marian Nasoi (sorin.marian.nasoi) Markos Zaharioudakis (markos-za) Related bugs: Bug #897619 in Zorba: "testdriver_mt can not run the XQueryX tests" https://bugs.launchpad.net

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

2011-11-29 Thread Sorin Marian Nasoi
Review: Approve Approved. -- https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83759 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/~z

[Zorba-coders] [Bug 897616] Re: Fix the generation of the XQFTTS report results for W3C

2011-11-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug_897616 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/897616 Title: Fix the generation of the XQFTTS report results for W3C Status in Zorba - The XQ

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

2011-11-29 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/bug_897619 into lp:zorba has been updated. Commit Message changed to: Fix for bug #897619. For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83759 -- https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+me

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

2011-11-29 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/bug_897616 into lp:zorba. Requested reviews: Sorin Marian Nasoi (sorin.marian.nasoi) Nicolae Brinza (nbrinza) Related bugs: Bug #897616 in Zorba: "Fix the generation of the XQFTTS report results for W3C" https://bugs.launchpa

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

2011-11-29 Thread Sorin Marian Nasoi
Review: Approve Approved. -- https://code.launchpad.net/~zorba-coders/zorba/bug_897616/+merge/83760 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/~z

[Zorba-coders] [Bug 897588] Re: Get annotation values from introspection/sctx

2011-11-29 Thread William Candillon
The following functions should be added: declare function sctx:function-annotation($function-name as xs:QName, $arity as xs:integer, $annotation as xs:QName) as xs:anyAtomicType* external; declare function sctx:variable-annotations($name as xs:QName) as xs:QName* external; declare function sctx:v

[Zorba-coders] [Bug 897588] Re: Get annotation values from introspection/sctx

2011-11-29 Thread William Candillon
** 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. https://bugs.launchpad.net/bugs/897588 Title: Get annotation values from introspection/sctx Status in Zorba - The XQuery P

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

2011-11-29 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83755 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-code

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

2011-11-29 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83759 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-code

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

2011-11-29 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/bug_897619 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83759 -- https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83759 Yo

[Zorba-coders] [Bug 897588] Re: Get annotation values from introspection/sctx

2011-11-29 Thread Matthias Brantner
I would prefer having a function annotation($name as xs:QName, $arity as xs:integer) to return something as follows: StringLiteral1StringLiteral2 or QNameOfAnnotationStringLiteral1StringLiteral2 -- You received this bug notification because you are a member of Zorba Coders, which is the regist

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module

2011-11-29 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module with lp:~zorba-coders/zorba/api_changes as a prerequisite. Requested reviews: Markos Zaharioudakis (markos-za) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.

[Zorba-coders] [Bug 863320] Re: Sentence is incorrectly incremented when token characters end without sentence terminator

2011-11-29 Thread Paul J. Lucas
** Branch linked: lp:~paul-lucas/zorba/bug-863320 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/863320 Title: Sentence is incorrectly incremented when token characters end without sentence te

[Zorba-coders] [Bug 897800] [NEW] Full-text regressions

2011-11-29 Thread Paul J. Lucas
Public bug reported: The tests: examples-364-2, unconstrained-examples-364-2, FTScope- unconstrained-q1, FTScope-unconstrained-q2, FTScope-q1, FTScope-q2 now fail. Although the fix for bug 863320 fixed its bug, it caused at least examples-364-2 to fail. ** Affects: zorba Importance: Medium

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

2011-11-29 Thread William Candillon
William Candillon has proposed merging lp:~zorba-coders/zorba/php into lp:zorba. Requested reviews: Rodolfo Ochoa (rodolfo-ochoa) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/php/+merge/83829 Fix bug with php binding prefix on Macosx. Add a new wrapper API on top of th

[Zorba-coders] [Bug 897800] Re: Full-text regressions

2011-11-29 Thread Paul J. Lucas
** Branch linked: lp:~paul-lucas/zorba/bug-897800 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/897800 Title: Full-text regressions Status in Zorba - The XQuery Processor: In Progress Bug d

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

2011-11-29 Thread Matthias Brantner
Review: Needs Fixing I would like to have the bug fix merged separately together with a revision to the actual bug and also include it in the ChangeLog. -- https://code.launchpad.net/~zorba-coders/zorba/php/+merge/83829 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Bug 897823] [NEW] Wrong PHP library name on macosx

2011-11-29 Thread William Candillon
Public bug reported: The library prefix of the PHP binding is dynamic. See swig/CMakeLists.txt: # on apple and cmake 2.8, the generated swig libraries are prefixed with "lib" SET (ZORBA_SWIG_LIB_PREFIX) IF (APPLE AND CMAKE_MINOR_VERSION GREATER 6) SET (ZORBA_SWIG_LIB_PREFIX "lib"

[Zorba-coders] [Bug 897825] [NEW] Wrong PHP library name on macosx

2011-11-29 Thread William Candillon
Public bug reported: The library prefix of the PHP binding is dynamic. See swig/CMakeLists.txt: # on apple and cmake 2.8, the generated swig libraries are prefixed with "lib" SET (ZORBA_SWIG_LIB_PREFIX) IF (APPLE AND CMAKE_MINOR_VERSION GREATER 6) SET (ZORBA_SWIG_LIB_PREFIX "lib"

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module

2011-11-29 Thread Markos Zaharioudakis
With the current implementation, the is-bound-variable and bind-variable functions will raise an error if the variable is not found. Should this be documented in the xqxq.xq file? And Juan, can you add a test for these cases (i.e., passing an unknown var to s-bound-variable and bind-variable) an

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

2011-11-29 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug_897619-2011-11-29T21-26-15.575Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83759 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: http

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

2011-11-29 Thread Nicolae Brinza
Review: Approve I have approved the fix. I would have a small suggestion that in principle should not hinder the commit: maybe the annot-unknown-02.xq and annot-unknown-04.xq tests should be deleted since they serve no purpose now. -- https://code.launchpad.net/~matthias-brantner/zorba/bug-fixi

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

2011-11-29 Thread Nicolae Brinza
Review: Approve The changes are ok. Approved. -- https://code.launchpad.net/~zorba-coders/zorba/bug_897616/+merge/83760 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 : http

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

2011-11-29 Thread Matthias Brantner
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/83686 -- https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/

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

2011-11-29 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/bug_897616 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug_897616/+merge/83760 -- https://code.launchpad.net/~zorba-coders/zorba/bug_897616/+merge/83760 Yo

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

2011-11-29 Thread Zorba Build Bot
Validation queue job bug_897619-2011-11-29T21-26-15.575Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83759 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-code

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

2011-11-29 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/bug_897619 into lp:zorba has been updated. Status: Approved => Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83759 -- https://code.launchpad.net/~zorba-coders/zorba/bug_897619/+merge/83759 Your tea

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

2011-11-29 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug_897616-2011-11-29T21-49-32.525Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug_897616/+merge/83760 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: http

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

2011-11-29 Thread Zorba Build Bot
Validation queue job bug_897616-2011-11-29T21-49-32.525Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/bug_897616/+merge/83760 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-code

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

2011-11-29 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/bug_897616 into lp:zorba has been updated. Status: Approved => Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug_897616/+merge/83760 -- https://code.launchpad.net/~zorba-coders/zorba/bug_897616/+merge/83760 Your tea

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

2011-11-29 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug-fixing-2011-11-29T22-12-35.046Z/log.html -- https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/83686 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Bug 897619] Re: testdriver_mt can not run the XQueryX tests

2011-11-29 Thread Sorin Marian Nasoi
** 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/897619 Title: testdriver_mt can not run the XQueryX tests Status in Zorba - The XQuery Pr

[Zorba-coders] [Bug 897616] Re: Fix the generation of the XQFTTS report results for W3C

2011-11-29 Thread Zorba Build Bot
** 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/897616 Title: Fix the generation of the XQFTTS report results for W3C Status in Zorba - T

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-no-copy into lp:zorba

2011-11-29 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-no-copy into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-no-copy/+merge/83865 -- https://code.launchpad.net/~zorba-coders/zorba/markos-no-copy/+me

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

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

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

2011-11-29 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/83686 -- https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-no-copy into lp:zorba

2011-11-29 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/markos-no-copy-2011-11-29T22-34-27.852Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/markos-no-copy/+merge/83865 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing li

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-no-copy into lp:zorba

2011-11-29 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/markos-no-copy 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 markos-no-copy-2011-11-29T22-34-27.852Z is finished. The f

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-no-copy into lp:zorba

2011-11-29 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/markos-no-copy into lp:zorba has been updated. Status: Approved => Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-no-copy/+merge/83865 -- https://code.launchpad.net/~zorba-coders/zorba/markos-no-copy/+me

[Zorba-coders] [Bug 867373] Re: fn:serialize() must support binary serialization

2011-11-29 Thread Gabriel Petrovay
What should be the result of the call: fn:serialize($base64BinaryContent, $params) (: i.e. readin from a file :) fn:serialize($xmlData, $params) (: i.e. XDM data :) where $params contains the zorba custom binary serialization method? -- You received this bug notification because you are a memb

[Zorba-coders] [Bug 867373] Re: fn:serialize() must support binary serialization

2011-11-29 Thread Gabriel Petrovay
pushed lp:~zorba-coders/zorba/binary_serialization with the current work on this problem -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867373 Title: fn:serialize() must support binary serializa

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

2011-11-29 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-897800 into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) Matthias Brantner (matthias-brantner) Related bugs: Bug #897800 in Zorba: "Full-text regressions" https://bugs.launchpad.net/zorba/+bug/897800 For more details,

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

2011-11-29 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882 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/bug-896426 into lp:zorba

2011-11-29 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/bug-896426 into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) Related bugs: Bug #896426 in Zorba: "Unit test migration" https://bugs.launchpad.net/zorba/+bug/896426 For more details, see: https://code.launchpad.net/~zorba-

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

2011-11-29 Thread Paul J. Lucas
The proposal to merge lp:~zorba-coders/zorba/bug-896426 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-896426/+merge/83885 -- https://code.launchpad.net/~zorba-coders/zorba/bug-896426/+merge/83885 Yo

[Zorba-coders] [Bug 897616] Re: Fix the generation of the XQFTTS report results for W3C

2011-11-29 Thread Matthias Brantner
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/897616 Title: Fix the generation of the XQFTTS report results for W3C Status in Zorba - The XQuery

[Zorba-coders] [Bug 867273] Re: unable to build zorba on Ubuntu Hardy LTS

2011-11-29 Thread Matthias Brantner
Nicolae, correct me if I'm wrong but I think this bug has been resolved. ** Changed in: zorba Assignee: nobody (nobody-users) => Nicolae Brinza (nbrinza) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad

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

2011-11-29 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882 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/api_changes into lp:zorba

2011-11-29 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/api_changes into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426 -- https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426

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

2011-11-29 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/api_changes-2011-11-30T03-17-11.87Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: htt

[Zorba-coders] [Bug 897800] Re: Full-text regressions

2011-11-29 Thread Matthias Brantner
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/897800 Title: Full-text regressions Status in Zorba - The XQuery Processor: In Progress Bug des

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

2011-11-29 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/api_changes 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 api_changes-2011-11-30T03-17-11.87Z is finished. The final s

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

2011-11-29 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/api_changes into lp:zorba has been updated. Status: Approved => Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426 -- https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426

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

2011-11-29 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/api_changes into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426 -- https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module

2011-11-29 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xqxq_changes/+merge/83818 -- https://code.launchpad.net/~zorba-coders/zorba/xqxq_changes

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

2011-11-29 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/api_changes-2011-11-30T04-34-11.991Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: ht

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module

2011-11-29 Thread Matthias Brantner
I have made the changes requested by Markos (except adding a test case) and pushed it to the original xqxq module. This was necessary in order to merge the api_changes branch into the trunk. The xqxq_changes branch and this merge proposal become obsolete. -- https://code.launchpad.net/~zorba-co

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

2011-11-29 Thread Zorba Build Bot
Validation queue job api_changes-2011-11-30T04-34-11.991Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-co

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

2011-11-29 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/api_changes into lp:zorba has been updated. Status: Approved => Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426 -- https://code.launchpad.net/~zorba-coders/zorba/api_changes/+merge/83426 Your

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

2011-11-29 Thread Chris Hillery
Review: Approve -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/83210 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:~danielturcanu/zorba/mytrunk into lp:zorba

2011-11-29 Thread Chris Hillery
The proposal to merge lp:~danielturcanu/zorba/mytrunk into lp:zorba has been updated. Commit Message changed to: fn:analyze-string fix also, adding config.h include to ensure correct error messages For more details, see: https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/83210 -- h

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

2011-11-29 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/mytrunk-2011-11-30T06-46-22.579Z/log.html -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/83210 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://l

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

2011-11-29 Thread Zorba Build Bot
Validation queue job mytrunk-2011-11-30T06-46-22.579Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/83210 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Po

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

2011-11-29 Thread noreply
The proposal to merge lp:~danielturcanu/zorba/mytrunk into lp:zorba has been updated. Status: Approved => Merged For more details, see: https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/83210 -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/83210 Your team Zorb