"John Brant" <
[hidden email]> wrote in message
news:yWEwf.476331$084.126451@attbi_s22...
>I performed a convert to instance variable refactoring and got a stack
> overflow error. It was trying to compare two CompiledMethod. The
> CompiledMethod>>= method sends equal to the literal arrays which sends
> #= to each element. If one of the elements is a BlockClosure, the
> BlockClosure>>= method then sends #= to the CompiledMethod.
>
Hmmm, tricky.
Thanks John, recorded as #2067.
Regards
Blair