pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

MCSnapshotBrowser should be ported to Spec #17399

Open Ducasse opened 4 days ago

Ducasse commented 4 days ago

Right now the snapshot browser is implemented in Morphic. It should be redone with Spec. We can access it from the browse in monticello.

I though that cyril cleaned it. @jecisc tell us more.

Capture 2024-11-17 at 18 05 47

jecisc commented 3 days ago

For this one I'm not sure what to do.

We have Calypso that can be open on a Ring model. So I was thinking about casting a Monticello model into a ring one and use Calypso to browse the code.

But we have no test on Calypso with Ring so it breaks a lot. I don't know what is the best between redoing the Snapshot browser in Spec on using Calypso to browse the code.