VC/PAI - before I forget what happened

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

VC/PAI - before I forget what happened

Bill Schwab-2
Hi Blair,

Appologies if this is a wild goose chase, but, I want to write this down
before I forget what I did.  I created a tool bar and dragged a few other
toolbars (Smalltalk tools etc.) to it.  Then I tried to delete an item,
apparently causing either an infinite loop or something that ran for a while
and took a very long time to do something - I was able to break into easily
though.  Actually, I think it's a little of both.  There is a lot of
TreeModel>>preOrderDo:on: happening (perhaps w/o termination), and it's
invoking the search of all getters (which could account for the time
required to get not terribly far into the recursion) to create published
aspect lists.

Have a good one,

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: VC/PAI - before I forget what happened

Blair McGlashan
"Bill Schwab" <[hidden email]> wrote in message
news:[hidden email]...
> Hi Blair,
>
> Appologies if this is a wild goose chase, but, I want to write this down
> before I forget what I did.  I created a tool bar and dragged a few other
> toolbars (Smalltalk tools etc.) to it.  Then I tried to delete an item,
> apparently causing either an infinite loop or something that ran for a
while
> and took a very long time to do something - I was able to break into
easily
> though.  Actually, I think it's a little of both.  There is a lot of
> TreeModel>>preOrderDo:on: happening (perhaps w/o termination), and it's
> invoking the search of all getters (which could account for the time
> required to get not terribly far into the recursion) to create published
> aspect lists.

This sounds like #557.

Regards

Blair