<div dir="ltr">Another option is to use "browse revisions", then select the revision which un-deprecates it and select, "browse origin".  Then you will have the version name which can be searched on the list.   :)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 12, 2021 at 9:10 PM David T. Lewis <<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Apr 12, 2021 at 09:11:54PM +0000, Thiede, Christoph wrote:<br>
> Maybe just create a new version and add the pointer directly into the<br>
> comment of #asMutator? This will be even more helpful for people who<br>
> wonder "Should I use #asMutator or #asSimpleSetter"?<br>
> <br>
> I also wonder whether #asMutator deserves a #deprecate flag at least.<br>
> Otherwise, we will have the situation of two ambiguous selectors without<br>
> any recommendation, again.<br>
> <br>
<br>
Let's not over-engineer it. Just look at the method comment. Is anyone<br>
ever going to use a method with a name like "asMutator" without first<br>
looking at the method to see what it does?  I certainly hope not :-)<br>
<br>
  Symbol>>asMutator<br>
    "Synonym for asSimpleSetter, retained for support of external packages such as Seaside"<br>
    ^ self asSimpleSetter<br>
<br>
Dave<br>
<br>
<br>
</blockquote></div>