Annoying reproducible bug in 3.8-6665

Tim Johnson trilobyte at hoe.nu
Thu Jun 22 17:31:18 UTC 2006


On Jun 22, 2006, at 12:28 PM, Bert Freudenberg wrote:

> Not a bug. You are putting nil as key into Smalltalk, which is simply 
> a Bad Thing To Do. Stop doing that. Smalltalk keys must be *Symbols*. 
> They should be uppercase, too:
>
> 	Smalltalk at: #MyForm put: nil
>
> To fix your image, do
>
> 	Smalltalk removeKey: nil.

I am a moron!

Thank you very, very much!

*walks away with tail between legs*

- Tim




More information about the Squeak-dev mailing list