tmm1 / rbtrace

like strace, but for ruby code
MIT License
1.71k stars 65 forks source link

Ruby API rb_frame_method_id_and_class will be deprecated from Ruby 2.5 #60

Closed k0kubun closed 6 years ago

k0kubun commented 6 years ago

https://github.com/ruby/ruby/commit/b6946d31fc201f6e6a5e046d58b69fa377bb76af

For Ruby 2.6+, we should remove its usage.

tmm1 commented 6 years ago

Is there a replacement?

k0kubun commented 6 years ago

Unfortunately currently no replacement is exported.

The API's actual removal should come with its replacement. So let's close this for now until the new API is fixed. Sorry for early notification.