[前][次][番号順一覧][スレッド一覧]

ruby-changes:64128

From: Nobuyoshi <ko1@a...>
Date: Sun, 13 Dec 2020 19:37:01 +0900 (JST)
Subject: [ruby-changes:64128] 12eb5734b3 (master): Sorted links by URLs and issue numbers [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=12eb5734b3

From 12eb5734b3ca1dabfd8286de1d0841d80286fe02 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 13 Dec 2020 19:26:47 +0900
Subject: Sorted links by URLs and issue numbers [ci skip]

```
ruby -e 'puts readlines.sort_by {[_1[%r[(https?://.*?)(?:/\d+)?$],1], _1[/\d+$/].to_i]}'
```

diff --git a/NEWS.md b/NEWS.md
index 42a7f8b..632fb22 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -621,6 +621,7 @@ end https://github.com/ruby/ruby/blob/trunk/NEWS.md#L621
 [Feature #15504]: https://bugs.ruby-lang.org/issues/15504
 [Feature #15575]: https://bugs.ruby-lang.org/issues/15575
 [Feature #15822]: https://bugs.ruby-lang.org/issues/15822
+[Misc #15893]:    https://bugs.ruby-lang.org/issues/15893
 [Feature #15921]: https://bugs.ruby-lang.org/issues/15921
 [Feature #15973]: https://bugs.ruby-lang.org/issues/15973
 [Feature #16131]: https://bugs.ruby-lang.org/issues/16131
@@ -643,7 +644,6 @@ end https://github.com/ruby/ruby/blob/trunk/NEWS.md#L644
 [Feature #16815]: https://bugs.ruby-lang.org/issues/16815
 [Feature #16828]: https://bugs.ruby-lang.org/issues/16828
 [Misc #16961]:    https://bugs.ruby-lang.org/issues/16961
-[Misc #15893]:    https://bugs.ruby-lang.org/issues/15893
 [Feature #17055]: https://bugs.ruby-lang.org/issues/17055
 [Feature #17104]: https://bugs.ruby-lang.org/issues/17104
 [Feature #17122]: https://bugs.ruby-lang.org/issues/17122
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]