SqueakMap crashes in 3.10 beta.7158

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Sun Oct 28 09:48:52 UTC 2007




El 10/27/07 2:05 PM, "Matthew Fulmer" <tapplek at gmail.com> escribió:

> One problem I have seen with SqueakMap in 7158 came from change
> 7142. 

Nope.
I repeat recipe I give a month ago.
>> Some verbose , but clear how to rid of old versions files disturbing normal
>> 3.10 peace.
>> 
>> | directoryName directory  filesToErase  |
>> directoryName := (FileDirectory default pathName ,FileDirectory slash, 'sm').
>> directory := FileDirectory on: directoryName.
>> filesToErase :=  directory fileNamesMatching: '*.sgz'.
>> filesToErase do:[:filename| directory deleteFileNamed: filename]
>> 
>> 
>> And the answer why fail is Goran use ImageSegments (he have many to me to
>> learn) and the classes in 3.9 or earlier was different.
>> 
>> That's why many .pr fails to load
>> 
>> Hope this helps.
>> 
>> Edgar

> I am sticking with image version 7137 until I or someone
> else resolve the bugs introduced in 7142.
You could use any Squeak you like.
I was the guilty of trust Dan and someone which do the change before me and
I decide doing for 3.10
The bad news is 98% of 172 methods Dan code change are right and only a few
need ==.
I send proposal how to deal with this, but still no decision.

And for the last time, you should use Universes.
If your wished code is not in Universes, means author is not active this
days.
SqueakMap was a very valuable tool, like any good library is.
But don't guaranties of code in SM works in 3.10, if not say so.
And if say works , must be in Universes.

Edgar





More information about the Squeak-dev mailing list