[Zorba-coders] [Bug 900768] [NEW] compile error in zorba_apiPHP5_wrap on Ubuntu

2011-12-06 Thread Dennis Knochenwefel
Public bug reported: Next to lots of warnings I get this compile error on ubuntu: /home/dknochen/zorba/build/swig/php/zorba_apiPHP5_wrap.cxx: In function âvoid _wrap_StaticContext_getRefCount(int, zval*, zval**, zval*, int)â: /home/dknochen/zorba/build/swig/php/zorba_apiPHP5_wrap.cxx:6304:

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-unversioned-modules into lp:zorba

2012-01-30 Thread Dennis Knochenwefel
Review: Approve works -- https://code.launchpad.net/~zorba-coders/zorba/fix-unversioned-modules/+merge/90600 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 933490] Re: Error ItemFactoryImpl::createBase64Binary with istream

2012-02-16 Thread Dennis Knochenwefel
** Patch added: createbase64.patch https://bugs.launchpad.net/bugs/933490/+attachment/2745329/+files/createbase64.patch -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/933490 Title: Error

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

2012-02-22 Thread Dennis Knochenwefel
this also fixes bug #933490 -- https://code.launchpad.net/~zorba-coders/zorba/ft-base64Binary/+merge/94081 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/staticcontextentityresolver-ignores-deny-access into lp:zorba

2012-04-18 Thread Dennis Knochenwefel
Dennis Knochenwefel has proposed merging lp:~zorba-coders/zorba/staticcontextentityresolver-ignores-deny-access into lp:zorba. Requested reviews: Chris Hillery (ceejatec) Related bugs: Bug #984759 in Zorba: StaticContextEntityResolver ignores deny_access https://bugs.launchpad.net/zorba

[Zorba-coders] [Bug 996084] [NEW] crash in Streamable*Item with file module

2012-05-07 Thread Dennis Knochenwefel
Public bug reported: I was trying to 1. read a data file 2. get the md5 of the file content 3. return both the md5 and content in one XML node: filemd5.../md5data.../data/file Executing the complete example (see attachment) with any data.txt file leads to a crash. It seems that the

[Zorba-coders] [Bug 996084] Re: crash in Streamable*Item with file module

2012-05-07 Thread Dennis Knochenwefel
** Attachment added: crashing example query https://bugs.launchpad.net/bugs/996084/+attachment/3135433/+files/test3.xq ** Tags added: crash -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

[Zorba-coders] [Bug 996084] Re: crash in Streamable*Item with file module

2012-05-07 Thread Dennis Knochenwefel
** Description changed: I was trying to 1. read a data file 2. get the md5 of the file content 3. return both the md5 and content in one XML node: - filemd5.../md5data.../data/file +   filemd5.../md5data.../data/file Executing the complete example (see attachment) with any

[Zorba-coders] [Bug 996548] [NEW] format-dateTime does not support timezone

2012-05-08 Thread Dennis Knochenwefel
Public bug reported: the timezone formatting in http://www.w3.org/TR/xpath-functions-30 /#func-format-dateTime does not work. example:   format-dateTime(current-dateTime(), [D01][M01][Y0001][H01][m01][s01][z]) expected:   08052012152215GMT+02:00 actual result:   08052012152215 The timezone

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-996084-reuse-stream into lp:zorba

2012-05-08 Thread Dennis Knochenwefel
Review: Approve I tested it and it works. -- https://code.launchpad.net/~zorba-coders/zorba/bug-996084-reuse-stream/+merge/105025 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net

[Zorba-coders] [Bug 996593] [NEW] http client throws error with no content-type header in http response

2012-05-08 Thread Dennis Knochenwefel
Public bug reported: in modules/com/zorba-xquery/www/modules/http- client.xq.src/http_response_parser.cpp the function HttpResponseParser::parse() throws an error if the response doesn't contain a content-type. In this case theCurrentCharset is . the surprising part is that in the following code

[Zorba-coders] [Bug 996593] Re: http client throws error with no content-type header in http response

2012-05-08 Thread Dennis Knochenwefel
** Attachment added: simple query to reproduce the error https://bugs.launchpad.net/bugs/996593/+attachment/3136986/+files/test.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/996593 Title:

[Zorba-coders] [Bug 996793] [NEW] using http-client to execute an html form

