squeak-smalltalk / squeak-object-memory

Issues and assets related to the Squeak object memory.
https://bugs.squeak.org
MIT License
11 stars 1 forks source link

MessageTrace "implementors" on a missing method raises MessageNotUnderstood by UndefinedObject #88

Closed j4yk closed 10 months ago

j4yk commented 11 months ago

In a MessageTrace, when a method gets removed by another tool while the trace is still open, and the method is selected again in the trace, it shows "Missing" in the source pane. That is all right. However the "implementors" action (via the button, pressing the shortcut in the list, or from the context menu of the list) raises a debugger with "MessageNotUnderstood: UndefinedObject>>messages". It should have added methods with the same selector instead, if any.

All the other buttons seem to work properly, or at least don't raise an error.

LinqLover commented 10 months ago

Fixed via Tools-ct.1228

LinqLover commented 10 months ago

Someone with the necessary permissions, please close this issue, sigh ... (Or would you give me the permission? :-))