[Zorba-coders] [Bug 921458] [NEW] file:read-text-lines() not streaming?

2012-01-25 Thread William Candillon
Public bug reported: I wrote the following query: import module namespace file =http://expath.org/ns/file;; for $line at $i in file:read-text-lines(doc.xml) return if($i lt 1104869) then () else concat($line, ) Where doc.xml is a large document. The result of the query is not streaming and

[Zorba-coders] [Bug 921458] Re: file:read-text-lines() not streaming?

2012-01-25 Thread William Candillon
Here's the file: http://dl.dropbox.com/u/1487285/doc.xml -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/921458 Title: file:read-text-lines() blocking Status in Zorba - The XQuery Processor:

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/functx-uri-fix into lp:zorba

2012-01-25 Thread Sorin Marian Nasoi
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/functx-uri-fix/+merge/88012 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 921458] Re: file:read-text-lines() blocking

2012-01-25 Thread William Candillon
** Summary changed: - file:read-text-lines() not streaming? + file:read-text-lines() blocking ** Description changed: I wrote the following query: import module namespace file =http://expath.org/ns/file;; - + for $line at $i in file:read-text-lines(doc.xml) return - if($i lt

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/functx-uri-fix into lp:zorba

2012-01-25 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/functx-uri-fix into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/functx-uri-fix/+merge/88012 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/functx-uri-fix into lp:zorba

2012-01-25 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/functx-uri-fix into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/functx-uri-fix/+merge/88012 --

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

2012-01-25 Thread Markos Zaharioudakis
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/markos-scratch into lp:zorba. Requested reviews: Markos Zaharioudakis (markos-za) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/90067 Fixed bug involving positional var and groupby

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

2012-01-25 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/90067 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/markos-scratch into lp:zorba

2012-01-25 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/90067 --

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

2012-01-25 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/markos-scratch-2012-01-25T10-27-02.251Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/90067 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing

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

2012-01-25 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/90067 --

[Zorba-coders] [Bug 909375] Re: some XQueryX full text test fail because of wrong spec file

2012-01-25 Thread Sorin Marian Nasoi
The following Thesaurus tests fail as well: 41271 - test/rbkt/w3c_full_text_testsuite/XQueryX/UseCase/UseCase-FULL-TEXT-COMPOSABILITY/full-text-composability-queries-results-q3 (Failed) 41272 -

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

2012-01-25 Thread William Candillon
SWIG is generating a proxy file to use the extension it generates. However, depending on the version of swig your using this proxy is broken. As it turns out, all other projects depending on swig are experiencing the same issue:

[Zorba-coders] [Bug 921638] [NEW] Access function signatures in XQDoc

2012-01-25 Thread William Candillon
Public bug reported: There is no way to access in detail the function signature with XQDoc. For instance with fn:QName: xqdoc:function arity=2 xqdoc:comment xqdoc:seefor semantics please check a href=http://www.w3.org/TR/xpath-functions-30/#func-QName;fn:QName/a

[Zorba-coders] [Bug 919755] Re: Make Zorba APIs more prominents in website

2012-01-25 Thread William Candillon
I don't understand, could you please elaborate? -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/919755 Title: Make Zorba APIs more prominents in website Status in Zorba - The XQuery Processor:

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

2012-01-25 Thread Zorba Build Bot
The proposal to merge lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/90136 --

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

2012-01-25 Thread Matthias Brantner
The proposal to merge lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/90136 --

[Zorba-coders] [Bug 921624] Re: testdriver_mt and OptionalFeatureErrors

2012-01-25 Thread Chris Hillery
In fact, I believe this is a recurrence of the problem mentioned in bug 867026 - some of these tests load schemas from bogus URLs on example.com, and those URLs redirect to a very slow site which takes 30 seconds to time out. At some point, this stopped happening, but apparently it is happening

[Zorba-coders] [Bug 921624] Re: testdriver_mt and OptionalFeatureErrors

2012-01-25 Thread Chris Hillery
Cezar suggested putting the XHTML DTD on the local filesystem so Zorba loads it from there rather than contacting w3.org. That should work; I'll try it. ** Changed in: zorba Assignee: Cezar Andrei (cezar-andrei) = Chris Hillery (ceejatec) -- You received this bug notification because you

Re: [Zorba-coders] [Bug 919755] Re: Make Zorba APIs more prominents in website

2012-01-25 Thread William Candillon
That makes a lot of sense indeed. On Wed, Jan 25, 2012 at 6:03 PM, Cezar Andrei 919...@bugs.launchpad.net wrote: Click on java Api, should go to it's page. ** Changed in: zorba     Assignee: Cezar Andrei (cezar-andrei) = William Candillon (wcandillon) -- You received this bug notification

[Zorba-coders] [Bug 919757] Re: Add documentation from old zorba releases