2012-05-08 Thread Dennis Knochenwefel
Public bug reported: I was implementing some XQuery code for uploading a file and some form data. Fiddling with Multipart request and the http-client wasn't really usable, the http-client added some extra multipart content-type header and didn't work well. In the end I was implementing multipart

[Zorba-coders] [Bug 996793] Re: using http-client to execute an html form

2012-05-08 Thread Dennis Knochenwefel
** Description changed: I was implementing some XQuery code for uploading a file and some form data. Fiddling with Multipart request and the http-client wasn't really usable, the http-client added some extra multipart content-type header and didn't work well. In the end I was implementing

Re: [Zorba-coders] [Bug 996593] Re: http client throws error with no content-type header in http response

2012-05-09 Thread Dennis Knochenwefel
When I run the sample query, I get: /Users/pjl/src/flwor/zorba/repo/bug-996593/zorba/build/URI_PATH/org/expath/ns /http-client.xq:108,1: static error [err:XQST0059]: http://www.zorba- xquery.com/modules/converters/html-options: target namespace not found for schema/module

[Zorba-coders] [Bug 997230] [NEW] open filestream prevents file deletion on windows

2012-05-09 Thread Dennis Knochenwefel
Public bug reported: the bug fix for bug #996084 seems to be a bit more tricky on windows. If you execute the attached example on a windows machine you will get: user-defined error [file:FOFL]: An unknown error occured: C:\data.txt: I/O error: 32 failed (error The process cannot access the

[Zorba-coders] [Bug 997230] Re: open filestream prevents file deletion on windows

2012-05-09 Thread Dennis Knochenwefel
** Attachment added: example causing access denied error on windows https://bugs.launchpad.net/bugs/997230/+attachment/3138752/+files/test.xq -- 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-996593 into lp:zorba

2012-05-10 Thread Dennis Knochenwefel
Review: Approve very good and clean code -- https://code.launchpad.net/~paul-lucas/zorba/bug-996593/+merge/105293 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 997230] Re: open filestream prevents file deletion on windows

2012-05-14 Thread Dennis Knochenwefel
Even this doesn't work: import module namespace file = http://expath.org/ns/file;; declare variable $file := C:\data.txt; let $data := file:read-text($file) return $data; file:delete($file); I think that even if scoping worked it wouldn't be sufficient. A user should be able to read

[Zorba-coders] [Bug 997230] Re: open filestream prevents file deletion on windows

2012-05-21 Thread Dennis Knochenwefel
true, the second example does work on linux (my fault). -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/997230 Title: open filestream prevents file deletion on windows Status in Zorba - The

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

2012-06-14 Thread Dennis Knochenwefel
Review: Approve tested a clean build with vs 2010 on windows. works. thanks. -- https://code.launchpad.net/~davidagraf/zorba/bug-1013075/+merge/110307 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

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

2012-06-15 Thread Dennis Knochenwefel
Review: Approve looks good to me. -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 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/bug-971782 into lp:zorba

2012-06-15 Thread Dennis Knochenwefel
Ghislain and I did some cleanup. And I think this was a problem that appeared only on windows. I don't know if we ever added a bug report for it. Ghislain, do you remember more than I do? -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 Your team Zorba Coders is

[Zorba-coders] [Bug 1015468] [NEW] wrong uri resolution with fn:resolve-uri()

2012-06-20 Thread Dennis Knochenwefel
Public bug reported: the following query: resolve-uri(#id,file:///test.xml) returns: file:///?#id 1. the question mark doesn't look right 2. I might be wrong, but I think the correct result should be file:///test.xml#id ** Affects: zorba Importance: Medium Assignee: Chris

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/bug-867248 into lp:zorba/email-module

2012-07-03 Thread Dennis Knochenwefel
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/bug-867248/+merge/113059 Your team Zorba Coders is subscribed to branch lp:zorba/email-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/windows-build-fix into lp:zorba

2012-07-03 Thread Dennis Knochenwefel
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/windows-build-fix/+merge/113196 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 1020942] [NEW] vector subscript out of range assertion hit on windows

2012-07-04 Thread Dennis Knochenwefel
Public bug reported: in src/zorbatypes/binary.cpp a lot of vectors are accessed with [0], e.g.: aBase64.theData.resize( copy_without_ws( aString, aLength, aBase64.theData[0] ) ); if in this case aLength is of size 0 the assertion vector subscript out of range is hit on windows in

