Closed georgeclaghorn closed 4 years ago
Thanks for tracking this down. It would be good to understand which ruby version added this header in case we need to do something for backwards compatibility
Looks like it's been there all along: https://github.com/ruby/ruby/commits/master/include/ruby/debug.h
Amazing we got by without a header this entire time.
is it possible to release a version with this fix?
Sure just pushed 0.4.14
On Mon, Aug 3, 2020 at 8:35 PM Yosi Attias notifications@github.com wrote:
is it possible to release a version with this fix?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tmm1/rbtrace/pull/82#issuecomment-667948070, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABIXOQTBQUWYDTRSSMEETR62HHVANCNFSM4OSNWGOQ .
@SamSaffron thanks!
Avoids relying on the implicit declaration. Fixes compiling with latest Clang from Xcode 12. Closes #81.