ImagePack - KernelImage, MinimalMorphic, EToys

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

ImagePack - KernelImage, MinimalMorphic, EToys

Pavel Krivanek
Hi all,

I have prepared the set of images in one archive (17MB) that shows
current status of my Squeak modularization effort. This archive
includes latest:

KernelImage (2,8 MB)
KernelImage  with Monticello (3,4 MB)
MinimalMorphic (7,7MB)
EToys (12,4 MB)

Please play with it, prepare fixes etc.

Download: http://comtalk.net/public/pub/KernelImage/ImagePack20070212.zip
Next information: http://www.comtalk.net/Squeak/98

Cheers,
-- Pavel

Reply | Threaded
Open this post in threaded view
|

Re: ImagePack - KernelImage, MinimalMorphic, EToys

Klaus D. Witzel
Hi Pavel,

on Mon, 12 Feb 2007 20:22:12 +0100, you wrote:

> Hi all,
>
> I have prepared the set of images in one archive (17MB) that shows
> current status of my Squeak modularization effort. This archive
> includes latest:
>
> KernelImage (2,8 MB)

Thank you! (so small # of classes and methods :)

> KernelImage  with Monticello (3,4 MB)
> MinimalMorphic (7,7MB)
> EToys (12,4 MB)
>
> Please play with it, prepare fixes etc.

Playing with MinimalMorphic.image, after World > do > edit this list  
(added the inevitable, #garbageCollect), thereafter got DNUs. Each log  
file from a separate session (= fresh start). Using win32 XP and the  
recent 3.9.2 VM.

/Klaus

> Download: http://comtalk.net/public/pub/KernelImage/ImagePack20070212.zip
> Next information: http://www.comtalk.net/Squeak/98
>
> Cheers,
> -- Pavel
>
>




SqueakDebug2.log (5K) Download Attachment
SqueakDebug1.log (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: ImagePack - KernelImage, MinimalMorphic, EToys

Pavel Krivanek
Hi Klaus ,

On 2/13/07, Klaus D. Witzel <[hidden email]> wrote:

> Hi Pavel,
>
> on Mon, 12 Feb 2007 20:22:12 +0100, you wrote:
>
> > Hi all,
> >
> > I have prepared the set of images in one archive (17MB) that shows
> > current status of my Squeak modularization effort. This archive
> > includes latest:
> >
> > KernelImage (2,8 MB)
>
> Thank you! (so small # of classes and methods :)
>
> > KernelImage  with Monticello (3,4 MB)
> > MinimalMorphic (7,7MB)
> > EToys (12,4 MB)
> >
> > Please play with it, prepare fixes etc.
>
> Playing with MinimalMorphic.image, after World > do > edit this list
> (added the inevitable, #garbageCollect), thereafter got DNUs. Each log
> file from a separate session (= fresh start). Using win32 XP and the
> recent 3.9.2 VM.
>
> /Klaus
>
> > Download: http://comtalk.net/public/pub/KernelImage/ImagePack20070212.zip
> > Next information: http://www.comtalk.net/Squeak/98

This kind of messages is quite common. Sometimes Morphic expects some
previous state but because the Morphic is freshly loaded, it has no
valid data. Thanks for the report.

-- Pavel