[Zorba-coders] [Bug 867248] Re: smtp module: send() uses illegal encoding for subject

2012-07-16 Thread David Graf
** 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/867248 Title: smtp module: send() uses illegal encoding for subject Status in

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

2012-07-16 Thread David Graf
Review: Approve Very cool. It's just annoying that zorba needs parameters to execute a file. But it's already nice to be able to write scripts like this: #!./bin/zorba -f -q 1+2 --

[Zorba-coders] [Bug 1025197] [NEW] infinite loop in converters/html parse

2012-07-16 Thread Dennis Knochenwefel
Public bug reported: the following query makes zorba hang forever: import module namespace html = http://www.zorba-xquery.com/modules/converters/html;; let $text := lt;p#xd83d;lt;/p return html:parse($text) (not sure if chiller is you, chris?) ** Affects: zorba Importance: Undecided

[Zorba-coders] [Bug 1025194] [NEW] in module converters/html function parse returns empty sequence on error

2012-07-16 Thread Dennis Knochenwefel
Public bug reported: Consider the following example Query: import module namespace json = http://www.zorba-xquery.com/modules/converters/json;; import module namespace html = http://www.zorba-xquery.com/modules/converters/html;; declare namespace j =

[Zorba-coders] [Bug 1025193] [NEW] no error reporting in converters/html module

2012-07-16 Thread Dennis Knochenwefel
Public bug reported: Consider the following example Query: import module namespace json = http://www.zorba-xquery.com/modules/converters/json;; import module namespace html = http://www.zorba-xquery.com/modules/converters/html;; declare namespace j =

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

