[squeak-dev] Problem with project loading

H. Hirzel hannes.hirzel at gmail.com
Wed May 23 09:39:28 UTC 2018


Hello Karl

I wanted to have a look which morphs are in the

     GeeMailTest.001.pr

project file.  I dropped it into a Squeak 3.2 image and got a
#classVersion is not understood error. The same happens in a Squeak
3.6 image.

Which Squeak version did you use to produce the test file?

Best
Hannes

On 5/13/18, karl ramberg <karlramberg at gmail.com> wrote:
> 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 --------------
A non-text attachment was scrubbed...
Name: GeeMailTest.001.pr_Karl_Ramberg_2018-05-13_dropped into_Squeak3.2-4956.png
Type: image/png
Size: 74132 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180523/54d058f4/attachment-0001.png>


More information about the Squeak-dev mailing list