On Wed, Mar 17, 2010 at 9:31 AM, St�phane Ducasse
<stephane.ducasse@inria.fr> wrote:
Thanks pavel
the Smalltalk -> SmalltalkImage current is not finished so any fix is welcomed.
I have some admin work today and will try to find soem times to fix that.
> I tried to run tests in Pharo 1.1 #11275 and then I got an error when
> trying to open Message Names. The reason is that if you evaluate
>
> Smalltalk classNames includes: #C1
>
> you got true so Smalltalk classNames includes it however it is not
> present in Smalltalk globals. After Smalltalk flushClassNameCache the
> problem disapeared.
>
> If I tried to create a class named SomeClass, the result was:
>
> Smalltalk classNames includes: #SomeClass -> false
> Smalltalk globals at: #SomeClass -> SomeClass
>
> I had to remove Object>>#initialExtent because of neverending
> deperecation warning (a methods tries respondsTo: #initialExtent on a
> model.
Oh yesssss. ARGH. My mistake. Indeed some models should not implement intialExtent
and it falls back on Object.... stupid me.
but this is strange because I run all the tests and besides
Stef: I am trying to run the tests on 11277 and it is impossible because of the amount of warnings about that deprecation in Object >> initialContext.
I would commit a slice but I am not sure what should be done.
Thanks
Mariano
