[V3dot10] Re: SqueakLight|II #7068 - You may not create any more undefined objects--use nil

Klaus D. Witzel klaus.witzel at cobss.com
Fri Jun 27 15:03:02 UTC 2008


On Fri, 27 Jun 2008 14:38:22 +0200, Edgar J. De Cleene wrote:

> El 6/27/08 7:53 AM, Klaus D. Witzel escribió:
>
>> Hi list,
>>
>> don't know if the v3dot10 list is still okay for SqueakLight feedback  
>> but,
>> here goes:
>>
>> o downloaded a fresh copy from www.squeak.org
>> o started the .image and made flaps go away
>> o launched the Preferences browser and typed 'scroll'
>> o got this (otherwise) wonderful message
>>
>> Will continue trying to use SqueakLight for developer activities and
>> report what I find.
>>
>> /Klaus
> Klaus:
> You feedback is welcomed (and needed).
>
>
>
> 7SqueakLightII 068 is 3.9 with more packages going out.
> And without Traits using Matthew and Keith procedure
> You could update the image hitting load updates from Squeak flap.
>
> 7178MCClassDefinition-createClass-edc.cs corrects the error you report
>
> For not raise the error
> Utilities readServerUpdatesThrough: 7181 saveLocally: true updateImage:  
> true

Thank you Edgar, I'll give it a try.

> The image should advance until 7182 today.

I can download and use the next version whenever it's ready.

/Klaus

> All the .cs was same as 3.10 , but in more clear to all way.
> As SqueakLightII don't have Universes, Installer, SqueakMap, etc the .cs  
> of
> 3.10 relevant to any of this is absent and I plan to put SqueakLight   
> stuff
> here.
>
> 7182 update is Monticello 1.6 beta of Matthew and Keith with some
> adaptations I made in gzipped compressed way named '.sqz' .
>
>
> At the moment I polishing some things, the image could load  very useful
> code without any trouble
>
> I add a page on swiki, all could put any you wish
>
> http://wiki.squeak.org/squeak/6056
>
> And a couple of ready to run
>
> In a Workspace,
>
> |sourceFile |
> sourceFile := HTTPLoader default retrieveContentsFor:
> 'http://wiki.squeak.org/squeak/uploads/6056/LightWeb.sar'.
> sourceFile := RWBinaryOrTextStream with: (sourceFile content).
> SARInstaller new fileInFrom: sourceFile
>
> |sourceFile |
> sourceFile := HTTPLoader default retrieveContentsFor:
> 'http://wiki.squeak.org/squeak/uploads/6056/ SqueakRosDev3dot10.sar'.
> sourceFile := RWBinaryOrTextStream with: (sourceFile content).
> SARInstaller new fileInFrom: sourceFile
>
> Not to bad having a server and web page builder and a development set  
> for a
> pre-alpha ...
>
> Help and we could have a polished system ready for ESUG or Smalltalks  
> 2008
>
> Edgar




More information about the V3dot10 mailing list