Raku / whateverable

🤖 Different IRC bots that operate on a bunch of prebuilt Rakudo versions
https://gist.github.com/Whateverable
GNU Affero General Public License v3.0
18 stars 14 forks source link

RFC: remove support for ranges as a commit option #346

Open MasterDuke17 opened 5 years ago

MasterDuke17 commented 5 years ago

I don’t think it (e.g., 1218.12..HEAD) has ever been used in the wild so it’s just an extra code path to maintain and test.

AlexDaniel commented 5 years ago

I agree. Personally I did use it a few times (it was something like 2018.10..HEAD when there were not many commits after the release, also I remember doing something like 2018.10~100..2018.10), but nowadays I'd much rather use Whateverable as a library and run it on my own computer (gist). Feel free to remove the feature and the corresponding tests.