Issue 5706 in pharo: Rename class not working

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

Issue 5706 in pharo: Rename class not working

pharo
Status: New
Owner: ----
Labels: Nautilus

New issue 5706 by [hidden email]: Rename class not working
http://code.google.com/p/pharo/issues/detail?id=5706

1. Take Pharo 1.4
2. Load the latest Nautilus Configuration
3. Right on a class in the browser then "Rename"


Got:
SpecBinder class>> specFor: aSymbol ifAbsent: aBlock
   ^ bindings at: aSymbol ifAbsent: aBlock

bindings is nil.

Everything works if I execute the "initilize" method of SpecBinder class.


_______________________________________________
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 5706 in pharo: Rename class not working

pharo
Updates:
        Labels: -Nautilus

Comment #1 on issue 5706 by [hidden email]: Rename class not working
http://code.google.com/p/pharo/issues/detail?id=5706

In fact, it comes from Spec :s

I (again) miss-spelled initialize ...
Should be fixed in the next iteration


_______________________________________________
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 5706 in pharo: Rename class not working

pharo
Updates:
        Status: Closed

Comment #2 on issue 5706 by [hidden email]: Rename class not working
http://code.google.com/p/pharo/issues/detail?id=5706

FIx is in 2.0


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