[Pharo-project] I'm going to integrate Metacello into Pharo 2.0
Hi, Just as Gofer, it is just too important to keep it outside. Also, most of our packages now are loaded through a configuration (if there is one god, thanks him for that :), so it will be in most installations anyway. Of course, I will make sure that it is unloaded in a #cleanUpForProduction. Cheers, Esteban
Nice On Wed, Aug 8, 2012 at 12:22 PM, Esteban Lorenzano <estebanlm@gmail.com>wrote:
Hi,
Just as Gofer, it is just too important to keep it outside. Also, most of our packages now are loaded through a configuration (if there is one god, thanks him for that :), so it will be in most installations anyway. Of course, I will make sure that it is unloaded in a #cleanUpForProduction.
Cheers, Esteban
Cool! Looks like I'm going to have to get busy on that FileTree rewrite so you can integrate the Metacello Preview:) Dale ----- Original Message ----- | From: "Esteban Lorenzano" <estebanlm@gmail.com> | To: "Pharo-project@lists.gforge.inria.fr Development" <pharo-project@lists.gforge.inria.fr> | Sent: Wednesday, August 8, 2012 3:22:52 AM | Subject: [Pharo-project] I'm going to integrate Metacello into Pharo 2.0 | | Hi, | | Just as Gofer, it is just too important to keep it outside. | Also, most of our packages now are loaded through a configuration (if | there is one god, thanks him for that :), so it will be in most | installations anyway. | Of course, I will make sure that it is unloaded in a | #cleanUpForProduction. | | Cheers, | Esteban | | |
On Aug 8, 2012, at 8:06 PM, Francois Stephany <tulipe.moutarde@gmail.com> wrote:
I wonder if it's necessary. I like to update a running (seaside) app using Metacello while it's running.
Am I the only one doing that?
On 08/08/12 03:22, Esteban Lorenzano wrote:
Of course, I will make sure that it is unloaded in a #cleanUpForProduction.
no, you are not the only one, I use it for my running projects too :) but well... if it is not in your project you always can re-load it with #ensureMetacello all of this will change when I finish the new release process, btw... but for that I need time to work on it :) Esteban
Oh right, that makes sense. Haha time is scarce, good luck! On 08/08/12 11:15, Esteban Lorenzano wrote:
On Aug 8, 2012, at 8:06 PM, Francois Stephany <tulipe.moutarde@gmail.com> wrote:
I wonder if it's necessary. I like to update a running (seaside) app using Metacello while it's running.
Am I the only one doing that?
On 08/08/12 03:22, Esteban Lorenzano wrote:
Of course, I will make sure that it is unloaded in a #cleanUpForProduction.
no, you are not the only one, I use it for my running projects too :)
but well... if it is not in your project you always can re-load it with #ensureMetacello
all of this will change when I finish the new release process, btw... but for that I need time to work on it :)
Esteban
esteban I hope to get back soon to shape but today and yesterday I had to slow down and take some naps. What I see is that I'm getting better. Stef On Aug 8, 2012, at 8:15 PM, Esteban Lorenzano wrote:
On Aug 8, 2012, at 8:06 PM, Francois Stephany <tulipe.moutarde@gmail.com> wrote:
I wonder if it's necessary. I like to update a running (seaside) app using Metacello while it's running.
Am I the only one doing that?
On 08/08/12 03:22, Esteban Lorenzano wrote:
Of course, I will make sure that it is unloaded in a #cleanUpForProduction.
no, you are not the only one, I use it for my running projects too :)
but well... if it is not in your project you always can re-load it with #ensureMetacello
all of this will change when I finish the new release process, btw... but for that I need time to work on it :)
Esteban
participants (5)
-
Dale Henrichs -
Esteban Lorenzano -
Francois Stephany -
Guillermo Polito -
Stéphane Ducasse