[BUG][FIX] SqueakMap bug while reading transaction log

goran.krampe at bluefish.se goran.krampe at bluefish.se
Wed Oct 22 18:33:35 UTC 2003


Hi!

Torsten.Bergmann at phaidros.com wrote:
> Opening the package loader in a clean 3.7image#5497 creates a SqueakMap log.
> After reopening the tool the system tries to load the log again, but fails
> when it tries
> to read lines like 
> 
> 	self firstTransactionNumber: 2756
> 
> Squeak tries to convert ' 2756' asNumber (Note the string has a leading
> space) which
> fails. This changeset fixes the bug by adding #withBlanksTrimmed in the
> method 
> SMSqueakMap>>lastTransactionInLog

If I am not mistaken I included a similar fix in SqueakMap Base 1.08. In
a vanilla 3.7 image that is not the version included.

If you look in the package loader you should see that SqueakMap Base can
be "upgraded" to 1.08.

regards, Göran



More information about the Squeak-dev mailing list