[ruby-core:99697] [Ruby master Feature#17040] cleanup include/ruby/backward*
From:
naruse@...
Date:
2020-08-26 07:07:26 UTC
List:
ruby-core #99697
Issue #17040 has been updated by naruse (Yui NARUSE).
It looks implementation detail and concurrent gems already supports new headers.
Go ahead
----------------------------------------
Feature #17040: cleanup include/ruby/backward*
https://bugs.ruby-lang.org/issues/17040#change-87188
* Author: shyouhei (Shyouhei Urabe)
* Status: Open
* Priority: Normal
----------------------------------------
I recently noticed [[ruby-dev:35813]](http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/35813):
> こんなところでどうでしょうか。include/ruby/backwardは2.0までには
> 削除するということで。
It reads: "How about the following. Will delete include/ruby/backward by 2.0."
In reality, the directories lasted for the entire 2.x era. But isn't 3.0 a good time to finally delete them?
- include/ruby/backward/2/extern.h: deprecated since 1.8.0. [PR](https://github.com/ruby/ruby/pull/3338)
- include/ruby/backward/classext.h: deprecated since 1.9.3. [PR](https://github.com/ruby/ruby/pull/3340)
- struct RClassDeprecated: deprecated since 2.3.0. [PR](https://github.com/ruby/ruby/pull/3341)
- include/ruby/backward/rubysig.h: deprecated since 1.9.0. [PR](https://github.com/ruby/ruby/pull/3343)
- include/ruby/backward/rubyio.h: deprecated since 1.9.0. [PR](https://github.com/ruby/ruby/pull/3344)
- include/ruby/backward/st.h: deprecated since 1.9.0. [PR](https://github.com/ruby/ruby/pull/3345)
- include/ruby/backward/util.h: deprecated since 1.9.0. [PR](https://github.com/ruby/ruby/pull/3345)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>