feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.12k stars 49 forks source link

Handle MessageNotUnderstood coming from ProtoObject>>doesNotUnderstand: #3997

Closed chisandrei closed 2 months ago

chisandrei commented 2 months ago

Currently MessageNotUnderstood errors coming from ProtoObject>>doesNotUnderstand: are not properly handled by GtDoesNotUnderstandDebugAction. That's because the action expects the exception to be stored in a temporary like in Object>>doesNotUnderstand:.

Screenshot 2024-09-09 at 13 10 17
chisandrei commented 2 months ago
Screenshot 2024-09-09 at 13 20 52