Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-03 Thread Mariano Martinez Peck
On Sun, Oct 3, 2010 at 9:31 AM, Lukas Renggli wrote: > This works for me. > > 'superclassName' is the superclass name, but contains the definition > which should be in the variable 'definition'. > > Looks like you need to recompile your image, the instance variable > indexes seem to be messed up.

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-03 Thread Lukas Renggli
This works for me. 'superclassName' is the superclass name, but contains the definition which should be in the variable 'definition'. Looks like you need to recompile your image, the instance variable indexes seem to be messed up. Another bug I noticed in the ClassBuilder is that existing instan

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-02 Thread Mariano Martinez Peck
On Sat, Oct 2, 2010 at 8:02 PM, Lukas Renggli wrote: > It works for me, are you sure to use the latest code? > yep. I tried to evaluate: ProtoObject subclass: #RBSemanticTest instanceVariableNames: 'instVar' classVariableNames: 'ClassVar' poolDictionaries: '' category: 'AST-Tes

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-02 Thread Lukas Renggli
It works for me, are you sure to use the latest code? 2010/10/2 Mariano Martinez Peck : > > > On Sat, Oct 2, 2010 at 1:54 PM, Lukas Renggli wrote: >> >> Ok, I fixed that. The refactoring engine now supports all the 24 (!!!) >> distinct patterns of defining a subclass/trait in Pharo (see below). >

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-02 Thread Mariano Martinez Peck
On Sat, Oct 2, 2010 at 1:54 PM, Lukas Renggli wrote: > Ok, I fixed that. The refactoring engine now supports all the 24 (!!!) > distinct patterns of defining a subclass/trait in Pharo (see below). > > Name: Refactoring-Changes-lr.15 > Author: lr > Time: 2 October 2010, 1:50:13 pm > UUID: 8209

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-02 Thread Lukas Renggli
Ok, I fixed that. The refactoring engine now supports all the 24 (!!!) distinct patterns of defining a subclass/trait in Pharo (see below). Name: Refactoring-Changes-lr.15 Author: lr Time: 2 October 2010, 1:50:13 pm UUID: 82093dfb-e7f2-4ff7-afe7-ac7196632196 Ancestors: Refactoring-Change

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-02 Thread Lukas Renggli
> Lukas, now I have another problem. I am not sure if it is OB latest code > related, but I think so. No, that was always the case. > If you take any class, suppose RBSemanticTest and go to its definition. > Change it so that it extends from ProtoObject instead of TestCase. When you > accept the

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-02 Thread Mariano Martinez Peck
Lukas, now I have another problem. I am not sure if it is OB latest code related, but I think so. If you take any class, suppose RBSemanticTest and go to its definition. Change it so that it extends from ProtoObject instead of TestCase. When you accept the code (save it), the browser goes directly

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-09-30 Thread Mariano Martinez Peck
Thanks Lukas. It is working now. Cheers Mariano On Thu, Sep 30, 2010 at 8:44 PM, Lukas Renggli wrote: > The latest OB and Refactory code should fix this and a couple of related > issues. > > Lukas > > On 30 September 2010 12:11, Lukas Renggli wrote: > > Strange, I'll look into it later today.

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-09-30 Thread Lukas Renggli
The latest OB and Refactory code should fix this and a couple of related issues. Lukas On 30 September 2010 12:11, Lukas Renggli wrote: > Strange, I'll look into it later today. > > Lukas > > On Thursday, September 30, 2010, Mariano Martinez Peck > wrote: >> Hi Lukas. I am using latest OB + RB

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-09-30 Thread Lukas Renggli
Strange, I'll look into it later today. Lukas On Thursday, September 30, 2010, Mariano Martinez Peck wrote: > Hi Lukas. I am using latest OB + RB in PharoDev 1.1 and I have a problem > trying to add a class variable. > > To reprpoduce > 1) take any class, for example TestCase. > 2) Go to the cl