pharo
pharo copied to clipboard
Context menu item ‘Revert to selected version’ in recent versions of a method does not revert
In Pharo 12 build 1323, the context menu item ‘Revert to selected version’ in the recent versions of a method does not seem to work. The balloon text also seems wrong:
The ‘Revert’ toolbar button does work.
Also: all of the other toolbar buttons (‘Browse’, ‘References’, ‘Senders’ and ‘Implementors’) cause a MessageNotUnderstood to be signaled.
This is the price to pay when we do not write tests. :(
Experienced the same bug here. I think this should be fixed before releasing P12.
No suprize revert does not work. Method StVersionBrowserPresenter >> #doRevert is empty!
This issue actually belongs to NewTools.
Bug fixed + PR opened.
fix merged
Thanks! I quickly tried it out using Pharo 12 build 1402. The menu item ‘Revert to selected version’ works again. But the balloon text still seems wrong. The toolbar buttons ‘Browse’, ‘References’, ‘Senders’ and ‘Implementors’ also still cause a MessageNotUnderstood to be signaled.
Perhaps this should be reopened, or should a new issue be opened?