thanks nicolas I was just doing a release so I will harvest that now. Stef On Apr 14, 2009, at 6:31 PM, Nicolas Cellier wrote:
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
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project