Manuscript (Case [Issue]21725) Refactoring - Class builder does not take into account slot definition changes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]21725) Refactoring - Class builder does not take into account slot definition changes

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Refactoring: 1. Pharo Image  •  You are subscribed to this case
Confirmed also fixed the problem I reported on the ML .

Step 1:

Object subclass: #ClassWithSlot
    slots: { #var1 => ExampleSlotWithDefaultValue default: 10 }
    classVariables: {}
    category: 'MyPackage'

Step 2 (verify given):

C2 new var1 "=> 10"

Step 3 (change default to 100):

Object subclass: #ClassWithSlot
    slots: { #var1 => ExampleSlotWithDefaultValue default: 100 }
    classVariables: {}
    category: 'MyPackage'

Step 4 (verify slot updated):

 C2 new var1 "=> 100"
Priority Priority: 2 – Really Important Status Status: Resolved (Fix Integrated)
Assigned To Assigned to: CLOSED Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker