You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Convert cache objects to TypedData API
The replacement API was introduced in Ruby 1.9.2 (2010),
and the old untyped data API was marked a deprecated in the documentation
as of Ruby 2.3.0 (2015)
Ref: https://bugs.ruby-lang.org/issues/19998
* Convert parser objects to TypedData API
The replacement API was introduced in Ruby 1.9.2 (2010),
and the old untyped data API was marked a deprecated in the documentation
as of Ruby 2.3.0 (2015)
Ref: https://bugs.ruby-lang.org/issues/19998
* Convert encoder objects to TypedData API
The replacement API was introduced in Ruby 1.9.2 (2010),
and the old untyped data API was marked a deprecated in the documentation
as of Ruby 2.3.0 (2015)
Ref: https://bugs.ruby-lang.org/issues/19998
* Convert StringWriter and StreamWriter objects to TypedData API
The replacement API was introduced in Ruby 1.9.2 (2010),
and the old untyped data API was marked a deprecated in the documentation
as of Ruby 2.3.0 (2015)
Ref: https://bugs.ruby-lang.org/issues/19998
* Convert Stack objects to TypedData API
The replacement API was introduced in Ruby 1.9.2 (2010),
and the old untyped data API was marked a deprecated in the documentation
as of Ruby 2.3.0 (2015)
Ref: https://bugs.ruby-lang.org/issues/19998
* Remove useless DATA_PTR call and appease clang-format
---------
Co-authored-by: Jean Boussier <[email protected]>
0 commit comments