[Pharo-project] Reify Changes file?
What if we remove the changes logging from SmalltalkImage and make it part of a ChangesLog object? I'm looking at some SystemChangeNotifier subscription ashes, and this could fix two things in one shot :)
On 2012-07-02, at 12:14, Guillermo Polito wrote:
What if we remove the changes logging from SmalltalkImage and make it part of a ChangesLog object? I'm looking at some SystemChangeNotifier subscription ashes, and this could fix two things in one shot :)
do that! whatever can be removed / outsources from SmalltalkImage should be done :)
On Mon, Jul 2, 2012 at 3:14 AM, Guillermo Polito <guillermopolito@gmail.com>wrote:
What if we remove the changes logging from SmalltalkImage and make it part of a ChangesLog object? I'm looking at some SystemChangeNotifier subscription ashes, and this could fix two things in one shot :)
How will you do crash recovery? -- best, Eliot
On 2012-07-04, at 16:06, Eliot Miranda wrote:
On Mon, Jul 2, 2012 at 3:14 AM, Guillermo Polito <guillermopolito@gmail.com>wrote:
What if we remove the changes logging from SmalltalkImage and make it part of a ChangesLog object? I'm looking at some SystemChangeNotifier subscription ashes, and this could fix two things in one shot :)
How will you do crash recovery?
http://code.google.com/p/pharo/issues/detail?id=6233 It's only about refactoring, instead of having all the functionality on SmalltalkImage itself use a separate object.
participants (3)
-
Camillo Bruni -
Eliot Miranda -
Guillermo Polito