Issue #21616 has been updated by jinroq (Jinroq SAITOH). Thanks for your advices! After careful consideration, I've concluded that the date library shouldn't be deprecated. An alternative solution would be to rewrite the date library from C to Ruby, so that any programmer who understands Ruby could maintain it. Here's an example: https://github.com/jinroq/date/tree/replace_c_to_ruby This issue is closed. ---------------------------------------- Feature #21616: date ライブラリを deprecated させたい https://bugs.ruby-lang.org/issues/21616#change-116438 * Author: jinroq (Jinroq SAITOH) * Status: Open ---------------------------------------- ### 概要 *date ライブラリが長期間メンテナンスされておらず、機能を time ライブラリに委譲して deprecated させたい* というお話が出ていると風の噂で耳にしましたが、どこまでを考えられているのかご意見をお聞きしたいです。 ### 確認事項 #### `Date._parse` を time に移植したい `Time._parse` なるものが実現できれば十分でしょうか?(それっぽく移植は[してみました](https://github.com/ruby/time/compare/master...jinroq:time:implement_parse_from_date)。) #### `Date.strptime` を time に移植したい [date_strptime.c](https://github.com/ruby/date/blob/master/ext/date/date_strptime.c) をそのまま time に移植していいものでしょうか? 「time に移植するならついでにこんな感じだと嬉しい」といった要望があったりするのでしょうか? #### deprecated させた場合の影響範囲 deprecated はかなりのインパクトであり、様々な gem やプロダクトに影響を及ぼすかと思います。 例えば「Ruby on Rails では誰に相談すべきか」など、どこまでを考慮すべきでしょうか? -- https://bugs.ruby-lang.org/