[Zorba-coders] [Bug 919189] [NEW] ZorbaImpl::init might call GlobalEnvironment::init with a NULL store pointer

2012-01-20 Thread Ghislain Fourny
Public bug reported: At this location, in function ZorbaImpl::init(Store* store): http://bazaar.launchpad.net/~zorba- coders/zorba/trunk/view/head:/src/api/zorbaimpl.cpp#L93 The assertion assert(store == NULL || store2 == store); allows the variable store to be NULL (and there are places that

[Zorba-coders] [Bug 919189] Re: ZorbaImpl::init might call GlobalEnvironment::init with a NULL store pointer

2012-01-20 Thread Ghislain Fourny
Actually, would it make sense to completely remove the store parameter, make init a 0-ary function, and just use the store manager's singleton for initializing the global environment, since the variable store may only have a given value? -- You received this bug notification because you are a

[Zorba-coders] [Bug 920898] [NEW] sc3 test fails following old JSON module removal

2012-01-24 Thread Ghislain Fourny
Public bug reported: The following test: test/update/zorba/store/sc3 seems to fail because it imports the old JSON module: http://bazaar.launchpad.net/~zorba- coders/zorba/trunk/view/head:/test/update/Queries/zorba/store/sc3_ex3.xq which was removed in this branch:

[Zorba-coders] [Merge] lp:~gislenius/zorba/item-typos into lp:zorba

2012-02-01 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~gislenius/zorba/item-typos into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098 Correcting two typos (from Sausalito). -- https

Re: [Zorba-coders] [Merge] lp:~gislenius/zorba/item-typos into lp:zorba

2012-02-01 Thread Ghislain Fourny
Review: Approve -- https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098 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:~gislenius/zorba/item-typos into lp:zorba

2012-02-01 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/item-typos into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098 -- https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098 Your team

[Zorba-coders] [Bug 925366] [NEW] Setting a prefixed default value for an attribute typed as xs:QName makes zorba crash.

2012-02-02 Thread Ghislain Fourny
Public bug reported: Upon import of the following schema in a query, Zorba crashes. schema.xsd = ?xml version=1.0 encoding=UTF-8? xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; xmlns:my=http://ns.example.com/; targetNamespace=http://www.example.com/; xs:element name=element

[Zorba-coders] [Bug 925384] [NEW] JSONiq: no error upon pair name collision in object

2012-02-02 Thread Ghislain Fourny
Public bug reported: The following query does not raise an error although the object contains several pairs with the same name: object { for $x in 1 to 20 return pair { foo : $x } } ** Affects: zorba Importance: High Assignee: Matthias Brantner (matthias-brantner) Status:

[Zorba-coders] [Merge] lp:~gislenius/zorba/item-typos into lp:zorba

2012-02-02 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/item-typos into lp:zorba has been updated. Commit Message changed to: Correcting two typos (parameter name and document debug output). For more details, see: https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098 --

[Zorba-coders] [Merge] lp:~gislenius/zorba/item-typos into lp:zorba

2012-02-02 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/item-typos into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098 -- https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098 Your team

[Zorba-coders] [Merge] lp:~gislenius/zorba/item-typos into lp:zorba

2012-02-02 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/item-typos into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098 -- https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098 Your team

[Zorba-coders] [Merge] lp:~gislenius/zorba/qname-pool-refactoring into lp:zorba

2012-02-02 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/qname-pool-refactoring into lp:zorba has been updated. Commit Message changed to: Refactored QName pool and QNameItem class. For more details, see: https://code.launchpad.net/~gislenius/zorba/qname-pool-refactoring/+merge/90447 --

[Zorba-coders] [Merge] lp:~gislenius/zorba/qname-pool-refactoring into lp:zorba

2012-02-02 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/qname-pool-refactoring into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/qname-pool-refactoring/+merge/90447 --

[Zorba-coders] [Merge] lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba

2012-02-02 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba. Requested reviews: Markos Zaharioudakis (markos-za) For more details, see: https://code.launchpad.net/~gislenius/zorba/use-get-pul-factory-macro/+merge/91260 Actually using the GET_PUL_FACTORY

[Zorba-coders] [Merge] lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba

2012-02-02 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/use-get-pul-factory-macro/+merge/91260 --

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

2012-02-02 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~gislenius/zorba/same-directory-store-includes into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/91279 Made store includes

[Zorba-coders] [Bug 925964] [NEW] HTTP client module throws errors on certain Web sites.

2012-02-03 Thread Ghislain Fourny
Public bug reported: The following query: import module namespace http-client = http://expath.org/ns/http-client;; http-client:send-request(http-client:request method=GET href=http://www.28msec.com/) leads to the following error: :85,5: user-defined error

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

2012-02-07 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~gislenius/zorba/jsoniq-truefalsenull into lp:zorba/3.0. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~gislenius/zorba/jsoniq-truefalsenull/+merge/91839 Allows standalone true, false, null

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

2012-02-07 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/jsoniq-truefalsenull into lp:zorba/3.0 has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/jsoniq-truefalsenull/+merge/91839 --

[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. -- https

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

2012-02-16 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/xs_integer into lp:zorba has been updated. Status: Approved = Work in progress For more details, see: https://code.launchpad.net/~gislenius/zorba/xs_integer/+merge/93417 -- https://code.launchpad.net/~gislenius/zorba/xs_integer/+merge/93417 Your

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

2012-02-17 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/treeid into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/treeid/+merge/93588 -- https://code.launchpad.net/~gislenius/zorba/treeid/+merge/93588 Your team Zorba Coders

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

2012-02-17 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/treeidapi into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/treeidapi/+merge/93591 -- https://code.launchpad.net/~zorba-coders/zorba/treeidapi/+merge/93591 Your

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/pul-and-xdm-schemas into lp:zorba

2012-02-22 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/pul-and-xdm-schemas into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/pul-and-xdm-schemas/+merge/94209 --

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

2012-02-22 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~gislenius/zorba/same-directory-store-includes into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/94216 Makes same-directory store

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

2012-02-22 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/same-directory-store-includes into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/94216 --

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

2012-02-22 Thread Ghislain Fourny
Review: Approve -- https://code.launchpad.net/~gislenius/zorba/xs_integer/+merge/93417 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/pul-and-xdm-schemas into lp:zorba

2012-02-23 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/pul-and-xdm-schemas into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/pul-and-xdm-schemas/+merge/94209 --

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

2012-02-23 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/same-directory-store-includes into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/94216 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/abstract-collection-set into lp:zorba

2012-02-23 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/abstract-collection-set into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/abstract-collection-set/+merge/94384 Refactored CollectionSet

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/abstract-collection-set into lp:zorba

2012-02-23 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/abstract-collection-set into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/abstract-collection-set/+merge/94384 --

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

2012-02-24 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/same-directory-store-includes into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/94216 --

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

2012-02-24 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/treeid-typedef into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/treeid-typedef/+merge/94573 --

[Zorba-coders] [Merge] lp:~gislenius/zorba/qname-pool-refactoring into lp:zorba

2012-02-28 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/qname-pool-refactoring into lp:zorba has been updated. Status: Needs review = Work in progress For more details, see: https://code.launchpad.net/~gislenius/zorba/qname-pool-refactoring/+merge/90447 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/qname-pool-refactoring into lp:zorba

2012-02-28 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/qname-pool-refactoring into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Markos Zaharioudakis (markos-za) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/qname-pool-refactoring/+merge

Re: [Zorba-coders] [Merge] lp:~gislenius/zorba/qname-pool-refactoring into lp:zorba

2012-02-28 Thread Ghislain Fourny
Yes, I agree. All subsequent branches were then created in zorba-coders. This one was older and I had not moved it yet, this is now done. -- https://code.launchpad.net/~gislenius/zorba/qname-pool-refactoring/+merge/90447 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-02-28 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/xs_integer into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/xs_integer/+merge/93417 -- https://code.launchpad.net/~gislenius/zorba/xs_integer/+merge/93417 Your team

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/abstract-collection-set into lp:zorba

2012-02-28 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/abstract-collection-set into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/abstract-collection-set/+merge/94384 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/qname-pool-refactoring into lp:zorba

2012-02-28 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/qname-pool-refactoring into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/qname-pool-refactoring/+merge/94953 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/qname-pool-refactoring into lp:zorba

2012-02-29 Thread Ghislain Fourny
Hi Markos, all suggested fixes have been implemented. -- https://code.launchpad.net/~zorba-coders/zorba/qname-pool-refactoring/+merge/94953 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/qname-pool-refactoring into lp:zorba

2012-02-29 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/qname-pool-refactoring into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/qname-pool-refactoring/+merge/94953 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/index-default-constructors into lp:zorba

2012-03-05 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/index-default-constructors into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Markos Zaharioudakis (markos-za) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/index-default-constructors

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/simplestore-collection-api into lp:zorba

2012-03-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/simplestore-collection-api into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/simplestore-collection-api/+merge/95372 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/simplestore-collection-api into lp:zorba

2012-03-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/simplestore-collection-api into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/simplestore-collection-api/+merge/95372 --

[Zorba-coders] [Merge] lp:~28msec/zorba/get-descendant-node-by-ordpath into lp:zorba

2012-03-05 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~28msec/zorba/get-descendant-node-by-ordpath into lp:zorba. Requested reviews: Markos Zaharioudakis (markos-za) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~28msec/zorba/get-descendant-node-by-ordpath/+merge

[Zorba-coders] [Merge] lp:~28msec/zorba/get-descendant-node-by-ordpath into lp:zorba

2012-03-05 Thread Ghislain Fourny
The proposal to merge lp:~28msec/zorba/get-descendant-node-by-ordpath into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~28msec/zorba/get-descendant-node-by-ordpath/+merge/95902 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/simplestore-collection-api into lp:zorba

2012-03-05 Thread Ghislain Fourny
You are right, the two getters (IC, Index) need not be virtual. I will fix this in the next merge. The other functions need to be virtual as they are abstract. -- https://code.launchpad.net/~zorba-coders/zorba/simplestore-collection-api/+merge/95372 Your team Zorba Coders is subscribed to branch

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/simplestore-collection-api into lp:zorba

2012-03-05 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/simplestore-collection-api into lp:zorba. Requested reviews: Markos Zaharioudakis (markos-za) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/simplestore-collection-api

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

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

[Zorba-coders] [Bug 949910] [NEW] fn:has-children segfaults on comment nodes

2012-03-08 Thread Ghislain Fourny
: zorba Importance: Undecided Assignee: Ghislain Fourny (gislenius) Status: New -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/949910 Title: fn:has-children segfaults

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

2012-03-08 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-949910 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-949910/+merge/96573 -- https://code.launchpad.net/~zorba-coders/zorba/bug-949910/+merge/96573

[Zorba-coders] [Bug 949910] Re: fn:has-children segfaults on comment nodes

2012-03-08 Thread Ghislain Fourny
** Branch linked: lp:~zorba-coders/zorba/bug-949910 ** 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/949910 Title: fn:has-children segfaults

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

2012-03-08 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/bug-949910 into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Sorin Marian Nasoi (sorin.marian.nasoi) Related bugs: Bug #949910 in Zorba: fn:has-children segfaults on comment nodes https://bugs.launchpad.net

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

2012-03-12 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/simplestore-api into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360 --

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

2012-03-12 Thread Ghislain Fourny
Hi Matthias, thanks for your comments. The pushed revisions address comments 1, 3, and 4. Comment 2 was considered but not implemented, as discussed with you over the phone. -- https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360 Your team Zorba Coders is subscribed to

Re: [Zorba-coders] [Merge] lp:~28msec/zorba/get-descendant-node-by-ordpath into lp:zorba

2012-03-12 Thread Ghislain Fourny
Thanks Markos for these useful comments. The new revision addresses all three of them. -- https://code.launchpad.net/~28msec/zorba/get-descendant-node-by-ordpath/+merge/95902 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to

Re: [Zorba-coders] [Merge] lp:~28msec/zorba/get-descendant-node-by-ordpath into lp:zorba

2012-03-13 Thread Ghislain Fourny
Hi Markos, thanks, these two were updated as well before triggering the merge. -- https://code.launchpad.net/~28msec/zorba/get-descendant-node-by-ordpath/+merge/95902 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

[Zorba-coders] [Bug 955170] [NEW] Catch clause with URILiteral-based wilcard NameTest

2012-03-14 Thread Ghislain Fourny
Public bug reported: The following query raises an error (static error [err:XPST0081]: http://www.w3.org/2005/xqt-errors: can not expand namespace prefix to URI). try { 1 div 0 } catch http://www.w3.org/2005/xqt-errors:* { Message} Could it be that NameTests à la (URILiteral : *) are not

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/do-not-destroy-annotations-twice into lp:zorba. Requested reviews: Ghislain Fourny (gislenius) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/do-not-destroy-annotations-twice into lp:zorba

2012-03-16 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/do-not-destroy-annotations-twice into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/destroy-annotation-qnames into lp:zorba

2012-03-16 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/destroy-annotation-qnames into lp:zorba. Requested reviews: Markos Zaharioudakis (markos-za) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/destroy-annotation-qnames into lp:zorba

2012-03-16 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/destroy-annotation-qnames into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/destroy-annotation-qnames/+merge/97824 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery-30-upon-ddl-import into lp:zorba

2012-03-16 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/xquery-30-upon-ddl-import into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/store-shutdown-set-numusers-zero into lp:zorba

2012-03-20 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/store-shutdown-set-numusers-zero into lp:zorba. Requested reviews: Till Westmann (tillw) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/store-shutdown-set-numusers-zero

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/store-shutdown-set-numusers-zero into lp:zorba

2012-03-20 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/store-shutdown-set-numusers-zero into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/store-shutdown-set-numusers-zero/+merge/98409 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/collection-claim-tree-ownership into lp:zorba

2012-03-20 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/collection-claim-tree-ownership into lp:zorba. Requested reviews: Till Westmann (tillw) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/collection-claim-tree-ownership

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/collection-claim-tree-ownership into lp:zorba

2012-03-20 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/collection-claim-tree-ownership into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/collection-claim-tree-ownership/+merge/98419 --

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

2012-03-26 Thread Ghislain Fourny
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/97476 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/qnames-not-in-pool-fixes into lp:zorba

2012-03-28 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/qnames-not-in-pool-fixes into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/qnames-not-in-pool-fixes/+merge/99705 Fixed code for QNames

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/qnames-not-in-pool-fixes into lp:zorba

2012-03-28 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/qnames-not-in-pool-fixes into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/qnames-not-in-pool-fixes/+merge/99705 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/structural-any-uri-lazy into lp:zorba

2012-03-28 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/structural-any-uri-lazy into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/structural-any-uri-lazy/+merge/99707 Made URI computation lazy

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

2012-03-28 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/treeid-typedef into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/treeid-typedef/+merge/94573 --

[Zorba-coders] [Bug 969251] [NEW] mainModule16 test can raise any of two error messages

2012-03-30 Thread Ghislain Fourny
Public bug reported: This test http://bazaar.launchpad.net/~zorba- coders/zorba/trunk/view/head:/test/rbkt/Queries/zorba/modules/mainModule16.xq may raise two error messages, and the test and spec files seem to be inconsistent about the intention of the test: - XPST0081 (as written in the

[Zorba-coders] [Bug 971565] [NEW] Image module crashes upon MVG image.

2012-04-02 Thread Ghislain Fourny
Public bug reported: The following test zorba_image_module/image/basic_svg.xq leads to a segmentation fault, because the following assertion fails when lImage.magick() is set to MVG: if (lImage.magick().compare(SVG) != 0) { ImageFunction::throwErrorWithQName(aDynCtx, IM002, The passed

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/general-tree-ids into lp:zorba

2012-04-03 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/general-tree-ids into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Markos Zaharioudakis (markos-za) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/general-tree-ids/+merge/100608

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/structural-any-uri-lazy into lp:zorba

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/structural-any-uri-lazy into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/structural-any-uri-lazy/+merge/99707 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/structural-any-uri-lazy into lp:zorba

2012-04-04 Thread Ghislain Fourny
Thanks Markos for your useful comments. The new revision takes them all into account. -- https://code.launchpad.net/~zorba-coders/zorba/structural-any-uri-lazy/+merge/99707 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to

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

2012-04-04 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/bug-971782 into lp:zorba. Requested reviews: Dennis Knochenwefel (dennis-knochenwefel) Markos Zaharioudakis (markos-za) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 Cleaning up

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

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-971782 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788

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

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-971782 into lp:zorba has been updated. Status: Merged = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788

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

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-971782 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/unregister-delete-or-destroy into lp:zorba

2012-04-04 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/unregister-delete-or-destroy into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/unregister-delete-or-destroy/+merge/100814 Differentiating

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/unregister-delete-or-destroy into lp:zorba

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/unregister-delete-or-destroy into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/unregister-delete-or-destroy/+merge/100814 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/do-not-destroy-annotations-twice into lp:zorba

2012-04-04 Thread Ghislain Fourny
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822 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/unregister-delete-or-destroy into lp:zorba

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/unregister-delete-or-destroy into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/unregister-delete-or-destroy/+merge/100814 --

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

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-971782 into lp:zorba has been updated. Status: Needs review = Work in progress For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 --

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

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-949910 into lp:zorba has been updated. Status: Needs review = Work in progress For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-949910/+merge/96573 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/pul-and-xdm-schemas into lp:zorba

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/pul-and-xdm-schemas into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/pul-and-xdm-schemas/+merge/94209 --

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

2012-04-04 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/bug-949910 into lp:zorba. Requested reviews: Markos Zaharioudakis (markos-za) Matthias Brantner (matthias-brantner) Sorin Marian Nasoi (sorin.marian.nasoi) Related bugs: Bug #949910 in Zorba: fn:has-children segfaults on comment

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

2012-04-04 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-949910 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-949910/+merge/96573 -- https://code.launchpad.net/~zorba-coders/zorba/bug-949910/+merge/96573

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

2012-04-04 Thread Ghislain Fourny
Thanks, The ChangeLog is now updated. -- https://code.launchpad.net/~zorba-coders/zorba/bug-949910/+merge/96573 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/virtual-destructors into lp:zorba

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/virtual-destructors into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979 --

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

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/virtual-destructors into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979 --

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

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/virtual-destructors into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/unordered-collection-tests into lp:zorba

2012-04-10 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/unordered-collection-tests into lp:zorba. Requested reviews: Till Westmann (tillw) Markos Zaharioudakis (markos-za) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/unordered-collection-tests/+merge/101374

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/do-not-destroy-annotations-twice into lp:zorba

2012-04-10 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/do-not-destroy-annotations-twice into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/do-not-destroy-annotations-twice/+merge/97822 --

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

2012-04-10 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/clang-friend into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978 --

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

2012-04-10 Thread Ghislain Fourny
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354 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-955135 into lp:zorba

2012-04-10 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-955135 into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354 -- https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354

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

2012-04-10 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-955135 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354 -- https://code.launchpad.net/~zorba-coders/zorba/bug-955135/+merge/99354

  1   2   3   4   5   >