Re: [Pharo-project] MethodContext #tempScopedNames vs #tempAt

2011-09-13 Thread Philippe Marschall
On 12.09.2011 23:11, Eliot Miranda wrote: Hi Phillipe, On Mon, Sep 12, 2011 at 11:06 AM, Philippe Marschall kus...@gmx.net mailto:kus...@gmx.net wrote: Hi While trying to debug the debugger in Seaside (hi Mike) I stumbled on something funny. Seaside the following code to

Re: [Pharo-project] MethodContext #tempScopedNames vs #tempAt

2011-09-13 Thread Philippe Marschall
On 13.09.2011 18:54, Philippe Marschall wrote: On 12.09.2011 23:11, Eliot Miranda wrote: Hi Phillipe, On Mon, Sep 12, 2011 at 11:06 AM, Philippe Marschall kus...@gmx.net mailto:kus...@gmx.net wrote: Hi While trying to debug the debugger in Seaside (hi Mike) I stumbled on

[Pharo-project] MethodContext #tempScopedNames vs #tempAt

2011-09-12 Thread Philippe Marschall
Hi While trying to debug the debugger in Seaside (hi Mike) I stumbled on something funny. Seaside the following code to work: Semaphore forMutualExclusion critical: [ | sender | sender := thisContext sender. sender tempAt: sender tempScopedNames size ] But it doesn't,

Re: [Pharo-project] MethodContext #tempScopedNames vs #tempAt

2011-09-12 Thread Eliot Miranda
Hi Phillipe, On Mon, Sep 12, 2011 at 11:06 AM, Philippe Marschall kus...@gmx.net wrote: Hi While trying to debug the debugger in Seaside (hi Mike) I stumbled on something funny. Seaside the following code to work: Semaphore forMutualExclusion critical: [ | sender | sender