ruby-debug / debase

BSD 2-Clause "Simplified" License
209 stars 32 forks source link

Revert old Bootsnap hack #70

Closed ViugiNick closed 5 years ago

ViugiNick commented 5 years ago

This hack was useful for Ruby versions from 2.5.0 to 2.5.1. But it turned out that not all Ruby distributive method ibf_load_iseq_complete is publicly visible. As a result, the debase gem building fails on system ruby, for instance. So it seems that it will be easier to just revert this dirty hack

About Ruby-side fix https://github.com/deivid-rodriguez/byebug/issues/452#issuecomment-431166173

It will fix: https://github.com/denofevil/debase/issues/69 https://github.com/denofevil/debase/issues/66 https://github.com/denofevil/debase/issues/64

https://github.com/ruby-debug/ruby-debug-ide/issues/146