d-unsed / ruru

Native Ruby extensions written in Rust
MIT License
832 stars 40 forks source link

Mark Fixnum as deprecated #55

Open d-unsed opened 7 years ago

d-unsed commented 7 years ago

Mark Fixnum struct as deprecated to have a consistent API with 2.4.

danielpclark commented 7 years ago

Just to be clear you'll still have support for this?

I'm starting to port my project from FFI to ruru and my project is most useful with Rails 3 & 4 with an older asset pipeline so the Ruby being used is pre 2.4

Many other things break for me when trying to switch to 2.4 so I'm staying with 2.3 until the ecosystem stabilizes.