[squeak-dev] Re: [Pharo-project] SqueakSource 3

Andreas Raab andreas.raab at gmx.de
Thu Apr 21 09:33:56 UTC 2011


On 4/20/2011 19:00, Tobias Pape wrote:
>
> Am 2011-04-20 um 18:51 schrieb Andreas Raab:
>
>> On 4/20/2011 16:26, Tobias Pape wrote:
>>>> In a Squeak 4.2 image with seaside preloaded, trying to install
>>>> SqueakSource3, the first error coming is:
>>>> MessageNotUnderstood: MethodContext>>tempScopedNames (seems to be in
>>>> WAPharoWalkback).
>>>
>>> Ah, that one…, -.-'
>>> One of the differences between Squeak and Pharo.
>>> The method is called tempNames in Squeak and was in earlier Pharos.
>>> Now the Pharo one changed and is used henceforth in WAPharoWalkback.
>>
>> Are you sure? If I look at Pharo I see #tempNames in all versions that I can find. It would be odd too, to have a perfectly good method like #tempNames be renamed to something ridiculously weird such as #tempScopedNames (what does that even mean?). I think this is simply some copy/paste mistake since for some inexplicable reason tempScopedNames appears to be used by Pharo's version of ContextPart>>tempsAndValuesLimitedTo:indent:.
>>
>> So the fix seems rather simple; just use #tempNames.
>
> Well, I do not use it directly, but some Seaside-component
> that renders a Walkback on HTML does…

Sure but if you don't report issues, then they don't get fixed:

   http://code.google.com/p/seaside/issues/detail?id=650

Cheers,
   - Andreas



More information about the Squeak-dev mailing list