[Zorba-coders] [Bug 928631] Re: wrong static context in built-in function in full-text module

2012-03-29 Thread Matthias Brantner
** 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/928631 Title: wrong static context in built-in function in full-text module

[Zorba-coders] [Bug 928631] Re: wrong static context in built-in function in full-text module

2012-02-17 Thread Paul J. Lucas
I found and fixed it. ** 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/928631 Title: wrong static context in built-in function in

[Zorba-coders] [Bug 928631] Re: wrong static context in built-in function in full-text module

2012-02-16 Thread Markos Zaharioudakis
Just step with the debugger through TokenizeIterator::nextImpl() and you will see it yourself. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/928631 Title: wrong static context in built-in

[Zorba-coders] [Bug 928631] Re: wrong static context in built-in function in full-text module

2012-02-15 Thread Markos Zaharioudakis
The original bug (for which this report was opened) has been fixed. The test ft-module-tokenize-1.xq fails due to a bug in the TokenizeIterator::nextImpl(). I assume this is Paul's code, so Paul should take a look. -- You received this bug notification because you are a member of Zorba Coders,

[Zorba-coders] [Bug 928631] Re: wrong static context in built-in function in full-text module

2012-02-14 Thread Paul J. Lucas
This still hasn't been fixed. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/928631 Title: wrong static context in built-in function in full-text module Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 928631] Re: wrong static context in built-in function in full-text module

2012-02-10 Thread Markos Zaharioudakis
** 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/928631 Title: wrong static context in built-in function in full-text module Status in

[Zorba-coders] [Bug 928631] Re: wrong static context in built-in function in full-text module

2012-02-10 Thread Paul J. Lucas
When I run the test ft-module-tokenize-1.xq, it dumps core: #0 0x00011163b356 in zorba::store::ItemHandlezorba::store::Item::operator=zorba::simplestore::TokenItem (this=0x0, rhs=0x7fe7e868d290) at item_handle.h:127 #1 0x00011162d13e in

[Zorba-coders] [Bug 928631] Re: wrong static context in built-in function in full-text module

2012-02-08 Thread Matthias Brantner
The following query can be used to reproduce the bug with the branch at https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module. import module namespace ft = http://www.zorba-xquery.com/modules/full- text; ft:tokenizer-properties(xs:language(en)) The failing validation call is made at