Your code snippet is comparing the associations. The below one evaluates to
true:

(Smalltalk globals associationAt: #ScriptLoader) value
 ==
((SmalltalkImage >> #shrinkToCore) literalAt: 4) value


On 1 May 2012 17:52, Mariano Martinez Peck <[email protected]> wrote:

> (Smalltalk globals associationAt: #ScriptLoader) == ((SmalltalkImage >>
> #shrinkToCore) literalAt: 4)
> gives false when it should be true.  If I do a Compiler recompileAll it
> gets fixed. So, my question is, is that normal? how could that happen?
> is there any real problem behind?
>
> anyway, can we do a recompileAll for the moment?
>
> thanks!
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>

Reply via email to