Thanks. Bill
Andi Vajda <va...@apache.org> 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 <module> > >> 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: <Type: ?> > >> > >