AdUki / LuaState

Lua51-52 binding library
Apache License 2.0
77 stars 14 forks source link

auto cast std::string to c_str for lua values #11

Closed fritzy closed 10 years ago

fritzy commented 10 years ago

See issue #10

fritzy commented 10 years ago

Hey, how about that, the Travis CI builds pass now. Sorry about that!

AdUki commented 10 years ago

No problem, it was Lua 5.2 API. The call _luaobjlen has different name there... On 10/16/2014 08:31 AM, Nathan Fritz wrote:

Hey, how about that, the Travis CI builds pass now. Sorry about that!

— Reply to this email directly or view it on GitHub https://github.com/AdUki/LuaState/pull/11#issuecomment-59319595.

fritzy commented 10 years ago

I think you're referring to my other pull request with lua_objlen. This one is for string auto-casting. Sorry about the issue on the other one though! :)

AdUki commented 10 years ago

Ah, yes. It was other issue. Thx for contributing