Recompile all in ImageForDevelopers ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Recompile all in ImageForDevelopers ?

Mariano Martinez Peck
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
Reply | Threaded
Open this post in threaded view
|

Re: Recompile all in ImageForDevelopers ?

laurent laffont
2010/5/31 Mariano Martinez Peck <[hidden email]>
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/
 

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
Reply | Threaded
Open this post in threaded view
|

Re: Recompile all in ImageForDevelopers ?

Mariano Martinez Peck


2010/5/31 laurent laffont <[hidden email]>
2010/5/31 Mariano Martinez Peck <[hidden email]>
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/
 

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


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Recompile all in ImageForDevelopers ?

Stéphane Ducasse
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
Reply | Threaded
Open this post in threaded view
|

Re: Recompile all in ImageForDevelopers ?

laurent laffont
In reply to this post by Mariano Martinez Peck
2010/5/31 Mariano Martinez Peck <[hidden email]>


2010/5/31 laurent laffont <[hidden email]>

2010/5/31 Mariano Martinez Peck <[hidden email]>
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/
 

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


_______________________________________________
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