[Zorba-coders] [Bug 1020953] [NEW] segfault in modules/xml:parse()

2012-07-04 Thread Dennis Knochenwefel
Public bug reported: the following tests crash on windows in debug build (rev. 10908): test/rbkt/zorba/parsing_and_serializing/parse-fragment-skip-root-47 (SEGFAULT) test/rbkt/zorba/parsing_and_serializing/parse-fragment-skip-root-51 (SEGFAULT)

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

2012-07-04 Thread Dennis Knochenwefel
Dennis Knochenwefel has proposed merging lp:~zorba-coders/zorba/bug-1020953 into lp:zorba. Requested reviews: Nicolae Brinza (nbrinza) Related bugs: Bug #1020953 in Zorba: segfault in modules/xml:parse() https://bugs.launchpad.net/zorba/+bug/1020953 For more details, see: https

[Zorba-coders] [Bug 1020953] Re: segfault in modules/xml:parse()

2012-07-04 Thread Dennis Knochenwefel
** Branch linked: lp:~zorba-coders/zorba/bug-1020953 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1020953 Title: segfault in modules/xml:parse() Status in Zorba - The XQuery Processor: New

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

2012-07-04 Thread Dennis Knochenwefel
The proposal to merge lp:~zorba-coders/zorba/bug-1020953 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1020953/+merge/113400 --

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

2012-07-04 Thread Dennis Knochenwefel
Dennis Knochenwefel has proposed merging lp:~zorba-coders/zorba/bug-1021025 into lp:zorba. Requested reviews: Till Westmann (tillw) Ghislain Fourny (gislenius) Related bugs: Bug #1021025 in Zorba: in json_impl.cpp data from a zstring is read after destruction https://bugs.launchpad.net

[Zorba-coders] [Bug 1021025] [NEW] in json_impl.cpp data from a zstring is read after destruction

2012-07-04 Thread Dennis Knochenwefel
environments. ** Affects: zorba Importance: Undecided Assignee: Dennis Knochenwefel (dennis-knochenwefel) Status: In Progress ** Tags: incorrect-result ** Changed in: zorba Status: New = In Progress -- You received this bug notification because you are a member of Zorba

[Zorba-coders] [Bug 1021362] [NEW] windows build broken using (VS2010 / cmake 2.8.8)

2012-07-05 Thread Dennis Knochenwefel
src\util/hash/hash.h(108): error C2988: unrecognizable template declaration/definition ** Affects: zorba Importance: Undecided Assignee: Dennis Knochenwefel (dennis-knochenwefel) Status: New ** Tags: broken-build -- You received this bug notification because you are a member

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

2012-07-05 Thread Dennis Knochenwefel
Dennis Knochenwefel has proposed merging lp:~zorba-coders/zorba/bug-1021362 into lp:zorba. Requested reviews: Dennis Knochenwefel (dennis-knochenwefel) Related bugs: Bug #1021362 in Zorba: windows build broken using (VS2010 / cmake 2.8.8) https://bugs.launchpad.net/zorba/+bug/1021362

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

2012-07-05 Thread Dennis Knochenwefel
Review: Approve thanks for fixing -- https://code.launchpad.net/~paul-lucas/zorba/bug-1020942/+merge/113476 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-1021362 into lp:zorba

2012-07-05 Thread Dennis Knochenwefel
The proposal to merge lp:~zorba-coders/zorba/bug-1021362 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1021362/+merge/113604 --

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

2012-07-05 Thread Dennis Knochenwefel
The proposal to merge lp:~paul-lucas/zorba/bug-1020942 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-1020942/+merge/113476 -- https://code.launchpad.net/~paul-lucas/zorba/bug-1020942/+merge/113476

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

2012-07-05 Thread Dennis Knochenwefel
The proposal to merge lp:~zorba-coders/zorba/bug-1021362 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1021362/+merge/113604 --

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

2012-07-10 Thread Dennis Knochenwefel
Dennis Knochenwefel has proposed merging lp:~zorba-coders/zorba/bugs-1022495-and-1022494 into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Chris Hillery (ceejatec) Related bugs: Bug #1022494 in Zorba: fetch_bogus2 fails due to flworfound.org change https

