Hi Wim, On 03/14/2012 05:53 PM, [email protected] 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 _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
