[Pharo-project] Problem with July release
See http://code.google.com/p/pharo/issues/detail?id=123 -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
Thanks for pointing out. Will have a look in the evening. Adrian On Jul 22, 2008, at 09:22 , Damien Cassou wrote:
See http://code.google.com/p/pharo/issues/detail?id=123
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi Damien, It looks like a MC load problem because the method was moved from a method extension from the EToys package into the Morph package when it was changed due to a patch. Also in my image that I built from the update stream the method was lost although the Morphic package was loaded. I just published the package again to the inbox so in the next update the method will come back. I updated #123 to track this change. I also Verified your change http://code.google.com/p/pharo/issues/detail?id=118 Cheers, Adrian On Jul 22, 2008, at 12:03 , Adrian Lienhard wrote:
Thanks for pointing out. Will have a look in the evening. Adrian
On Jul 22, 2008, at 09:22 , Damien Cassou wrote:
See http://code.google.com/p/pharo/issues/detail?id=123
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) _______________________________________________ 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
Adrian Lienhard wrote:
Hi Damien,
It looks like a MC load problem because the method was moved from a method extension from the EToys package into the Morph package when it was changed due to a patch. Also in my image that I built from the update stream the method was lost although the Morphic package was loaded.
I just published the package again to the inbox so in the next update the method will come back. I updated #123 to track this change.
I also Verified your change http://code.google.com/p/pharo/issues/detail?id=118
The only way to reliably avoid these problems to load both packages through a config map. Michael
participants (3)
-
Adrian Lienhard -
Damien Cassou -
Michael Rueger