[Zorba-coders] [Merge] lp:~zorba-coders/zorba/2.6-release-prep into lp:zorba

2012-08-06 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/2.6-release-prep into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/2.6-release-prep/+merge/118406 Prepare ChangeLog for 2.6 -- https

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

2012-08-03 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fix/+merge/118175 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/bug900677 into lp:zorba

2012-08-03 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug900677 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/118048 -- https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/118048 You

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

2012-08-03 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/118048 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/bug900677 into lp:zorba

2012-08-03 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug900677 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/118048 -- https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/118048 You

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

2012-08-02 Thread Matthias Brantner
The following code could be factorized. 174 if(lSize > INT_MAX) 175 +lResult.reserve(INT_MAX); 176 + else 177 +lResult.reserve((int)lSize); -- https://code.launchpad.net/~zorba-coders/zorba/archive-module-winfixes/+merge/118010 Your team Zorba Coders is subscribe

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

2012-08-02 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/fix-archive-dateTime into lp:zorba/archive-module. Requested reviews: Luis Rodriguez Gonzalez (kuraru) Chris Hillery (ceejatec) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-archive-dateTime/+merge

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

2012-08-02 Thread Matthias Brantner
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/118031 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/118031 Your team Zo

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

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

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-archive-dateTime into lp:zorba

2012-08-02 Thread Matthias Brantner
> There's a bug that arises in Windows in archive_module.cpp lines 309 to 312 > from this > > if (theCompression != "GZIP" && > #ifndef WIN32 > theCompression != "BZIP2" && > theCompression != "LZMA" > #endif > ) > > to this > > if (theCompression != "GZIP

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

2012-08-02 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-1032166 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1032166/+merge/117883 -- https://code.launchpad.net/~zorba-coders/zorba/bug-1032166/+merge/1178

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

2012-08-02 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-1032166/+merge/117883 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-co

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-archive-dateTime into lp:zorba

2012-08-02 Thread Matthias Brantner
Requires https://code.launchpad.net/~zorba-coders/zorba/feature-api-createDateTime/+merge/117976 to be merged into the core first. -- https://code.launchpad.net/~zorba-coders/zorba/fix-archive-dateTime/+merge/117977 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: http

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

2012-08-02 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-api-createDateTime into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-api-createDateTime/+merge/117976 -- https://code.launchpad.net/~zorba-coders

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

2012-08-02 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/feature-api-createDateTime/+merge/117976 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://launchpa

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

2012-08-02 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/feature-api-createDateTime into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Chris Hillery (ceejatec) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-api-createDateTime/+merge

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

2012-08-01 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/fix-oauth-security into lp:zorba/oauth-module. Requested reviews: Chris Hillery (ceejatec) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-oauth-security/+merge/117813 adapted to new hmac v.2 module

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

2012-07-31 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-1031287/+merge/117402 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-co

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

2012-07-31 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-1029836/+merge/117250 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-co

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

2012-07-30 Thread Matthias Brantner
> Hi Matthias, > I submitted a new merge proposal following Chris's request. > Regarding your question, I am not certain it is a type error. In the context > of dynamic function call, it makes sense that it is a type error (XPTY0004) > because it is a mismatch between the type of the function produ

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

2012-07-27 Thread Matthias Brantner
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 Zo

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

2012-07-27 Thread Matthias Brantner
Review: Approve -- 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 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-27 Thread Matthias Brantner
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 -- https://code.launchpad.net/~zorba-coders/zor

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

2012-07-27 Thread Matthias Brantner
Review: Approve -- 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: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launchpad.

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

2012-07-27 Thread Matthias Brantner
> Changelog refers to old archive module URI. fixed -- https://code.launchpad.net/~zorba-coders/zorba/add-archive-module/+merge/116086 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsu

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

2012-07-27 Thread Matthias Brantner
Review: Needs Information Shouldn't this be a type error? -- https://code.launchpad.net/~zorba-coders/zorba/bug-1029836/+merge/117024 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsu

