Anki-Android icon indicating copy to clipboard operation
Anki-Android copied to clipboard

NF: apply Ide suggestion to use Kotlin's toString

Open Arthur-Milchior opened this issue 3 years ago • 2 comments

It was done by replacing (java.lang.)?T.toString(([^()])) by $1.toString()

then searching and correcting manually T.toString(

Then adding parenthesis manually when $1 was an expression (always a division)

Arthur-Milchior avatar Sep 09 '22 00:09 Arthur-Milchior

There are build errors.

lukstbit avatar Sep 09 '22 16:09 lukstbit

If you're going to do this, don't use regex, use the IDE

Screenshot 2022-09-10 at 00 26 30

david-allison avatar Sep 09 '22 23:09 david-allison

Hello 👋, this PR has been opened for more than 2 months with no activity on it. If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing! You have 7 days until this gets closed automatically

github-actions[bot] avatar Nov 18 '22 02:11 github-actions[bot]