bugs? hash and the debugger.

Tim Olson tim at jumpnet.com
Tue Dec 7 14:23:16 UTC 1999


>Hi, 
>I've noticed two problems in 2.6.

>  Second, I've found a funny behavior checking 
>the following code. 
>
>  aSet := {Set with: 1 .  Set with: 1 with: #a} asSet.
>     "=>  Set (Set (1 a ) Set (1 ) )"
>  aSet includes: (Set with: #a with: 1).
>    "=> false"
>
>The second expression returns false (by the normal evaluation).
>But chasing this execution inside 
>with the debugger('s step/send), it returns true.
>Why? Is it a relevant debugger problem recently discussed?

I get "true" when I evaluate this both directly and via the debugger 
(stock 2.6 image, updates to #1578, MacOS).  What system are you running 
on?



     -- tim





More information about the Squeak-dev mailing list