April 14, 2009
4:31 p.m.
Issue http://code.google.com/p/pharo/issues/detail?id=738 and PharoInbox/Compiler-nice.96 Cheers 2009/4/14 Dennis Schetinin <chaetal@gmail.com>:
This is because #who was deprecated in squeak 3.9 and removed in pharo... ... but the closure work by Eliot is based on a 3.8 image...
Solution is simple: replace: Â Â (homeClass := home who first) == #unknown ifTrue: [^ nil]. with: Â Â (homeClass := home methodClass) ifNil: [^ nil].
Thank you very much!
-- Dennis Schetinin
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project