[ANN] SqueakLightII ready to try

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

[ANN] SqueakLightII ready to try

Edgar J. De Cleene
Folks:

I put
http://ftp.squeak.org/various_images/SqueakLight/SqueakLightII.7069.zip, the
3.11 unofficial .
I decide to start from 3.9 and do all again only with .cs
The Packages that have been removed are:

Removed in 3.10
   * Flash
   * StarSqueak
   * SmaCC
   * Speech
   * Movies
   * FixUnderscores
   * OB
   * OmniBrowser
More removed Packages
   * Tests
   * SMLoader
   * SMBase
   * Sunit
   * SUnitGUI
   * ScriptLoader
   * Universes
   * Installer
   * XML-Parser
   * MorphicExtras-Demo
   * Morphic-CandidatesForGo
   * Nebraska
   * EToys



I need take risk for going closer to MinimalMorphic, this image still have
Flaps and could load and save again his Projects and Morphs.

In fact, we are facing a trouble in 3.10 recently Jerome fix regarding to
saved SystemWindows change his font.
I happy to announce the original History morphs from 3.10 could load without
any troubles.

You should know is very alpha, I also use the Matthew and Keith unloadTraits
with few modifications I need  for all works.

The things all do with Installer I do with CodeLoader, in the Squeak image
from 1999.
The only method I need change slightly was

installSourceFiles
    "Install the previously loaded source files"
    sourceFiles == nil ifTrue:[^self].
    (sourceFiles endsWith: '.mcz') ifTrue:[sourceFiles do:[:req|
MczInstaller installStream: req contentStream.
            ^self]].
    sourceFiles do:[:req| self installSourceFile: req contentStream].
    sourceFiles _ nil.

You could load updates hitting the load updates button from Squeak flag.
This updates was .cs versions of 3.10 updates until I reach the highest 3.10
applicable

I wish all kind of feedback , read you in #squeak of IRC.

Edgar


Reply | Threaded
Open this post in threaded view
|

Viste esto Edgar ?

Francisco A. Lizarralde
Reply | Threaded
Open this post in threaded view
|

Re: Viste esto Edgar ?

Edgar J. De Cleene



El 6/13/08 10:19 AM, "Francisco A. Lizarralde" <[hidden email]>
escribió:

> http://news.squeak.org/2008/06/11/squeak-on-the-iphone/
Habia visto las continuaciones del mensaje original, que no se porque nunca
me llego.

Espero que funcione bien y poder correr mi imagen adaptada al iPod touch
ahi.

Por cierto les comento que ya el SqueakLightII o Squeak 3.11 "NO oficial"
esta corriendo muchos paquetes normales de 3.10 sin problemas.
La imagen está aqui
http://ftp.squeak.org/various_images/SqueakLight/SqueakLightII.7069.zip
Con el boton load updates se actualiza hasta el ultimo .cs que se hizo para
3.10.x.
Queda mas clara para los que se interesen por la construccion de imagenes,
porque usa solamente .cs y no la magia negra que se uso en 3.9 y 3.10
La imagen alrededor de 1400 clases y pesa 10.5 mb o sea 2/3 de una imagen
normal.
Ahora viene el trabajo chino de rearmar las dependencias y que se pueda
cargar lo mismo que en 3.10.

Agradecere cualquier comentario , critica, etc.
La imagen no tiene
Traits - Installer - Universes - SMLoader - Tests y lógica de los tests -
Etoys ni Nebraska

Edgar