Hi folks. The official Pharo 1.0 has a little bug that you can see here:
http://code.google.com/p/pharo/issues/detail?id=2341 In order to avoid such problems, I though about evaluating "Compiler recompileAll" during the ImageForDeveloper >> install method With this, when I or you are using ConfigurationOfPharo to build a Dev image, you will automatically realize there is a problem. What do you think? Cheers Mariano _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
2010/5/31 Mariano Martinez Peck <[hidden email]>
Hi folks. The official Pharo 1.0 has a little bug that you can see here: How much time does it take ?
Laurent Laffont http://pharocasts.blogspot.com/
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
2010/5/31 laurent laffont <[hidden email]> 2010/5/31 Mariano Martinez Peck <[hidden email]> MessageTally time: [Compiler recompileAll] -> 116142 so...2 minutes ;)
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
I think that what would be good is indeed that we check that systematically so that we finally
identify the changes problem. Now did you check if the changes are modified? Apparently not. Stef On May 31, 2010, at 10:47 AM, Mariano Martinez Peck wrote: > Hi folks. The official Pharo 1.0 has a little bug that you can see here: > > http://code.google.com/p/pharo/issues/detail?id=2341 > > In order to avoid such problems, I though about evaluating "Compiler recompileAll" during the ImageForDeveloper >> install method > With this, when I or you are using ConfigurationOfPharo to build a Dev image, you will automatically realize there is a problem. > > What do you think? > > Cheers > > Mariano > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
2010/5/31 Mariano Martinez Peck <[hidden email]>
OK, so not very long. I remember the bad experience from condensing changes :). Then I agree for betas / rc images, not sure about final.
Laurent
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |