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

Interactive print-it is lost after undoing removal of result #101

Open LinqLover opened 7 months ago

LinqLover commented 7 months ago

To reproduce: print it2+3, delete the result, Cmd+S to restore.

Expected: Can still click on 5 to inspect it

Actual: Cannot do so (presumably because TextInspectIt is oblivious?)

Discussion: Enabling this would make debugging reference-related issues ("why is this object still referenced?") much harder. However, it could also improve the reversibility and liveness wrt doits in the system.