[BUG][FIX] Re: [updates] Beginning 2.9alpha

Bob Arning arning at charm.net
Tue Jun 13 13:41:37 UTC 2000


On Tue, 13 Jun 2000 14:42:25 +0200 Stefan Matthias Aust <sma at 3plus4.de> wrote:
>Hi, I just downloaded the latest 2.9a changes which I got an error (DNU 
>extent:) while saving my new image.  I should say that I always update a 
>virgin image in MVC mode.
>
>It happens in #snapshot, when #startUp: is send to PastUpMorph that again 
>calls "Display restoreMorphicDisplay."
>
>It seems that #getOuterMorphicWorld returns nil which obviously doesn't 
>understand #extent:.  It looks like the new code requires Morphic.
>
>The attached fix provides a workaround.  I simply changed
>
>restoreMorphicDisplay
>   ...
>   self getOuterMorphicWorld
>   ...
>
>to
>
>   (self getOuterMorphicWorld ifNil: [^ self])

Stefan, Georg, and other MVC afficionados,

My apoloigies. Change set 2401 did not get the testing in MVC that it so richly deserves. Please feel free to report any and all disturbances.

Cheers,
Bob





More information about the Squeak-dev mailing list