Fixed in Compiler-JorgeRessia.142

The behavior should be the same as before removing the interactive validation.

I recompiled the image and it worked fine.

Lukas tried it out with some monticello test packages and worked too.

Cheers,

Jorge

On Wed, Mar 3, 2010 at 6:34 PM, Stéphane Ducasse
<[email protected]> wrote:
> Yanni
>
> I imagine that you are right.
> Jorge I got problem with
>
>        colorPaletteForDepth: depth extent: chartExtent
>
> I think that we should recompile the image. I should have thought about that.
> I could remove the last change for the moment.
>
> Stef
>
> On Mar 3, 2010, at 4:58 PM, Yanni Chiu wrote:
>
>> Jorge Ressia wrote:
>>> We tested it with Lukas and is working fine. However, we should see
>>> that there are no further side effects.
>>
>> I can't check right now, but I suspect it is the cause of this
>> side-effect - you cannot use the same block variable name in the same
>> method. E.g.
>>
>> foobar
>>       collectionA do: [:each | each foo].
>>       collectionB do: [:each | each bar].
>>
>> I get a syntax error on the second "each". Is this considered shadowing?
>>
>> --
>> Yanni
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to