2012-07-16 Thread Dennis Knochenwefel
** Description changed: In public Json streams lots of non-utf8 character escapes can be found causing some problems when parsing json or tidying the contained html ( as for example marketed here: http://www.charbase.com/1f44a-unicode- fisted-hand-sign ). The following example Query

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

2012-07-16 Thread Dennis Knochenwefel
I'm not an encoding expert, so anything I say may potentially be wrong. The string \ud83d\udc4a is an example containing a single javascript escaped special character (cf http://www.charbase.com/1f44a-unicode- fisted-hand-sign ). This is very common in JSON data as javascript engines seem to use

[Zorba-coders] [Bug 1025194] Re: in module converters/html function parse returns empty sequence on error

2012-07-16 Thread Dennis Knochenwefel
** Description changed: Consider the following example Query: - import module namespace json = http://www.zorba-xquery.com/modules/converters/json;; - import module namespace html = http://www.zorba-xquery.com/modules/converters/html;; - declare namespace j =

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

2012-07-16 Thread Nicolae Brinza
Review: Approve -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114935 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:~nbrinza/zorba/error-messages into lp:zorba

2012-07-16 Thread Nicolae Brinza
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/114935 -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114935

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

2012-07-16 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/error-messages-2012-07-16T12-06-02.175Z/log.html -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114935 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-07-16 Thread Zorba Build Bot
Validation queue job error-messages-2012-07-16T12-06-02.175Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114935 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-07-16 Thread noreply
The proposal to merge lp:~nbrinza/zorba/error-messages into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114935 -- https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/114935 Your team

[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

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

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

2012-07-16 Thread Cezar Andrei
The Xerces doc doesn't say what happens with the buffer, but I checked the source and they both (setSystemId and setPublicId) do make copies of the buffer. -- https://code.launchpad.net/~zorba-coders/zorba/bug1023120-schemaImport/+merge/114712 Your team Zorba Coders is subscribed to branch

[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

Re: [Zorba-coders] [Bug 1024892] Re: Zorba error [zerr:ZXQP0002]: theBodyExpr: assertion failed.

2012-07-16 Thread William Candillon
Yes, you can replace current-dateTime() by 1 if it is easier to fix the problem. In fact the real example wasn't using current-dateTime(). On Mon, Jul 16, 2012 at 6:48 PM, Matthias Brantner 1024...@bugs.launchpad.net wrote: The problem is that the key expression in the index declaration accesses

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

2012-07-16 Thread Paul J. Lucas
I believe what's going on is that byte sequences like \ud83d\udc4a are supposed to represent UTF-16 surrogate pairs. This is what Dennis suggests since 1F44A is the Unicode code point represented. IMHO, this is a bizarre way to do things: use a UTF-8 byte sequence to encode UTF-16 surrogate

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

2012-07-16 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/pjl-misc into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/115222 Clean-up. --

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

2012-07-16 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Commit Message changed to: Now using enable_if for more functions to make overload resolution work better. For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/115222 --

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

2012-07-16 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been updated. Description changed to: Now using enable_if for more functions to make overload resolution work better. For more details, see: https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/115222 --

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

2012-07-16 Thread Paul J. Lucas
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] [Merge] lp:~zorba-coders/zorba/bug-950621 into lp:zorba

2012-07-16 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug-950621 into lp:zorba. Requested reviews: Chris Hillery (ceejatec) Related bugs: Bug #950621 in Zorba: Eliminate parse-xml#2 https://bugs.launchpad.net/zorba/+bug/950621 For more details, see:

[Zorba-coders] [Bug 950621] Re: Eliminate parse-xml#2

2012-07-16 Thread Juan Zacarias
** Branch linked: lp:~zorba-coders/zorba/bug-950621 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/950621 Title: Eliminate parse-xml#2 Status in Zorba - The XQuery Processor: New Bug

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

2012-07-16 Thread Chris Hillery
Review: Needs Fixing Change looks good, but please add a line to the Changelog - something like Fixed bug #950621 (Removed two-arg version of fn:parse-xml(); use XML module function xml:parse() instead) in the Bug Fixes section. --

[Zorba-coders] [Bug 1025445] [NEW] execinfo.h broke Windows build

2012-07-16 Thread Rodolfo Ochoa
Public bug reported: In revision 10932, src/store/naive/item.cpp was modified and a new include (execinfo.h) was added: http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/revision/10932#src/store/naive/item.cpp Under Windows, a fresh build gives an error: fatal error C1083: Cannot open

[Zorba-coders] [Bug 1025445] Re: execinfo.h broke Windows build

2012-07-16 Thread Chris Hillery
Rodolfo - Markos is on vacation for the next 10 days. Could you see if it's possible to temporarily disable the code changes Markos did which required execinfo, at least on Windows, to get the build working again? (Or if you can find a Windows alternative to the execinfo.h functionality, even

[Zorba-coders] [Bug 1025445] Re: execinfo.h broke Windows build

2012-07-16 Thread Rodolfo Ochoa
Disabling for now, I found a good approach on: http://www.codeproject.com/Articles/11132/Walking-the-callstack -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1025445 Title: execinfo.h broke

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

2012-07-16 Thread Rodolfo Ochoa
Rodolfo Ochoa has proposed merging lp:~zorba-coders/zorba/bug1025445 into lp:zorba. Requested reviews: Rodolfo Ochoa (rodolfo-ochoa) Chris Hillery (ceejatec) Related bugs: Bug #1025445 in Zorba: execinfo.h broke Windows build https://bugs.launchpad.net/zorba/+bug/1025445 For more

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

2012-07-16 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/bug1025445 into lp:zorba has been updated. Commit Message changed to: Disabling print stack trace for windows For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1025445/+merge/115239 --

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

2012-07-16 Thread Rodolfo Ochoa
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug1025445/+merge/115239 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:~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] [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

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

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

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

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

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

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

2012-07-16 Thread Zorba Build Bot
Validation queue job pjl-misc-2012-07-16T23-19-59.948Z is finished. The final status was: All tests succeeded! -- 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

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

2012-07-16 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-1024448 into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) Related bugs: Bug #1024448 in Zorba: JSON parser doesn't recognize UTF-16 surrogate pairs https://bugs.launchpad.net/zorba/+bug/1024448 For more details, see:

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

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

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

2012-07-16 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug1025445-2012-07-16T23-47-55.546Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug1025445/+merge/115239 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Bug 1024448] Re: JSON parser doesn't recognize UTF-16 surrogate pairs

2012-07-16 Thread Paul J. Lucas
** Changed in: zorba Status: Incomplete = In Progress ** Branch linked: lp:~paul-lucas/zorba/bug-1024448 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1024448 Title: JSON parser

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

2012-07-16 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-1024448/+merge/115248 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/bug1025445 into lp:zorba

2012-07-16 Thread Zorba Build Bot
Validation queue job bug1025445-2012-07-16T23-47-55.546Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/bug1025445/+merge/115239 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

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