Dec. 6, 2011
3:18 p.m.
Hi guys. When printing compiled methods we get something like: TestCase >> #assert: -> (TestCase>>#assert: "a CompiledMethod(585629696)") Where the number is the #identityHash. I have never really needed that, and even more, I always want to print: TestCase >> #assert: -> 'TestCase>>#assert:' So...my question is, is there any reason why it makes so much sense to print the identityHash of a CompiledMethod ? Thanks in advance, -- Mariano http://marianopeck.wordpress.com