[Zorba-coders] [Bug 855709] Re: Construction of invalid regular expression

2011-09-21 Thread Paul J. Lucas
** Description changed: In modules/org/expath/ns/file.xq line 739, the line that reads: if (matches($path, concat(^\, $delim, +$))) then constructs an invalid regular expression when $delim is '/' as it would be on a Unix system. Only explicitly permitted characters may be

[Zorba-coders] [Bug 855709] [NEW] Construction of invalid regular expression

2011-09-21 Thread Paul J. Lucas
Public bug reported: In modules/org/expath/ns/file.xq line 739, the line that reads: if (matches($path, concat(^\, $delim, +$))) then constructs an invalid regular expression when $delim is '/' as it would be on a Unix system. Only explicitly permitted characters may be escaped and '/' isn't

[Zorba-coders] [Bug 855709] Re: Construction of invalid regular expression

2011-09-22 Thread Paul J. Lucas
** Changed in: zorba Importance: Undecided = High -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/855709 Title: Construction of invalid regular expression Status in Zorba - The XQuery

[Zorba-coders] [Bug 855715] Re: Invalid escaped characters in regex not caught

2011-09-23 Thread Paul J. Lucas
This bug can not be fixed until bug #855709 is fixed. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/855715 Title: Invalid escaped characters in regex not caught Status in Zorba - The XQuery

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

2011-09-23 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-855571 into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-855571/+merge/76831 Added cast to silence warning. -- https://code.launchpad.net/~paul

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

2011-09-29 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-855571 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-855571/+merge/76831 -- https://code.launchpad.net/~paul-lucas/zorba/bug-855571/+merge/76831 Your

[Zorba-coders] [Bug 855571] Re: Possible loss of data warning

2011-09-29 Thread Paul J. Lucas
** Changed in: zorba Status: New = Fix Committed ** Changed in: zorba Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/855571 Title: Possible

[Zorba-coders] [Bug 856545] Re: Parser grammar still has English error messages

2011-09-29 Thread Paul J. Lucas
** 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/856545 Title: Parser grammar still has English error messages Status in Zorba - The XQuery

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

2011-09-30 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-863320 into lp:zorba has been updated. Status: Rejected = Needs review For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-863320/+merge/77713 -- https://code.launchpad.net/~paul-lucas/zorba/bug-863320/+merge/77713 Your

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

2011-09-30 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-863320 into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-863320/+merge/77732 Added a test for the end-of-sentence to fix the bug

[Zorba-coders] [Bug 855715] Re: Invalid escaped characters in regex not caught

2011-10-03 Thread Paul J. Lucas
** 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/855715 Title: Invalid escaped characters in regex not caught Status in Zorba - The XQuery

[Zorba-coders] [Bug 867662] [NEW] nullptr warning

2011-10-04 Thread Paul J. Lucas
Public bug reported: Using g++ 4.6.1 (at least under Fedora), this warning is generated: cxx_util.h:41:1: warning: identifier ‘nullptr’ will become a keyword in C++0x [-Wc++0x-compat] ** Affects: zorba Importance: Low Assignee: Paul J. Lucas (paul-lucas) Status: New

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

2011-10-04 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-867662 into lp:zorba. Requested reviews: Sorin Marian Nasoi (sorin.marian.nasoi) For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-867662/+merge/78139 Now using zorba_nullptr and macro. -- https

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

2011-10-04 Thread Paul J. Lucas
Yes, I managed to reproduce it locally with g++ 4.6.x. -- https://code.launchpad.net/~paul-lucas/zorba/bug-867662/+merge/78139 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:~paul-lucas/zorba/bug-867662 into lp:zorba

2011-10-04 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-867662 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-867662/+merge/78139 -- https://code.launchpad.net/~paul-lucas/zorba/bug-867662/+merge/78139 Your

[Zorba-coders] [Bug 867662] Re: nullptr warning

2011-10-04 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Released -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867662 Title: nullptr warning Status in Zorba - The XQuery Processor: Fix

[Zorba-coders] [Bug 867243] Re: regex tests fail in no_unicode branch

