Activity log for bug #921458

Date Who What changed Old value New value Message
2012-01-25 09:02:05 William Candillon bug added bug
2012-01-25 09:02:14 William Candillon zorba: importance Undecided High
2012-01-25 09:02:17 William Candillon zorba: milestone 2.2
2012-01-25 09:23:27 William Candillon summary file:read-text-lines() not streaming? file:read-text-lines() blocking
2012-01-25 09:23:39 William Candillon description 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 its memory footprint is huge. 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 seems to never end and its memory footprint is huge.
2012-02-01 11:56:04 William Candillon zorba: importance High Critical
2012-02-01 20:44:58 Matthias Brantner zorba: assignee Paul J. Lucas (paul-lucas)
2012-02-02 01:42:17 Paul J. Lucas zorba: assignee Paul J. Lucas (paul-lucas) Matthias Brantner (matthias-brantner)
2012-02-15 03:20:15 Matthias Brantner zorba: assignee Matthias Brantner (matthias-brantner) William Candillon (wcandillon)
2012-03-22 14:35:07 Matthias Brantner zorba: milestone 2.2 2.5
2012-04-11 16:07:49 Matthias Brantner zorba: assignee William Candillon (wcandillon) Matthias Brantner (matthias-brantner)
2012-04-13 09:01:43 Matthias Brantner zorba: status New In Progress
2012-04-13 09:02:21 Launchpad Janitor branch linked lp:~zorba-coders/zorba/bug-921458
2012-04-16 15:18:56 Zorba Build Bot zorba: status In Progress Fix Committed
2012-06-12 23:18:33 Dana Florescu zorba: status Fix Committed Fix Released