[Zorba-coders] [Bug 1023862] [NEW] file:list($path, true()) can produce infinite loops on some filesystems

2012-07-12 Thread Dennis Knochenwefel
, these entries are not skipped and file:list will recursively infinitely list entries: /. /./. /././. /./././. /././././. /./././././. .. etc ** Affects: zorba Importance: High Assignee: Dennis Knochenwefel (dennis-knochenwefel) Status: New ** Tags: crash incorrect-result -- You

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

2012-07-12 Thread Dennis Knochenwefel
Dennis Knochenwefel has proposed merging lp:~zorba-coders/zorba/bug-1023862 into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) Till Westmann (tillw) Related bugs: Bug #1023862 in Zorba: file:list($path, true()) can produce infinite loops on some filesystems https

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

2012-07-12 Thread Dennis Knochenwefel
The proposal to merge lp:~zorba-coders/zorba/bug-1023862 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1023862/+merge/114621 --

[Zorba-coders] [Bug 1023862] Re: file:list($path, true()) can produce infinite loops on some filesystems

2012-07-12 Thread Dennis Knochenwefel
** Branch linked: lp:~zorba-coders/zorba/bug-1023862 ** 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/1023862 Title: file:list($path,

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

2012-07-13 Thread Dennis Knochenwefel
Why didn't you just assign the bug to me? (Or why don't you just assign it to me now?) did that. Thanks for helping. -- https://code.launchpad.net/~zorba-coders/zorba/bug-1023862/+merge/114621 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Bug 1023862] Re: file:list($path, true()) can produce infinite loops on some filesystems

2012-07-13 Thread Dennis Knochenwefel
** Changed in: zorba Assignee: Dennis Knochenwefel (dennis-knochenwefel) = Paul J. Lucas (paul-lucas) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1023862 Title: file:list($path, true

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

2012-07-13 Thread Dennis Knochenwefel
Public bug reported: 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 causes a whole

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

2012-07-13 Thread Dennis Knochenwefel
Review: Approve there was a change in src/store/naive/item.cpp that made the build fail on windows. After removing that it built fine and all file tests known to pass passed. perfect. -- https://code.launchpad.net/~zorba-coders/zorba/bug-1023862/+merge/114881 Your team Zorba Coders is

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

2012-07-13 Thread Dennis Knochenwefel
The proposal to merge lp:~zorba-coders/zorba/bug-1023862 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1023862/+merge/114881 --

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

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

2012-07-17 Thread Dennis Knochenwefel
The proposal to merge lp:~paul-lucas/zorba/bug-1024448 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-1024448/+merge/115248 -- https://code.launchpad.net/~paul-lucas/zorba/bug-1024448/+merge/115248

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

2012-07-17 Thread Dennis Knochenwefel
Review: Approve impressively simple. Tested on linux and windows. -- 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] [Bug 1025622] [NEW] incorrect JSON serialization of supplementory plane code points

2012-07-17 Thread Dennis Knochenwefel
Public bug reported: this bug is a follow-up of bug #1024448 Currently, the result of the following JSONiq query: let $message := #128074; return { message: $message } is serialized into incorrect JSON: { message : \ufff0\uff9f\uff91\uff8a } the correct result would be:

[Zorba-coders] [Bug 1025622] Re: incorrect JSON serialization of supplementory plane code points

2012-07-17 Thread Dennis Knochenwefel
I think that building zorba with option -DZORBA_WITH_JSON=ON is sufficient. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1025622 Title: incorrect JSON serialization of supplementory plane

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

2012-07-18 Thread Dennis Knochenwefel
Review: Needs Fixing looks good. only a small typo: %s/covert_surrogate/convert_surrogate/ -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/115403 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

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

2012-07-18 Thread Dennis Knochenwefel
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/115403 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-18 Thread Dennis Knochenwefel
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/115403 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/115403 Your team

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

2012-07-19 Thread Dennis Knochenwefel
Review: Needs Fixing http://json.org/ says that not only '' and '\' need to be escaped with a backslash but also a solidus '/'. And, some control characters have special backspace escapes: backspace (x8 - \b), formfeed (xC - \f), newline (xA - \n), carriage return (xD - \r) and HTab (x9 -

[Zorba-coders] [Bug 1026594] [NEW] system module crashes with signal 8: SIGFPE

