lua-users home
lua-l archive

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


As a side note, I have a fix for lanes so that the "waiting" status is properly reported when waiting for a linda communication, but neither sourceforce project administrators (Asko Kauppi and Thomas Fletcher) have acknowledged my attempts at communicating with them, either directly or through this list. Maybe I'll be more lucky this time?

-----Message d'origine-----
De : lua-bounces@bazar2.conectiva.com.br [mailto:lua-bounces@bazar2.conectiva.com.br] De la part de Greg Hill
Envoyé : vendredi 15 janvier 2010 16:41
À : lua@bazar2.conectiva.com.br
Objet : Lua Lanes with LuaJIT 2.0

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