artichoke / ferrocarril

🚆 Experiments to embed Ruby on Rails in Rust with mruby
https://artichoke.github.io/ferrocarril/mruby/
MIT License
62 stars 2 forks source link

Improper use of Rc::unadopt causes still-live Rcs to be deallocated #207

Closed lopopolo closed 5 years ago

lopopolo commented 5 years ago

Find a way to panic on access if the Rc is dead.

lopopolo commented 5 years ago

Addressed in https://github.com/artichoke/cactusref/pull/13 and https://github.com/artichoke/cactusref/pull/19.