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

[VOTE] Release PyLucene 4.10.1-0

2014-09-29 Thread Andi Vajda
The PyLucene 4.10.1-0 release tracking today's release of Apache Lucene 4.10.1 is ready. *** *** Starting with release 4.8.0, Lucene now requires Java 1.7 at the minimum. Using Java 1.6 with Lucene 4.8.0 and newer is not supported. On Mac OS X, Java 6 is still a common default, plea