[ruby-core:105650] [Ruby master Feature#14091] Remove Time#succ
From:
"jeremyevans0 (Jeremy Evans)" <noreply@...>
Date:
2021-10-15 21:55:21 UTC
List:
ruby-core #105650
Issue #14091 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Assigned to Closed `Time#succ` was removed in Ruby 3.0. ---------------------------------------- Feature #14091: Remove Time#succ https://bugs.ruby-lang.org/issues/14091#change-94147 * Author: pixeltrix (Andrew White) * Status: Closed * Priority: Normal * Assignee: matz (Yukihiro Matsumoto) ---------------------------------------- The method Time#succ was marked as obsolete in Ruby 1.9.3 and whilst it remains Rails has to patch Range#each and Range#step to prevent logs from being filled with the deprecation messages (see https://github.com/rails/rails/pull/11474). It's been over 8 years now which seems like a more than adequate period to wait before removal. ---Files-------------------------------- remove-time-succ.diff (3.81 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>