2011-10-04 Thread Paul J. Lucas
*** This bug is a duplicate of bug 855715 *** https://bugs.launchpad.net/bugs/855715 ** This bug has been marked a duplicate of bug 855715 Invalid escaped characters in regex not caught ** Changed in: zorba Status: New = Invalid -- You received this bug notification because you

[Zorba-coders] [Bug 867059] Re: Can not handle largest xs:unsignedLong values

2011-10-10 Thread Paul J. Lucas
The tests that were failing (from the W3C test suite) were: K2-NumericGT-1.xq K2-NumericGT-2.xq K2-NumericLT-1.xq K2-NumericLT-2.xq -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867059 Title:

[Zorba-coders] [Bug 872401] [NEW] is_double and is_float should be std::is_same

2011-10-11 Thread Paul J. Lucas
Public bug reported: stl_util.h declares is_double and is_float. These are unnecessary. std::is_same should be used instead. ** Affects: zorba Importance: Low Assignee: Paul J. Lucas (paul-lucas) Status: In Progress ** Changed in: zorba Importance: Undecided = Low

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

2011-10-11 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-872401 into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-872401/+merge/79014 Replaced is_double and is_float by is_same. -- https

[Zorba-coders] [Bug 872401] Re: is_double and is_float should be std::is_same

2011-10-11 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Released -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/872401 Title: is_double and is_float should be std::is_same Status in Zorba - The

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

2011-10-17 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/file_regex/+merge/79543 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:~paul-lucas/zorba/bug-855715 into lp:zorba

2011-10-18 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-855715 into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-855715/+merge/79768 Now checking for invalid regex

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

2011-10-18 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-855715/+merge/79768 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:~paul-lucas/zorba/bug-855715 into lp:zorba

2011-10-19 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-855715 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-855715/+merge/79768 -- https://code.launchpad.net/~paul-lucas/zorba/bug-855715/+merge/79768 Your

[Zorba-coders] [Bug 885512] [NEW] Windows 8 Developer Preview bugs

2011-11-02 Thread Paul J. Lucas
Public bug reported: The Zorba code-base fails to compile using the Windows 8 Developer Preview. ** Affects: zorba Importance: High Assignee: Paul J. Lucas (paul-lucas) Status: New -- You received this bug notification because you are a member of Zorba Coders, which

[Zorba-coders] [Bug 885512] Re: Windows 8 Developer Preview bugs

2011-11-02 Thread Paul J. Lucas
** Attachment added: Compiler output. https://bugs.launchpad.net/bugs/885512/+attachment/2583713/+files/VC10-output.txt ** Changed in: zorba Assignee: (unassigned) = Paul J. Lucas (paul-lucas) ** Changed in: zorba Importance: Undecided = High -- You received this bug notification

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

2011-11-05 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-886543 into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) Matthias Brantner (matthias-brantner) Related bugs: Bug #886543 in Zorba: Fake std::move() doesn't always work under g++ 4.6.x https://bugs.launchpad.net/zorba

[Zorba-coders] [Bug 886543] Re: Fake std::move() doesn't always work under g++ 4.6.x

2011-11-05 Thread Paul J. Lucas
This fix is needed as a prerequisite for the ft_module branch. ** Branch linked: lp:~paul-lucas/zorba/bug-886543 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/886543 Title: Fake std::move()

[Zorba-coders] [Bug 886543] Re: Fake std::move() doesn't always work under g++ 4.6.x

2011-11-05 Thread Paul J. Lucas
A hack fix is to make it move(T const) and insert a const_cast. This is ugly because it shouldn't move a const T, but since this is a fake move() anyway, it probably doesn't matter. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

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

2011-11-05 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-886543/+merge/81359 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

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

2011-11-08 Thread Paul J. Lucas
- Is the error FTST0018 raised at compile time or runtime. Run-time. Also, the error doesn't seem to include a error location. The exception is caught farther up the call stack, the location is added, and the exception is re-thrown. --

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

