The Inbox: System-mt.697.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: System-mt.697.mcz

Eliot Miranda-2
Hi Marcel,

On Jan 28, 2015, at 7:49 AM, Marcel Taeumel <[hidden email]> wrote:

> If we keep record of MethodContext >> #isExecutingBlock in MessageTally >>
> #tallyPath:by: (resp. #tallyPath:in:by:) we could change the printing to
> prepend "[] in" again. :)

Look at my fix in AndreasSystemProfiler.  I introduced a blockNesting count.  This allows printing block nesting that I chose to write as
        [] in UndefinedObject doit
            Collection foo
                [[]] in UndefinedObject doit
etc

>
> Best,
> Marcel
>
>
>
> --
> View this message in context: http://forum.world.st/The-Inbox-System-mt-697-mcz-tp4802003p4802221.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: System-mt.697.mcz

Bert Freudenberg
On 28.01.2015, at 17:36, Eliot Miranda <[hidden email]> wrote:

>
> Hi Marcel,
>
> On Jan 28, 2015, at 7:49 AM, Marcel Taeumel <[hidden email]> wrote:
>
>> If we keep record of MethodContext >> #isExecutingBlock in MessageTally >>
>> #tallyPath:by: (resp. #tallyPath:in:by:) we could change the printing to
>> prepend "[] in" again. :)
>
> Look at my fix in AndreasSystemProfiler.  I introduced a blockNesting count.  This allows printing block nesting that I chose to write as
>        [] in UndefinedObject doit
>            Collection foo
>                [[]] in UndefinedObject doit
> etc
Ah, neat.

- Bert -






smime.p7s (5K) Download Attachment
12