
Issue #21616 has been reported by jinroq (Jinroq SAITOH). ---------------------------------------- Feature #21616: date ライブラリを deprecated させたい https://bugs.ruby-lang.org/issues/21616 * 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/