rlua
rlua copied to clipboard
Ruby to Lua bindings library.
I've added some tests to the `boostrap_*` functions. As mentioned [here](https://github.com/whitequark/rlua/issues/4#issuecomment-75482075), I've had to remove setenv/getenv. I have also removed bootstrap_unpack, as it seems to have been removed from the...
It seems that `Lua::Function` and `Lua::Table` are never getting removed from memory. `Lua::State` is only removed when manually removing all references. ```ruby require 'rlua' def stressloop_for(c, *klasses) GC.start GC.stress =...
Hi, I'm going to try to add this support on rlua but I never wrote any line of C, so, I may need some help.
I'm aware of https://github.com/whitequark/rlua/issues/3 but that doesn't provide any kind of resolution. Adding `rlua` to a fresh Gemfile and attempting to build against a `brew install`ed version of lua leads...