new release of MC (highly recommended upgrade)

Brian Brown rbb at techgame.net
Wed Feb 18 17:23:13 UTC 2004


On Feb 17, 2004, at 9:31 AM, goran.krampe at bluefish.se wrote:

> [munch]

> Hmmm. Btw, you can press alt-. (when you get the "Error..."-OK-dialog
> and do "full stack" to debug the problem.
>
> The latest Monticello has a problem for me, something about
> ancestorString. But not something about a key AFAIK.
>
> regards, Göran
>
>

Ok, seems in MCMczReader>>extractInfoFrom: it's creating a new 
MCVersionInfo, the first argument of the constructor is name:

It's passing in (dict at: #name), but dict only has #id for a key, not 
#name.

that is where it is returning the error.

Brian




More information about the Squeak-dev mailing list