From: "jeremyevans0 (Jeremy Evans)" Date: 2022-03-10T20:38:35+00:00 Subject: [ruby-dev:51169] [Ruby master Feature#17403] Remove Fixnum and Bignum Issue #17403 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Open to Closed Fixnum and Bignum were removed in commit:40e7aefebad412bde50fa9bdadcc8405f7605355 ---------------------------------------- Feature #17403: Remove Fixnum and Bignum https://bugs.ruby-lang.org/issues/17403#change-96773 * Author: nobu (Nobuyoshi Nakada) * Status: Closed * Priority: Normal ---------------------------------------- They are warned as deprecated since 2.4. As deprecated warnings are not shown by default since 2.7.2, I think we should clean up longstanding warnings. https://github.com/ruby/ruby/pull/3927 -- https://bugs.ruby-lang.org/