[squeak-dev] squeak fu for deleted methods

Marcel Taeumel marcel.taeumel at hpi.de
Wed May 27 13:08:14 UTC 2020


Hi Subbu.

Code for that exists in the context of change sets. The regular ChangeSorter can show versions for deleted methods that are still in the change set. It's in the context menu. Also, "Recover Changes" (Extras menu) uses a maybe similar code path via ChangeList >> #browseRecentLog.

> without manually bisecting every changeset in a package?

Ah, so you know about the ChangeSorter. Would be interesting to put "look for selector in .changes file" into a menu. :-)

Best,
Marcel
Am 27.05.2020 14:07:02 schrieb K K Subbu <kksubbu.ml at gmail.com>:
Hi,

The version button in Browser is useful for methods which are displayed
in the method pane. What about methods which have been deleted?

E.g. How can I find the changeset/version which deleted a method, say
#translate:doInlining: without manually bisecting every changeset in a
package?

Thanks in advance .. Subbu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200527/96d627d4/attachment.html>


More information about the Squeak-dev mailing list