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

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

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

[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 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-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 William Candillon
So what do we do? -- 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 description:

[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] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-11-30 Thread Matthias Brantner
Paul, could you please investigate this issue. Does William's patch resolve this? ** Changed in: zorba Assignee: (unassigned) = Paul J. Lucas (paul-lucas) ** Changed in: zorba Milestone: None = 2.2 -- You received this bug notification because you are a member of Zorba Coders, which

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

2011-11-30 Thread William Candillon
My patch is a little bit buggy but gives an idea on how to solve the problem. Should I continue on the issue and make a merge proposal or I leave it to Paul? -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

[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] [Bug 898075] Re: fn:string-to-codepoints() doesn't stream

2011-11-30 Thread Matthias Brantner
I'm not sure I understand comment #5. -- 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-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