2012-01-25 Thread Cezar Andrei
In the Download page you can find: Previous Debian packages are available in the old repository. Documentation for them is available here. here link doesn't go anywhere. Also the style of the text in the download page is all over the place, make it consistent with the rest of the pages. **

[Zorba-coders] [Bug 919757] Re: Add documentation from old zorba releases

2012-01-25 Thread William Candillon
I've updated the page at http://zorba.my28msec.com/html/download The fix is pushed to the branch too. ** Changed in: zorba Assignee: William Candillon (wcandillon) = Cezar Andrei (cezar-andrei) -- You received this bug notification because you are a member of Zorba Coders, which is the

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

2012-01-25 Thread Sorin Marian Nasoi
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/testsuites_update/+merge/90210 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 918211] Re: xqueryx fulltext w3c conformance generation

2012-01-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/testsuites_update -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/918211 Title: xqueryx fulltext w3c conformance generation Status in Zorba - The

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

2012-01-25 Thread Chris Hillery
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/fix-bug621624/+merge/90231 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/fix-bug621624 into lp:zorba

2012-01-25 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/fix-bug621624 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-bug621624/+merge/90231 --

[Zorba-coders] [Bug 921624] Re: testdriver_mt and OptionalFeatureErrors

2012-01-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/fix-bug621624 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/921624 Title: testdriver_mt and OptionalFeatureErrors Status in Zorba - The XQuery

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

2012-01-25 Thread Chris Hillery
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/testsuites_update/+merge/90210 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/testsuites_update into lp:zorba

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

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

2012-01-25 Thread Zorba Build Bot
Validation queue job fix-bug621624-2012-01-26T01-27-57.218Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/fix-bug621624/+merge/90231 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-01-25 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve 1, Disapprove 1. Got: 1 Approve, 1 Pending. -- https://code.launchpad.net/~zorba-coders/zorba/fix-bug621624/+merge/90231 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders

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

2012-01-25 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/testsuites_update-2012-01-26T01-45-00.946Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/testsuites_update/+merge/90210 Your team Zorba Coders is subscribed to branch lp:zorba. --

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

2012-01-25 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/fix-bug621624 into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-bug621624/+merge/90231 --

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

2012-01-25 Thread Chris Hillery
Confirmed that this fix reduces the time to run XQTS from 550 seconds to 110. -- https://code.launchpad.net/~zorba-coders/zorba/fix-bug621624/+merge/90231 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

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

2012-01-25 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/testsuites_update into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/testsuites_update/+merge/90210 --

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

2012-01-25 Thread Chris Hillery
FYI, the regressions for xqts-xquery and xqts-xqx are the same 6 tests: REGRESSION:758:test/rbkt/w3c_testsuite/XQuery/FunctX/functx-fn-tokenize/functx-fn-tokenize-all REGRESSION:762:test/rbkt/w3c_testsuite/XQuery/FunctX/functx-fn-tokenize/functx-fn-tokenize-7

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

2012-01-25 Thread Chris Hillery
Out of curiousity, why are there additional regressions being added to the w3c_known_failures file with these changes? What changes in this merge would affect the results of running XQTS? -- https://code.launchpad.net/~zorba-coders/zorba/testsuites_update/+merge/90210 Your team Zorba Coders is

[Zorba-coders] [Bug 919757] Re: Add documentation from old zorba releases

2012-01-25 Thread Matthias Brantner
Does it make sense to have a big Mac Installer Download button if we don't provide a Mac installer? -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/919757 Title: Add documentation from old zorba

[Zorba-coders] [Bug 920721] Re: json 2.0 bug: wrong behavior for parsing empty value

2012-01-25 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/920721 Title: json 2.0 bug: wrong behavior for parsing empty value Status in Zorba - The

[Zorba-coders] [Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))

2012-01-25 Thread Paul J. Lucas
I think this is happening because of the was json:parse() is declared to return an element(*,xs:untyped)*. I need help to (1) confirm and (2) how to fix it. I don't think this bug has anything to do with my JSON parsing/serializing code per se. -- You received this bug notification because you

[Zorba-coders] [Bug 920722] Re: json 2.0 bug: comment nodes should be ignored by json:serialize

2012-01-25 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/920722 Title: json 2.0 bug: comment nodes should be ignored by json:serialize Status in

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

2012-01-25 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/907070 Title: Item API needs operator Status in Zorba - The XQuery Processor: In Progress

[Zorba-coders] [Bug 866933] Re: test/unit/string_test failing on Windows

2012-01-25 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/866933 Title: test/unit/string_test failing on Windows Status in Zorba - The XQuery Processor:

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

2012-01-25 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/866926 Title: xquery-xpath-composability-queries-results-q9 Status in Zorba - The XQuery