On Wed, 20 Feb 2008, Bill Janssen wrote:

Here's a patch:

Index: jcc/jcc/cpp.py
===================================================================
--- jcc/jcc/cpp.py      (revision 382)
+++ jcc/jcc/cpp.py      (working copy)
@@ -627,6 +627,7 @@
        for field in instanceFields:
            fieldType = field.getType()
            fieldName = field.getName()
+            modifiers = field.getModifiers()
            line(out, indent, '%s _get_%s() const;',
                 typename(fieldType, cls, False), fieldName)
            if not Modifier.isFinal(modifiers):
Index: jcc/setup.py
===================================================================

Indeed, that's clearly bogus.

Fix applied, thanks !

Andi..
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to