[Pharo-project] what about putting RBengine in pharo1.2 core?
marcus like that we do not have to load it all the time. I could esaily update scriptloader to make sure that we do not save these packages. Stef
I wouldn't pre-load it. There is really no point for many deployed applications to have it in there. Lukas On 27 August 2010 13:33, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
marcus like that we do not have to load it all the time. I could esaily update scriptloader to make sure that we do not save these packages.
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
On Fri, Aug 27, 2010 at 1:41 PM, Lukas Renggli <renggli@gmail.com> wrote:
I wouldn't pre-load it. There is really no point for many deployed applications to have it in there.
You can unload it in #cleanUpForRelease or #cleanUpForProduction. But I wouldn't pre-load it neither i think (I am not sure)
Lukas
On 27 August 2010 13:33, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
marcus like that we do not have to load it all the time. I could esaily update scriptloader to make sure that we do not save these packages.
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
sure this is just that during the unstable phase we need better tools. We want to run SmallLint. The problem is that generate a new image every 20 min when I integrate and I do not want to spend my time load ob and rb. After we will unload it. And yes I should work on a configuration of pharo and rebuild the scriptloader infrastructure on it :( Stef On Aug 27, 2010, at 1:41 PM, Lukas Renggli wrote:
I wouldn't pre-load it. There is really no point for many deployed applications to have it in there.
Lukas
On 27 August 2010 13:33, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
marcus like that we do not have to load it all the time. I could esaily update scriptloader to make sure that we do not save these packages.
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Fri, Aug 27, 2010 at 3:06 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
sure
this is just that during the unstable phase we need better tools. We want to run SmallLint. The problem is that generate a new image every 20 min when I integrate and I do not want to spend my time load ob and rb.
Hudson isn't your friend for this ? Laurent
After we will unload it. And yes I should work on a configuration of pharo and rebuild the scriptloader infrastructure on it :(
Stef
On Aug 27, 2010, at 1:41 PM, Lukas Renggli wrote:
I wouldn't pre-load it. There is really no point for many deployed applications to have it in there.
Lukas
On 27 August 2010 13:33, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
marcus like that we do not have to load it all the time. I could esaily update scriptloader to make sure that we do not save these packages.
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ 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
participants (4)
-
laurent laffont -
Lukas Renggli -
Mariano Martinez Peck -
Stéphane Ducasse