[squeak-dev] Problem with project loading

karl ramberg karlramberg at gmail.com
Sun May 13 13:23:44 UTC 2018


Hi,
I ran across this issue when loading project in attachment.

SmartRefStream>>reshapedClassesIn:
--
 originalName := renamed keyAtValue: outp name
ifAbsent: [renamedConv at: ind ifAbsent: [outp name]].

It will wrongfully give #TextPlusMorph originalName #AlansTextPlusMorph
because of:

SmartRefStream>>initKnownRenames
renamed
at: #FlasherMorph put: #Flasher;
at: #AlansTextPlusMorph put: #TextPlusMorph;
at: #Project put: #MorphicProject;
at: #Presenter put: #EtoysPresenter;
yourself

How do we best guard against false positives here ?

Best,
Karl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180513/62afbc14/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: GeeMailTest.001.pr
Type: application/octet-stream
Size: 13932 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180513/62afbc14/attachment.obj>


More information about the Squeak-dev mailing list