lua-users home
lua-l archive

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


On 22 January 2015 at 17:48, Timm S. Mueller
<[email protected]> wrote:
> On Thu, 22 Jan 2015 16:21:36 -0200
> Hisham <[email protected]> wrote:
>
>> On 21 January 2015 at 20:15, Timm S. Mueller
>> <[email protected]> wrote:
>> > LuaExec is another take on multitasking for Lua.
>> >
>> > http://luaexec.neoscientists.org/
>>
>> Hi!
>>
>> I gave it a quick spin, and wrote a rockspec for it (it follows
>> attached — tested only on Linux, but I followed your `config` file).
>>
>> > - should work with Lua 5.1, 5.2, 5.3, and LuaJIT on POSIX and Windows
>>
>> I see that the .lua parts use module(), so I believe they run only in
>> 5.1 (or 5.2 with compat flags on).
>
> Yes, this is documented, and I updated the documentation in the meantime
> to reflect that LUA_COMPAT_MODULE is really only needed for the example.

...and the documentation generator (though I see the docs come
pre-generated (excellent!) so that's not a problem).

-- Hisham