2011-11-09 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/feature-thesaurus-uriresolver/+merge/80979 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/feature-thesaurus-uriresolver into lp:zorba

2011-11-09 Thread Paul J. Lucas
The proposal to merge lp:~zorba-coders/zorba/feature-thesaurus-uriresolver into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-thesaurus-uriresolver/+merge/80979 --

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

2011-11-17 Thread Paul J. Lucas
** 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/891453 Title: XQuery grammar needs EQNames Status in Zorba - The XQuery Processor: New

[Zorba-coders] [Bug 855709] Re: Construction of invalid regular expression

2011-11-19 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/855709 Title: Construction of invalid regular expression Status in Zorba - The

[Zorba-coders] [Bug 892532] [NEW] Strict-aliasing warnings

2011-11-19 Thread Paul J. Lucas
Public bug reported: Need to fix warnings like: warning: dereferencing pointer ‘u’ does break strict-aliasing rules. ** Affects: zorba Importance: Low Assignee: Paul J. Lucas (paul-lucas) Status: In Progress ** Changed in: zorba Assignee: (unassigned) = Paul J. Lucas

[Zorba-coders] [Bug 892532] Re: Strict-aliasing warnings

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

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

2011-11-20 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-892532 into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) Matthias Brantner (matthias-brantner) Related bugs: Bug #892532 in Zorba: Strict-aliasing warnings https://bugs.launchpad.net/zorba/+bug/892532 For more

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

2011-11-20 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-892532/+merge/82828 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] [Bug 892532] Re: Strict-aliasing warnings

2011-11-20 Thread Paul J. Lucas
I tossed in the removal of an unused variable warning in icu_tokenizer.cpp and also some tokenizer clean-up rather than create a whole new branch. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

[Zorba-coders] [Bug 892532] Re: Strict-aliasing warnings

2011-11-21 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/892532 Title: Strict-aliasing warnings Status in Zorba - The XQuery Processor:

[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

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

2011-11-29 Thread Paul J. Lucas
Assignee: Paul J. Lucas (paul-lucas) Status: In Progress ** Tags: full-text -- 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

[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

[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 :

[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

[Zorba-coders] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-11-30 Thread Paul J. Lucas
It doesn't do anything about materializing the vector (which doesn't need to be done). -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898075 Title: fn:string-to-codepoints() doesn't stream

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

2011-11-30 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-897800 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882 -- https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882 Your

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

2011-11-30 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/897800 Title: Full-text regressions Status in Zorba - The XQuery Processor: Fix

[Zorba-coders] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-11-30 Thread Paul J. Lucas
Read the TODO comment on line 113. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898075 Title: fn:string-to-codepoints() doesn't stream Status in Zorba - The XQuery Processor: New Bug

[Zorba-coders] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-12-01 Thread Paul J. Lucas
Perhaps, but the non-streaming case uses a large vector. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898075 Title: fn:string-to-codepoints() doesn't stream Status in Zorba - The XQuery

[Zorba-coders] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-12-01 Thread Paul J. Lucas
Recode it so it converts only one character at a time to a code-point. There's no need for a vector. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898075 Title: fn:string-to-codepoints()

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

2011-12-05 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-897800 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882 -- https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882 Your

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

2011-12-05 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-897800 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882 -- https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882 Your

[Zorba-coders] [Bug 900462] Re: json:serialize returns invalid json

2011-12-05 Thread Paul J. Lucas
Why is this my bug? I'm not going to spend any time fixing the old JSON parser. ** Changed in: zorba Status: New = Won't Fix -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/900462 Title:

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

2011-12-05 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-12-05 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/84530 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] [Bug 900552] [NEW] Full-text regressions, part 2

2011-12-05 Thread Paul J. Lucas
Public bug reported: For some reason, the a file didn't commit properly, so this bug/branch is an attempt to fix that. The original bug was bug 897800. ** Affects: zorba Importance: Undecided Assignee: Paul J. Lucas (paul-lucas) Status: In Progress ** Tags: full-text

[Zorba-coders] [Bug 900552] Re: Full-text regressions, part 2

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

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

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

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

2011-12-05 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-900552/+merge/84555 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] [Bug 900552] Re: Full-text regressions, part 2

2011-12-06 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/900552 Title: Full-text regressions, part 2 Status in Zorba - The XQuery

[Zorba-coders] [Bug 901520] [NEW] Build fails with ZORBA_NO_FULL_TEXT=ON

2011-12-07 Thread Paul J. Lucas
recent call first): test/rbkt/Queries/CMakeLists.txt:297 (EXPECTED_FAILURE) ** Affects: zorba Importance: Undecided Assignee: Paul J. Lucas (paul-lucas) Status: New ** Tags: full-text -- You received this bug notification because you are a member of Zorba Coders, which

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

