Re: [Pharo-dev] Critical ClassBuilder bug

2013-12-25 Thread Stéphane Ducasse
Ok I do not understand why I just receive today these old mails :) On 25 Dec 2013, at 20:53, Marcus Denker wrote: > > On 25 Dec 2013, at 20:42, Stéphane Ducasse wrote: > >> Guillermo >> >> do you have a test because we should really cover the classBuilder with such >> scenario? >> > > Yes

Re: [Pharo-dev] Critical ClassBuilder bug

2013-12-25 Thread Marcus Denker
On 25 Dec 2013, at 20:42, Stéphane Ducasse wrote: > Guillermo > > do you have a test because we should really cover the classBuilder with such > scenario? > Yes, tests and the fix have been integrated last friday. > Stef > On 17 Dec 2013, at 16:59, Guillermo Polito wrote: > >> Hi!! >> >>

Re: [Pharo-dev] Critical ClassBuilder bug

2013-12-25 Thread Stéphane Ducasse
Guillermo do you have a test because we should really cover the classBuilder with such scenario? Stef On 17 Dec 2013, at 16:59, Guillermo Polito wrote: > Hi!! > > I started this afternoon to see a bug on class bindings on trait methods. > This one: > https://pharo.fogbugz.com/f/cases/11756/

[Pharo-dev] Critical ClassBuilder bug

2013-12-17 Thread Guillermo Polito
Hi!! I started this afternoon to see a bug on class bindings on trait methods. This one: https://pharo.fogbugz.com/f/cases/11756/Reshaping-a-class-breaks-classBinding-identity Now, after playing and moving around that, I noticed that the problem is worse: 1)Create Class A. 2)Create method A>>m1.