[pypy-dev] base class hierarchy for string objects breaks translation

Antonio Cuni anto.cuni at gmail.com
Wed Mar 14 18:03:41 CET 2012


Hi Wim,

On 03/14/2012 05:53 PM, wlavrijsen at lbl.gov wrote:
> Hi,
> 
> the new "mixin" base classes for the new W_StringObject hierarchy are
> missing a "_mixin_=True" statement, leading to the error message below.
> 
> I added those statements (also needed in the mixin base class), but that
> still was not enough to get the translation much further.
> 
> Ideas, fix?

those checkins should have never gone into default, the belonged to a branch.
As an additional annoyance, there were two heads on default, one "wrong" with
the W_StringObject changes and one "right".

I closed the "wrong" one and merged it into the bytearray-refactor branch, so
now the situation should be fixed on default. Most probably, it's enough to
merge default again into your branch and things will work again :-).

ciao,
Anto


More information about the pypy-dev mailing list