[Pharo-dev] Pharo3 and MetacelloPreview

2014-01-13 Thread Johan Brichau
Hi all,

When I load the Metacello Preview in Pharo3, I get a very weird loading of the 
Phantom-Core-dgg.24 package (which yields a warning because of unexisting 
classes in the image).

Nowhere in my image (thus all loaded configurations) I can find the name 
'Phantom'. So where is this coming from?
What I can make of the execution stack in Metacello is that 
'Metacello-ProfStef-dkh.13' strangely resolves to a loading of 
'Phantom-Core-dgg.24'

Anyone using the Metacello Preview in Pharo3?
Anyone experiencing the same? 

Johan


Re: [Pharo-dev] Pharo3 and MetacelloPreview

2014-01-13 Thread Johan Brichau
Sorry, I meant the loading of the following:

((Smalltalk at: #ConfigurationOfMetacello)
new
project
version: #previewBootstrap)
load.

On 13 Jan 2014, at 09:18, Johan Brichau  wrote:

> Hi all,
> 
> When I load the Metacello Preview in Pharo3, I get a very weird loading of 
> the Phantom-Core-dgg.24 package (which yields a warning because of unexisting 
> classes in the image).
> 
> Nowhere in my image (thus all loaded configurations) I can find the name 
> 'Phantom'. So where is this coming from?
> What I can make of the execution stack in Metacello is that 
> 'Metacello-ProfStef-dkh.13' strangely resolves to a loading of 
> 'Phantom-Core-dgg.24'
> 
> Anyone using the Metacello Preview in Pharo3?
> Anyone experiencing the same? 
> 
> Johan




Re: [Pharo-dev] Pharo3 and MetacelloPreview

2014-01-13 Thread Christophe Demarey
Hi Johan,

You should not do that because Metacello Preview is already loaded in Pharo 3.0.
Loading the preview bootstrap is only needed to bootstrap the load of Metacello 
Preview.

Regards,
Christophe.

Le 13 janv. 2014 à 09:22, Johan Brichau a écrit :

> Sorry, I meant the loading of the following:
> 
> ((Smalltalk at: #ConfigurationOfMetacello)
>   new
>   project
>   version: #previewBootstrap)
>   load.
> 
> On 13 Jan 2014, at 09:18, Johan Brichau  wrote:
> 
>> Hi all,
>> 
>> When I load the Metacello Preview in Pharo3, I get a very weird loading of 
>> the Phantom-Core-dgg.24 package (which yields a warning because of 
>> unexisting classes in the image).
>> 
>> Nowhere in my image (thus all loaded configurations) I can find the name 
>> 'Phantom'. So where is this coming from?
>> What I can make of the execution stack in Metacello is that 
>> 'Metacello-ProfStef-dkh.13' strangely resolves to a loading of 
>> 'Phantom-Core-dgg.24'
>> 
>> Anyone using the Metacello Preview in Pharo3?
>> Anyone experiencing the same? 
>> 
>> Johan
> 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: [Pharo-dev] Pharo3 and MetacelloPreview

2014-01-13 Thread Torsten Bergmann
Regarding Phantom:

http://lists.gforge.inria.fr/pipermail/pharo-project/2011-May/048294.html



> Gesendet: Montag, 13. Januar 2014 um 09:18 Uhr
> Von: "Johan Brichau" 
> An: "Pharo Development List" 
> Betreff: [Pharo-dev] Pharo3 and MetacelloPreview
>
> Hi all,
> 
> When I load the Metacello Preview in Pharo3, I get a very weird loading of 
> the Phantom-Core-dgg.24 package (which yields a warning because of unexisting 
> classes in the image).
> 
> Nowhere in my image (thus all loaded configurations) I can find the name 
> 'Phantom'. So where is this coming from?
> What I can make of the execution stack in Metacello is that 
> 'Metacello-ProfStef-dkh.13' strangely resolves to a loading of 
> 'Phantom-Core-dgg.24'
> 
> Anyone using the Metacello Preview in Pharo3?
> Anyone experiencing the same? 
> 
> Johan
> 



Re: [Pharo-dev] Pharo3 and MetacelloPreview

2014-01-14 Thread Johan Brichau
Hi Christophe,

That indeed explains why things go so wrong...

Thank you!
Johan


On 13 Jan 2014, at 10:47, Christophe Demarey  
wrote:

> Hi Johan,
> 
> You should not do that because Metacello Preview is already loaded in Pharo 
> 3.0.
> Loading the preview bootstrap is only needed to bootstrap the load of 
> Metacello Preview.
> 
> Regards,
> Christophe.
> 
> Le 13 janv. 2014 à 09:22, Johan Brichau a écrit :
> 
>> Sorry, I meant the loading of the following:
>> 
>> ((Smalltalk at: #ConfigurationOfMetacello)
>>  new
>>  project
>>  version: #previewBootstrap)
>>  load.
>> 
>> On 13 Jan 2014, at 09:18, Johan Brichau  wrote:
>> 
>>> Hi all,
>>> 
>>> When I load the Metacello Preview in Pharo3, I get a very weird loading of 
>>> the Phantom-Core-dgg.24 package (which yields a warning because of 
>>> unexisting classes in the image).
>>> 
>>> Nowhere in my image (thus all loaded configurations) I can find the name 
>>> 'Phantom'. So where is this coming from?
>>> What I can make of the execution stack in Metacello is that 
>>> 'Metacello-ProfStef-dkh.13' strangely resolves to a loading of 
>>> 'Phantom-Core-dgg.24'
>>> 
>>> Anyone using the Metacello Preview in Pharo3?
>>> Anyone experiencing the same? 
>>> 
>>> Johan
>> 
>> 
>