[squeak-dev] Class MethodProperties no longer in Squeak 6.0a // SmartRefStream initKnownRenames ?

H. Hirzel hannes.hirzel at gmail.com
Wed May 23 06:55:53 UTC 2018


Hello

The class MethodProperties which was in Squeak 5.1 and as well in
Squeak 3.10.2 is no longer in Squeak 6.0a. [1]

Thus a project from Squeak 3.10.2 (BabyIDE/SRE in this case) does not load.

It seems that the issue might be resolved by adding a new class to

     SmartRefStream initKnownRenames
     http://wiki.squeak.org/squeak/1124



  initKnownRenames
        renamed
                at: #FlasherMorph put: #Flasher;
                at: #AlansTextPlusMorph put: #TextPlusMorph;
                at: #Project put: #MorphicProject;
                at: #Presenter put: #EtoysPresenter;
                at: #InputSensor put: #EventSensor;
                yourself!

"(May 2018 version)"

Which new class name should be put there?

?

Regards
Hannes


[1] Attached is a screen shot of a search on the swiki
http://wiki.squeak.org/squeak/search?search=MethodProperties&casesensitive=false&and=true
The search shows that the class MethodProperties was still in Squeak 5.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Searching_for_class_MethodProperties_2018-05-23.png
Type: image/png
Size: 73377 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180523/7a186e3b/attachment-0001.png>


More information about the Squeak-dev mailing list