[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 -- https://code.launchpad.net/~zorba-coders

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 : https://launchpad.ne

[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

[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

[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

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

2012-07-26 Thread Matthias Brantner
Review: Approve -- 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 : https://launchpad.net/~zorba-cod

[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/89

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:~paul-lucas/zorba/pjl-misc into lp:zorba

2012-07-26 Thread Matthias Brantner
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 Zo

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

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/updated-jsoniq-tutorials into lp:zorba

2012-07-25 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/updated-jsoniq-tutorials/+merge/116644 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.

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

2012-07-24 Thread Matthias Brantner
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/116566 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116566 Your team Zo

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

2012-07-24 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/116566 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/security-module-v2 into lp:zorba/security-module

2012-07-24 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 -- https://code.launchpad.net/~zorba-coders

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

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

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

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

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

2012-07-20 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/116099 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/bug900677 into lp:zorba

2012-07-20 Thread Matthias Brantner
This proposal has been resubmitted because Markos and David are on vacation. The original proposal (including plenty of comments) is at https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/116097. -- https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/116099 Your team Zorb

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

2012-07-20 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug900677 into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) William Candillon (wcandillon) Chris Hillery (ceejatec) Related bugs: Bug #900677 in Zorba: "XQDDF access-keys($index) function&quo

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

2012-07-20 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug900677 into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Markos Zaharioudakis (markos-za) William Candillon (wcandillon) Related bugs: Bug #900677 in Zorba: "XQDDF access-keys($index) function&quo

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

2012-07-20 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/add-archive-module/+merge/116086 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] [Merge] lp:~zorba-coders/zorba/add-archive-module into lp:zorba

2012-07-20 Thread Matthias Brantner
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 -- https://code.launchpad.net/~zorba-coders/zorba/add-archi

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

2012-07-20 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/add-archive-module into lp:zorba. Requested reviews: Juan Zacarias (juan457) Matthias Brantner (matthias-brantner) Chris Hillery (ceejatec) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/add-archive

[Zorba-coders] [Bug 1027270] Re: parse-xml - endless 100%CPU with lots of character references

2012-07-20 Thread Matthias Brantner
** Changed in: zorba Assignee: (unassigned) => Nicolae Brinza (nbrinza) ** 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/1027270 Title:

[Zorba-coders] [Bug 1024123] Re: Un-revert r10899

2012-07-20 Thread Matthias Brantner
** 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/1024123 Title: Un-revert r10899 Status in Zorba - The XQuery Processor: Fix Commi

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

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

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

2012-07-20 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/test-remove_hash_dependency/+merge/116033 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://launchp

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

2012-07-20 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/test-remove_hash_dependency into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Chris Hillery (ceejatec) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/test-remove_hash_dependency/+merge

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

2012-07-20 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/security-module-v2 into lp:zorba/security-module has been updated. Description changed to: For more details, see: https://code.launchpad.net/~zorba-coders/zorba/security-module-v2/+merge/115881 -- https://code.launchpad.net/~zorba-coders/zorba/secu

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

2012-07-20 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/security-module-v2 into lp:zorba/security-module has been updated. Commit Message changed to: v2 of hash and hmac modules - based on openssl - handling streamable strings - hashing and hmac of binaries - sha256 support For more details, see: https://

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

2012-07-20 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 -- https://code.launchpad.net/~zorba-coders

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

2012-07-19 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 -- https://code.launchpad.net/~zorba-coders

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

2012-07-19 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/security-module-v2/+merge/115881 Your team Zorba Coders is subscribed to branch lp:zorba/security-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://

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

2012-07-19 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/security-module-v2 into lp:zorba/security-module. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/security-module-v2/+merge/115881 hash module v. 2

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

2012-07-19 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-1026379/+merge/115877 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/feature-mem_size into lp:zorba

2012-07-18 Thread Matthias Brantner
> > Can we find a way to expose the functionality in the public C++ api? > > There are two choices: > > 1. Expose the entire mem_sizeof.h header and add: > > size_t alloc_size() const; > > on the public Item. > > 2. Add: > > size_t mem_size() const; > > on the public Item that simply

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

2012-07-18 Thread Matthias Brantner
Review: Needs Information Can we find a way to expose the functionality in the public C++ api? -- https://code.launchpad.net/~zorba-coders/zorba/feature-mem_size/+merge/114764 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to

[Zorba-coders] [Bug 1026250] [NEW] streaming and sequential flwor

2012-07-18 Thread Matthias Brantner
Public bug reported: If a FLWOR has a sequential return clause, all of the binding sequences of the clauses are materialized before the return clause is executed. This behavior is correct according to the latest Scripting specification and avoids confusion if the return clause would modify any inp

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

2012-07-17 Thread Matthias Brantner
Review: Needs Fixing I have added a new XQuery module (http://www.zorba-xquery.com/modules/item) which currently provides one function x:allocated-size. The function invokes Item::alloc_size. Review comments - The function Item::alloc_size should be exposed in the external C++ api. - The funct

Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/parse-fragment into lp:zorba

2012-07-17 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/115377 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:~nbrinza/zorba/parse-fragment into lp:zorba

2012-07-17 Thread Matthias Brantner
Review: Needs Fixing ChangeLog should mention the fix of bug https://bugs.launchpad.net/zorba/+bug/1016606. In fact, the patch fixes a bug and is not a new feature. ;-) -- https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/115344 Your team Zorba Coders is subscribed to branch lp:zo

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

2012-07-16 Thread Matthias Brantner
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/115222 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/115222 Your team Zo

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

2012-07-16 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/115222 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] [Bug 1024892] Re: Zorba error [zerr:ZXQP0002]: "theBodyExpr": assertion failed.

2012-07-16 Thread Matthias Brantner
The problem is that the key expression in the index declaration accesses a function of the module. However, this function doesn't seem to be compiled, yet. As a side-node, the example above should raise an error because the key expression tries to access the dynamic context (because of fn:current-

[Zorba-coders] [Bug 1024448] Re: data-converter module problems with non utf-8 characters

2012-07-16 Thread Matthias Brantner
I'm not sure I understand. 1. The default for JSON strings seems to be UTF-8. 2. If a JSON string uses an encoding other than UTF-8, the entire string should be transcoded. This needs to be done when the data its retrieve. For example, by passing an encoding parameter to file:read-text. -- You

[Zorba-coders] [Bug 891453] Re: XQuery grammar needs EQNames

2012-07-16 Thread Matthias Brantner
*** This bug is a duplicate of bug 997045 *** https://bugs.launchpad.net/bugs/997045 the EQName issue was fixed with merging the branch at lp:~nbrinza/zorba/error-messages. I also confirm that the AtomicOrUnionType production is there. ** Changed in: zorba Status: Confirmed => Fix Com

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-fn-path into lp:zorba

2012-07-14 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/fix-fn-path into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-fn-path/+merge/114922 -- https://code.launchpad.net/~zorba-coders/zorba/fix-fn-path/+merge/1149

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-fn-path into lp:zorba

2012-07-13 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/fix-fn-path/+merge/114922 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-co

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq-windows-structured-item-fix into lp:zorba

2012-07-12 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/jsoniq-windows-structured-item-fix into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq-windows-structured-item-fix/+merge/114595 -- https://code.launchpad.n

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq-windows-structured-item-fix into lp:zorba

2012-07-12 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq-windows-structured-item-fix/+merge/114595 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://

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

2012-07-11 Thread Matthias Brantner
The proposal to merge lp:~paul-lucas/zorba/bug-1022762 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-1022762/+merge/114280 -- https://code.launchpad.net/~paul-lucas/zorba/bug-1022762/+merge/114280 You

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

2012-07-11 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-1022762/+merge/114280 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:~nbrinza/zorba/error-messages into lp:zorba

2012-07-11 Thread Matthias Brantner
The proposal to merge lp:~nbrinza/zorba/error-messages into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114399 -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114399 You

Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-07-11 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114399 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-1002993 into lp:zorba

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

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq-multiple-updates-fix into lp:zorba

2012-07-10 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq-multiple-updates-fix/+merge/114183 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://launchp

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

2012-07-10 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-pragma_no_copy into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-pragma_no_copy/+merge/112816 -- https://code.launchpad.net/~zorba-coders/zorba/f

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bugs-1022495-and-1022494 into lp:zorba

2012-07-10 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bugs-1022495-and-1022494/+merge/114185 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.

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/matthias-disallow-mixed-tests into lp:zorba

2012-07-10 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/matthias-disallow-mixed-tests/+merge/114176 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://launc

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

2012-07-09 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/flworfound-bugs/+merge/114041 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/~zorb

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/feature-unordered_map into lp:zorba

2012-07-09 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/feature-unordered_map/+merge/114013 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/~

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

2012-07-09 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-888242/+merge/113130 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-coder

[Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-07-09 Thread Matthias Brantner
The proposal to merge lp:~nbrinza/zorba/error-messages into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114003 -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114003 You

Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-07-09 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114003 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:~nbrinza/zorba/error-messages into lp:zorba

2012-07-09 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/112849 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/jsoniq into lp:zorba

2012-07-09 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171 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 M

Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-07-09 Thread Matthias Brantner
Review: Needs Information > - What about those tests? All of them are fixed, as the remote queue shows, > except for eqname-013, which is waiting on a W3C bug resolution. OK. Maybe I don't understand how the RQ works. I was asking this because those tests are still part of the file test/rbkt/Quer

Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-06-29 Thread Matthias Brantner
Review: Needs Information - what about the following tests from in w3c_known_failures.txt? test/rbkt/w3c_testsuite/XQuery/Basics/EQNames/eqname-013 test/rbkt/w3c_testsuite/XQuery/Basics/EQNames/eqname-006 test/rbkt/w3c_testsuite/XQuery/Basics/EQNames/eqname-012 test/rbkt/w3c_testsuite/XQuery/Basi

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/feature-ft_bw into lp:zorba

2012-06-29 Thread Matthias Brantner
The proposal to merge lp:~paul-lucas/zorba/feature-ft_bw into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/feature-ft_bw/+merge/112811 -- https://code.launchpad.net/~paul-lucas/zorba/feature-ft_bw/+merge/1128

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/feature-ft_bw into lp:zorba

2012-06-29 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/feature-ft_bw/+merge/112811 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-co

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

2012-06-29 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-pragma_no_copy into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-pragma_no_copy/+merge/112816 -- https://code.launchpad.net/~zorba-coders/zorba/f

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

2012-06-29 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-pragma_no_copy into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-pragma_no_copy/+merge/112816 -- https://code.launchpad.net/~zorba-coders/zorba/f

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

2012-06-29 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/feature-pragma_no_copy/+merge/112816 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.ne

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/feature-ft_bw into lp:zorba

2012-06-29 Thread Matthias Brantner
Review: Needs Fixing - the changelog says that it's a new function but it has been there before - ft:tokenize-nodes#2 comment is confusing. Why does it say The default 74 + : http://www.w3.org/TR/xmlschema-2/#language";>language 75 + : is assumed to be the one returned by ft:current-lang

<    5   6   7   8   9   10   11   12   13   14   >