[Pharo-project] Recompile all in ImageForDevelopers ?
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
2010/5/31 Mariano Martinez Peck <marianopeck@gmail.com>
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?
How much time does it take ? Laurent Laffont http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2010/5/31 laurent laffont <laurent.laffont@gmail.com>
2010/5/31 Mariano Martinez Peck <marianopeck@gmail.com>
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?
How much time does it take ?
MessageTally time: [Compiler recompileAll] -> 116142 so...2 minutes ;)
Laurent Laffont
http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/
Cheers
Mariano
_______________________________________________ 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
2010/5/31 Mariano Martinez Peck <marianopeck@gmail.com>
2010/5/31 laurent laffont <laurent.laffont@gmail.com>
2010/5/31 Mariano Martinez Peck <marianopeck@gmail.com>
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?
How much time does it take ?
MessageTally time: [Compiler recompileAll] -> 116142
so...2 minutes ;)
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
Laurent Laffont
http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/
Cheers
Mariano
_______________________________________________ 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
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
laurent laffont -
Mariano Martinez Peck -
Stéphane Ducasse