Return-Path: Delivered-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Received: (qmail 56104 invoked from network); 4 Mar 2011 05:44:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Mar 2011 05:44:57 -0000 Received: (qmail 7762 invoked by uid 500); 4 Mar 2011 05:44:56 -0000 Delivered-To: apmail-lucene-pylucene-dev-archive@lucene.apache.org Received: (qmail 7740 invoked by uid 500); 4 Mar 2011 05:44:56 -0000 Mailing-List: contact pylucene-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-dev@lucene.apache.org Received: (qmail 7692 invoked by uid 99); 4 Mar 2011 05:44:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 05:44:56 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of janssen@parc.com designates 13.1.64.93 as permitted sender) Received: from [13.1.64.93] (HELO alpha.xerox.com) (13.1.64.93) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 05:44:49 +0000 Received: from parc.com ([13.1.102.103]) by alpha.xerox.com with SMTP id <167842(1)>; Thu, 3 Mar 2011 21:44:23 PST To: pylucene-dev@lucene.apache.org Subject: Re: issue with automatic iterable detection? In-reply-to: References: <40057.1298761662@parc.com> <68762.1298830136@parc.com> <46323.1299192135@parc.com> <49996.1299203154@parc.com> Comments: In-reply-to Andi Vajda message dated "Thu, 03 Mar 2011 19:49:45 -0800." Cc: janssen@parc.com X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.1.90 Date: Thu, 3 Mar 2011 21:44:23 PST Message-ID: <68200.1299217463@parc.com> From: Bill Janssen Thanks. Bill Andi Vajda wrote: > > On Thu, 3 Mar 2011, Andi Vajda wrote: > > > On Thu, 3 Mar 2011, Bill Janssen wrote: > > > >> Did a fresh checkout and here's the next issue. > >> > >> This one may be harder to fix... > > > > No, it's just another one of these Type classes, WildcardType. > > I should have a fix shortly. Sorry for the mess. > > Fixed in rev trunk/branch_3x 1077171. > > Andi.. > > > > > Andi.. > > > >> > >> Bill > >> > >> Traceback (most recent call last): > >> File "/usr/lib/python2.6/runpy.py", line 122, in _run_module_as_main > >> "__main__", fname, loader, pkg_name) > >> File "/usr/lib/python2.6/runpy.py", line 34, in _run_code > >> exec code in run_globals > >> File > >> "/usr/local/lib/python2.6/dist-packages/JCC-2.7-py2.6-linux-x86_64.egg/jcc/__main__.py", > >> line 98, in > >> cpp.jcc(sys.argv) > >> File > >> "/usr/local/lib/python2.6/dist-packages/JCC-2.7-py2.6-linux-x86_64.egg/jcc/cpp.py", > >> line 551, in jcc > >> addRequiredTypes(cls, typeset, generics) > >> File > >> "/usr/local/lib/python2.6/dist-packages/JCC-2.7-py2.6-linux-x86_64.egg/jcc/cpp.py", > >> line 233, in addRequiredTypes > >> addRequiredTypes(cls, typeset, True) > >> File > >> "/usr/local/lib/python2.6/dist-packages/JCC-2.7-py2.6-linux-x86_64.egg/jcc/cpp.py", > >> line 238, in addRequiredTypes > >> addRequiredTypes(ta, typeset, True) > >> File > >> "/usr/local/lib/python2.6/dist-packages/JCC-2.7-py2.6-linux-x86_64.egg/jcc/cpp.py", > >> line 238, in addRequiredTypes > >> addRequiredTypes(ta, typeset, True) > >> File > >> "/usr/local/lib/python2.6/dist-packages/JCC-2.7-py2.6-linux-x86_64.egg/jcc/cpp.py", > >> line 243, in addRequiredTypes > >> raise NotImplementedError, repr(cls) > >> NotImplementedError: > >> > >