Re: [pypy-dev] graph not in self.fixed_graphs

2012-08-25 Thread Armin Rigo
Hi Timothy, On Sat, Aug 25, 2012 at 4:16 PM, Timothy Baldridge wrote: > [translation:ERROR] llvalue = r_value.convert_const(dictvalue) > [translation:ERROR]File "/home/tim/pypy/pypy/rpython/rclass.py", line > 322, in convert_const > [translation:ERROR] classdef = bk.getuniqueclassdef(

Re: [pypy-dev] graph not in self.fixed_graphs

2012-08-25 Thread Timothy Baldridge
Here's the complete traceback: [translation:ERROR] Error: [translation:ERROR] Traceback (most recent call last): [translation:ERROR]File "/home/tim/pypy/pypy/translator/goal/translate.py", line 308, in main [translation:ERROR] drv.proceed(goals) [translation:ERROR]File "/home/tim/pypy

Re: [pypy-dev] graph not in self.fixed_graphs

2012-08-25 Thread Armin Rigo
Hi Timothy, On Sat, Aug 25, 2012 at 3:26 PM, Timothy Baldridge wrote: > ... > [translation:ERROR] assert graph not in self.fixed_graphs > [translation:ERROR] AssertionError For this case, we'd need to see the complete traceback. It's a situation of finding out late the existence of some ex

[pypy-dev] graph not in self.fixed_graphs

2012-08-25 Thread Timothy Baldridge
I'm back ;-) [translation:ERROR]File "/home/tim/pypy/pypy/annotation/classdef.py", line 176, in setup [translation:ERROR] self.add_source_for_attribute(name, source) [translation:ERROR]File "/home/tim/pypy/pypy/annotation/classdef.py", line 193, in add_source_for_attribute [translation