pharo-project / pharo

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

Migrate Rename Temporary to use the Driver architecture #17300

Closed jecisc closed 1 month ago

jecisc commented 1 month ago

This change fixes the rename temporary refactoring that is currently broken. In order to do that I am migrating this refactoring to use the Driver infrastructure instead of the Commander 1 commands in Calypso

Fixes #17075

Ducasse commented 1 month ago

For me this is ok but your sharp eyes may be better :)

Ducasse commented 1 month ago

It was a nice way to explain the new architecture to Cyril