lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Does Lua Lanes work with LuaJIT 2.0 beta 2?

I get the error 'Need to see "tostring()" once' when I 'require("lanes")'.

On closer examination, it appears that LuaJIT has an optimized version of
tostring and lanes is expecting it to be a c-function.

Any suggestions?

- Greg