[BUG]String(Object)>>error:

Ned Konz ned at bike-nomad.com
Tue Jul 22 21:09:34 UTC 2003


On Tuesday 22 July 2003 12:52 pm, ned at bike-nomad.com wrote:
> I went to open a package loader and got this.
> Problem is that in
>
> SMLoader>>packageNameList
>
> 	^self packageList collect: [:e | e name, ' (', e versionLabel ,
> ')']
>
> "e versionLabel" is actually not a string. It's a 9-element Array:
>
> #('1.26' 3235793836 17 $- $> $1 $. $2 $7)

More on this: it looks like the installedPackages list got messed up 
somehow.

You can evaluate (the decompressed contents of) the attached file to 
get a copy of my installedPackages dictionary.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: installedPackages.st.gz
Type: application/x-gzip
Size: 1396 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030722/16fde696/installedPackages.st.bin


More information about the Squeak-dev mailing list