Gabriel Sobrinho
Gabriel Sobrinho
Lua 5.1 is working on ruby 2.1.5p273 but to be honest, I'm complete lost on the C code :flushed: Seems like the C API on Lua 5.2 [has changed](http://www.lua.org/manual/5.2/readme.html#changes) and...
What I got so far is that `lua_load` has changed from [this](http://www.lua.org/manual/5.1/manual.html#lua_load) to [this](http://www.lua.org/manual/5.2/manual.html#lua_load). I will try to fix it but do not trust me hahahahahaha!
It compiled but now when running the examples on README: ``` λ irb (main) normal> require 'rlua' => true (main) normal> (main) statement_continue> state = Lua::State.new # create Lua interpreter...
I think I will be useful writing a test suite in ruby to ensure we don't break anything on ruby API on that change (from 5.1 to 5.2). Would be...
@iamacup ping
@davydotcom could you paste the entire backtrace? I don't see the problem.
As suggestion @mperham, I feel like the framework should be pulled into Sidekiq but not the concrete implementations. AR can be suggested to be used as I reported on #9:...
We lost the instrumentation with that change but I think we should focus on instrumentation at rails adapters itself instead of Jbuilder. Make sense?
Also, not sure why the build failed, it's working locally and I don't have permissions to rerun the build.
This is somehow a new incarnation of #298.