2012-07-19 Thread Dennis Knochenwefel
Knochenwefel (dennis-knochenwefel) Status: In Progress ** Tags: crash ** Changed in: zorba Importance: Undecided = Critical ** Description changed: this is caused by code in src/com/zorba- xquery/www/modules/system.xq.src/system.cpp:218 division by 0. + + Sinlge core processors without

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1026594 into lp:zorba/system-module

2012-07-19 Thread Dennis Knochenwefel
Dennis Knochenwefel has proposed merging lp:~zorba-coders/zorba/bug-1026594 into lp:zorba/system-module. Requested reviews: Chris Hillery (ceejatec) Related bugs: Bug #1026594 in Zorba: system module crashes with signal 8: SIGFPE https://bugs.launchpad.net/zorba/+bug/1026594 For more

[Zorba-coders] [Bug 1026594] Re: system module crashes with signal 8: SIGFPE

2012-07-19 Thread Dennis Knochenwefel
** Changed in: zorba Status: New = In Progress ** Branch linked: lp:~zorba-coders/zorba/bug-1026594 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1026594 Title: system module crashes

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

2012-07-19 Thread Dennis Knochenwefel
Review: Needs Fixing cannot test it on windows as it doesn't currently build on windows (this doesn't have anything to do with this branch). on linux: The following tests FAILED: 1104 - test/rbkt/zorba/jsoniq/coll_dyn_03 (Failed) --

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

2012-07-19 Thread Dennis Knochenwefel
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-1025622/+merge/115636 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/bug-1026594 into lp:zorba/system-module

2012-07-21 Thread Dennis Knochenwefel
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-1026594/+merge/115717 Your team Zorba Coders is subscribed to branch lp:zorba/system-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1026594 into lp:zorba/system-module

2012-07-21 Thread Dennis Knochenwefel
The proposal to merge lp:~zorba-coders/zorba/bug-1026594 into lp:zorba/system-module has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1026594/+merge/115717 --

[Zorba-coders] [Bug 1026594] Re: system module crashes with signal 8: SIGFPE

2012-07-22 Thread Dennis Knochenwefel
** 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/1026594 Title: system module crashes with signal 8: SIGFPE Status in Zorba - The

[Zorba-coders] [Merge] lp:~dennis-knochenwefel/zorba/dennis-misc into lp:zorba

2013-01-22 Thread Dennis Knochenwefel
Dennis Knochenwefel has proposed merging lp:~dennis-knochenwefel/zorba/dennis-misc into lp:zorba. Commit message: subsequence rewrite if source sequence is coming from db:collection() function (pushing start position into collection skip). Requested reviews: Matthias Brantner (matthias

[Zorba-coders] [Merge] lp:~dennis-knochenwefel/zorba/dennis-misc into lp:zorba

2013-01-22 Thread Dennis Knochenwefel
The proposal to merge lp:~dennis-knochenwefel/zorba/dennis-misc into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~dennis-knochenwefel/zorba/dennis-misc/+merge/144373 -- https://code.launchpad.net/~dennis-knochenwefel/zorba

[Zorba-coders] [Merge] lp:~dennis-knochenwefel/zorba/dennis-misc into lp:zorba

2013-01-23 Thread Dennis Knochenwefel
The proposal to merge lp:~dennis-knochenwefel/zorba/dennis-misc into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~dennis-knochenwefel/zorba/dennis-misc/+merge/144373 -- https://code.launchpad.net/~dennis-knochenwefel/zorba

Re: [Zorba-coders] [Merge] lp:~dennis-knochenwefel/zorba/dennis-misc into lp:zorba

2013-01-31 Thread Dennis Knochenwefel
Review: Approve -- https://code.launchpad.net/~dennis-knochenwefel/zorba/dennis-misc/+merge/144373 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] [Merge] lp:~dennis-knochenwefel/zorba/dennis-misc into lp:zorba

2013-01-31 Thread Dennis Knochenwefel
The proposal to merge lp:~dennis-knochenwefel/zorba/dennis-misc into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~dennis-knochenwefel/zorba/dennis-misc/+merge/144373 -- https://code.launchpad.net/~dennis-knochenwefel/zorba

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

2013-04-10 Thread Dennis Knochenwefel
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-487/+merge/145868 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 :