Issue 5091 in pharo: Can't add an instVar to Morph

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

Issue 5091 in pharo: Can't add an instVar to Morph

pharo
Status: New
Owner: ----
Labels: Milestone-1.3 Type-Bug

New issue 5091 by [hidden email]: Can't add an instVar to Morph
http://code.google.com/p/pharo/issues/detail?id=5091

When trying to add a new instance variable to Morph, we run into the error  
shown in the screenshot.

A dirty workaround to get the instVar added is to DoIt from a Workspace:

     [ ClassBuilder beSilent: true.
         Morph addInstVarNamed: 'someInstVar'.
         ClassBuilder beSilent: false ] fork.

     SystemWindow allSubInstancesDo: [:each | each delete]

Attachments:
        bug.png  54.2 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5091 in pharo: Can't add an instVar to Morph

pharo
Updates:
        Status: Accepted

Comment #1 on issue 5091 by [hidden email]: Can't add an instVar to  
Morph
http://code.google.com/p/pharo/issues/detail?id=5091

The fix does not work in 1.4. See  
http://forum.world.st/Morph-s-flags-instVar-td3599438.html


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5091 in pharo: Can't add an instVar to Morph

pharo
Updates:
        Status: WontFix

Comment #2 on issue 5091 by [hidden email]: Can't add an instVar to  
Morph
http://code.google.com/p/pharo/issues/detail?id=5091

(No comment was entered for this change.)


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