2011-12-07 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-901520/+merge/84884 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] [Bug 901520] Re: Build fails with ZORBA_NO_FULL_TEXT=ON

2011-12-07 Thread Paul J. Lucas
** Branch linked: lp:~paul-lucas/zorba/bug-901520 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/901520 Title: Build fails with ZORBA_NO_FULL_TEXT=ON Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-12-07 Thread Paul J. Lucas
Ignoring the optimization for the moment, I've applied William's patch. However, it didn't properly read UTF-8 characters. I've since added utf8::read() that reads UTF-8 byte sequence from an istream and am now using it. However, there's another TODO in the code -- what to do if utf8::read()

[Zorba-coders] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-12-08 Thread Paul J. Lucas
OK, I added a new Zorba error code, ZXQD0006_INVALID_UTF8_BYTE_SEQUENCE, and now throw that upon reading an invalid UTF-8 byte. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898075 Title:

[Zorba-coders] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-12-08 Thread Paul J. Lucas
** 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/898075 Title: fn:string-to-codepoints() doesn't stream Status in Zorba - The XQuery

[Zorba-coders] [Bug 901520] Re: Build fails with ZORBA_NO_FULL_TEXT=ON

2011-12-08 Thread Paul J. Lucas
** 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/901520 Title: Build fails with ZORBA_NO_FULL_TEXT=ON Status in Zorba - The XQuery

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

2011-12-12 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410 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:~paul-lucas/zorba/bug-898075 into lp:zorba

2011-12-12 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-898075 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410 -- https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410 Your

[Zorba-coders] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-12-12 Thread Paul J. Lucas
** Branch linked: lp:~paul-lucas/zorba/bug-898075 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898075 Title: fn:string-to-codepoints() doesn't stream Status in Zorba - The XQuery Processor:

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

2011-12-21 Thread Paul J. Lucas
Once you finished the implementation of the transcoding stream buffer, I don't even want to do this check anymore. This must not happen with the stream buffer. I don't understand how it must not happen. It can always happen. However, I think you're saying that you assume the check will happen

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

2011-12-21 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/tokenize/+merge/86647 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] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-12-22 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898075 Title: fn:string-to-codepoints() doesn't stream Status in Zorba - The

[Zorba-coders] [Bug 866924] Re: FTIgnore not fully implemented

2011-12-22 Thread Paul J. Lucas
** Changed in: zorba Status: New = Triaged -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/866924 Title: FTIgnore not fully implemented Status in Zorba - The XQuery Processor: Triaged

[Zorba-coders] [Bug 866874] Re: regex range subtraction not supported

2011-12-22 Thread Paul J. Lucas
** Changed in: zorba Status: New = Triaged -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/866874 Title: regex range subtraction not supported Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 866923] Re: Scoring weights not implemented

2011-12-22 Thread Paul J. Lucas
** Changed in: zorba Status: New = Triaged -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/866923 Title: Scoring weights not implemented Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 866926] Re: xquery-xpath-composability-queries-results-q9

2011-12-22 Thread Paul J. Lucas
Mark it as failing for the same reason. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/866926 Title: xquery-xpath-composability-queries-results-q9 Status in Zorba - The XQuery Processor: New

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

2012-01-04 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_broken_mac_build/+merge/87506 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] [Bug 912127] [NEW] Missing #ifndef ZORBA_NO_FULL_TEXT

2012-01-04 Thread Paul J. Lucas
Public bug reported: Somebody forgot to include this so the no-full-text build doesn't build. ** Affects: zorba Importance: Medium Assignee: Paul J. Lucas (paul-lucas) Status: In Progress -- You received this bug notification because you are a member of Zorba Coders, which

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

2012-01-04 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-912127 into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) Matthias Brantner (matthias-brantner) Related bugs: Bug #912127 in Zorba: Missing #ifndef ZORBA_NO_FULL_TEXT https://bugs.launchpad.net/zorba/+bug/912127

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

2012-01-04 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-912127/+merge/87570 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] [Bug 912127] Re: Missing #ifndef ZORBA_NO_FULL_TEXT

2012-01-05 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/912127 Title: Missing #ifndef ZORBA_NO_FULL_TEXT Status in Zorba - The XQuery

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

2012-01-16 Thread Paul J. Lucas
Those are the old jansson tests. I have to ask Matthias what to do about them. -- https://code.launchpad.net/~zorba-coders/zorba/feature-json_parser/+merge/88721 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

[Zorba-coders] [Bug 867059] Re: Can not handle largest xs:unsignedLong values

2012-01-18 Thread Paul J. Lucas
** Branch linked: lp:~zorba-coders/zorba/bug-867059 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867059 Title: Can not handle largest xs:unsignedLong values Status in Zorba - The XQuery

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

2012-01-18 Thread Paul J. Lucas
Try it now. -- https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/85142 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/bug-896426 into lp:zorba

2012-01-18 Thread Paul J. Lucas
It's not critical. I was hoping that Chris would have migrated more unit tests. -- https://code.launchpad.net/~zorba-coders/zorba/bug-896426/+merge/83885 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

[Zorba-coders] [Bug 907070] Re: Item API needs operator

2012-01-18 Thread Paul J. Lucas
** Branch linked: lp:~paul-lucas/zorba/bug-907070 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/907070 Title: Item API needs operator Status in Zorba - The XQuery Processor: New Bug

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

2012-01-19 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-896426/+merge/83885 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

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

2012-01-22 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/feature-json_parser/+merge/89616 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] [Bug 907070] Re: Item API needs operator

2012-01-22 Thread Paul J. Lucas
** Changed in: zorba Importance: Undecided = Low -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/907070 Title: Item API needs operator Status in Zorba - The XQuery Processor: New Bug

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

2012-01-23 Thread Paul J. Lucas
No, the statement There are many ways to represent JSON data in XML is correct as it is. There *are* *many* ways: Zorba only implements *two* of those *many* ways. Adding *two* examples is too much. API documentation isn't supposed to be the primary documentation. --

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

2012-01-23 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/remove_old_json/+merge/89770 Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

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

2012-01-23 Thread Paul J. Lucas
Why did you mark them as EXPECTED_FAILURE if they're not expected to fail? Presumably, you *want* them fixed, right? -- https://code.launchpad.net/~zorba-coders/zorba/feature-json_parser/+merge/89616 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-01-23 Thread Paul J. Lucas
It means known bug for things that are in the trunk. If it's on a branch (as this is), then either (1) it will be fixed before it's merged into the trunk (at which point the EXPECTED_FAILURE will have to be removed since it will no longer be failing -- which begs my question of, Why put it in

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

2012-01-23 Thread Paul J. Lucas
Chris Hillery wrote: I think there's some value in using EXPECTED_FAILURE() anyway, since it documents the relationship to new bugs that are filed. The relationship to new bugs *from* ___? -- https://code.launchpad.net/~zorba-coders/zorba/feature-json_parser/+merge/89616 Your team Zorba

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

2012-01-23 Thread Paul J. Lucas
IMO, you didn't *need* to add any comment to the merge proposal other than Bugs filed -- I can read the bugs myself. Sorin wrote: Keep in mind that I have spent my time in order to give you a hand in pointing out the issues I found. It's all of our job to review each others' code under the New

  1   2   3   4   5   6   7   8   9   10   >