pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 53 forks source link

Bug fix: Context menu item ‘Revert to selected version’ in recent versions of a method does not revert #710

Closed bouraqadi closed 7 months ago

bouraqadi commented 7 months ago

Fix for issue 16045 raised in Pharo. In method version browser, revert context menu should actually revert method version.

bouraqadi commented 7 months ago

There a build test failure. But, it is not related to this fix:

SystemDependenciesTest
 ✗ #testExternalIDEDependencies (66ms)
TestFailure: Given Collections do not match!
    additions : #('Microdown' 'Microdown-RichTextComposer')
    missing: #()
Ducasse commented 7 months ago

Thanks! This is cool that you fixed it!