Re: [VOTE] Release PyLucene 4.10.1-0

2014-10-01 Thread Andi Vajda
This vote has failed, a regression bug was found. Andi.. On Wed, 1 Oct 2014, Andi Vajda wrote: On Wed, 1 Oct 2014, Aric Coady wrote: On Oct 1, 2014, at 11:49 AM, Andi Vajda wrote: On Tue, 30 Sep 2014, Andi Vajda wrote: On Tue, 30 Sep 2014, Aric Coady wrote: I?ve found a regression in

Re: [VOTE] Release PyLucene 4.10.1-0

2014-10-01 Thread Andi Vajda
On Wed, 1 Oct 2014, Aric Coady wrote: On Oct 1, 2014, at 11:49 AM, Andi Vajda wrote: On Tue, 30 Sep 2014, Andi Vajda wrote: On Tue, 30 Sep 2014, Aric Coady wrote: I?ve found a regression involving Python* classes. If the overridden methods raise an error, it?s causing a crash instead o

Re: [VOTE] Release PyLucene 4.10.1-0

2014-10-01 Thread Aric Coady
On Oct 1, 2014, at 11:49 AM, Andi Vajda wrote: > On Tue, 30 Sep 2014, Andi Vajda wrote: > >> >> On Tue, 30 Sep 2014, Aric Coady wrote: >> >>> I?ve found a regression involving Python* classes. If the overridden >>> methods raise an error, it?s causing a crash instead of propagating the >>> e

Re: [VOTE] Release PyLucene 4.10.1-0

2014-10-01 Thread Andi Vajda
On Tue, 30 Sep 2014, Andi Vajda wrote: On Tue, 30 Sep 2014, Aric Coady wrote: I?ve found a regression involving Python* classes. If the overridden methods raise an error, it?s causing a crash instead of propagating the error. Here?s a simple example: from org.apache.pylucene.search impo

Re: [VOTE] Release PyLucene 4.10.1-0

2014-09-30 Thread Andi Vajda
On Tue, 30 Sep 2014, Aric Coady wrote: I?ve found a regression involving Python* classes. If the overridden methods raise an error, it?s causing a crash instead of propagating the error. Here?s a simple example: from org.apache.pylucene.search import PythonFilter class Filter(PythonFilter)

Re: [VOTE] Release PyLucene 4.10.1-0

2014-09-30 Thread Aric Coady
I’ve found a regression involving Python* classes. If the overridden methods raise an error, it’s causing a crash instead of propagating the error. Here’s a simple example: from org.apache.pylucene.search import PythonFilter class Filter(PythonFilter): "Broken filter to test errors are rai