Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-27 Thread Tudor Girba
Exactly. Snapshotcello relies 100% on the loading order of Metacello. Doru On Fri, Sep 27, 2013 at 12:55 PM, Stéphane Ducasse < stephane.duca...@inria.fr> wrote: > > On Sep 27, 2013, at 9:15 AM, p...@highoctane.be wrote: > > > Hello, > > > > Question: how does Snapshotcello ensures the loading

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-27 Thread Stéphane Ducasse
On Sep 27, 2013, at 9:15 AM, p...@highoctane.be wrote: > Hello, > > Question: how does Snapshotcello ensures the loading order? Doru, do you have > any notes about that? Yes In fact it just ask the metacelloSpec for the order. If it fails it means that there is a missing dependency. > I ask

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-27 Thread Yuriy Tymchuk
Maybe we should add that to Pharo? This kind of methods look useful for a lot of tasks. uko On 27 вер. 2013, at 08:51, Tudor Girba wrote: > Ok, asEnglishPlural is now removed. > > Doru > > > On Thu, Sep 26, 2013 at 9:45 PM, Yuriy Tymchuk wrote: > Moose-o-cello :P > > On 26 вер. 2013, at 2

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-27 Thread p...@highoctane.be
Hello, Question: how does Snapshotcello ensures the loading order? Doru, do you have any notes about that? I ask because I feel that what I get from a snapshot version isn't the same as what I get from the configuration. Well, maybe I need to recheck all of the versions and stuff. Ah, time to lo

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-26 Thread Tudor Girba
Ok, asEnglishPlural is now removed. Doru On Thu, Sep 26, 2013 at 9:45 PM, Yuriy Tymchuk wrote: > Moose-o-cello :P > > On 26 вер. 2013, at 22:43, Tudor Girba wrote: > > Oh, I see. Thanks for clarifying. The method exists in the Moose image, so > I have to fix it :) > > Doru > > > On Thu, Sep 2

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-26 Thread Yuriy Tymchuk
Moose-o-cello :P On 26 вер. 2013, at 22:43, Tudor Girba wrote: > Oh, I see. Thanks for clarifying. The method exists in the Moose image, so I > have to fix it :) > > Doru > > > On Thu, Sep 26, 2013 at 8:50 PM, Yuriy Tymchuk wrote: > Because atm when you load Snapshotcello into Pharo 2.0 and

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-26 Thread Tudor Girba
Oh, I see. Thanks for clarifying. The method exists in the Moose image, so I have to fix it :) Doru On Thu, Sep 26, 2013 at 8:50 PM, Yuriy Tymchuk wrote: > Because atm when you load Snapshotcello into Pharo 2.0 and run > snapshotting, you get an exception that ByteString does no understand > '

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-26 Thread Yuriy Tymchuk
Because atm when you load Snapshotcello into Pharo 2.0 and run snapshotting, you get an exception that ByteString does no understand 'asEnglishPlural' and Phil mentioned it his letter. uko On 26 вер. 2013, at 21:46, Tudor Girba wrote: > I am not sure I understand. Why is this question relevan

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-26 Thread Tudor Girba
I am not sure I understand. Why is this question relevant for the present discussion? Doru On Sep 26, 2013, at 7:36 PM, Yuriy Tymchuk wrote: > Hi, > > so what are we going to do with 'asEnglishPlural' missing from the ByteString? > > Uko > > On 26 вер. 2013, at 09:52, Tudor Girba wrote: >

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-26 Thread Yuriy Tymchuk
Hi, so what are we going to do with 'asEnglishPlural' missing from the ByteString? Uko On 26 вер. 2013, at 09:52, Tudor Girba wrote: > Strange. I've never encountered this. > > each should be a MCWorkingCopy. > > I will try to take a look, but it might take a while. > > In the meantime, can

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-25 Thread Tudor Girba
Strange. I've never encountered this. each should be a MCWorkingCopy. I will try to take a look, but it might take a while. In the meantime, can you locate the package in your configuration? Is it possible that something went wrong with Monticello? Cheers, Doru On Wed, Sep 25, 2013 at 9:29

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-25 Thread Stéphane Ducasse
this is strange since I could snapshot moose and synectique using it. I'm about to write a boring report so I'm not allowed to open Pharo right now. > I am giving a shot at Snapshotcello since it looks like a superb solution for > creating images properly from a complex configuration. > > From

[Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-25 Thread p...@highoctane.be
I am giving a shot at Snapshotcello since it looks like a superb solution for creating images properly from a complex configuration. From http://www.tudorgirba.com/blog/snapshotcello-take-a-snapshot-when-you-re-ready, I tried to craft a call for my configuration. I've loaded ConfigurationOfSnapsh