art the release process.
Thanks !
Andi..
Thomas
-Ursprüngliche Nachricht-
Von: Andi Vajda [mailto:va...@apache.org]
Gesendet: Donnerstag, 3. Mai 2012 20:14
An: pylucene-dev@lucene.apache.org
Betreff: Re: AW: AW: AW: AW: PyLucene use JCC shared object by default
...
I fixed your patch to use
> > As far as I understand
> > elem0 = jArray[0] -> yields python object
> >
> > elem0 = arrayList.get(0) -> yields wrapped Java object
> >
> > Not sure if that's intended. In that case the test should be fixed ,-)
>
> If the array is an array of object, then objects you get, including
instances o
On Thu, 3 May 2012, Thomas Koch wrote:
thanks for the fixes and cleanup! I've updated from SVN and wrote the unit
test. Runs withtout errors (Tracebacks etc.) now, however there may be
some slight type mismatch issue still: the comparison of objects retrieved
from JArray and ArrayList respect
On Thu, 3 May 2012, Thomas Koch wrote:
thanks for the fixes and cleanup! I've updated from SVN and wrote the unit
test. Runs withtout errors (Tracebacks etc.) now, however there may be
some slight type mismatch issue still: the comparison of objects retrieved
from JArray and ArrayList respect
Andi,
thanks for the fixes and cleanup! I've updated from SVN and wrote the unit
test. Runs withtout errors (Tracebacks etc.) now, however there may be some
slight type mismatch issue still: the comparison of objects retrieved from
JArray and ArrayList respectively with the objects from the init