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.
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
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
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).
>
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
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
> 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
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
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.
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
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
11 matches
Mail list logo