lua-users home
lua-l archive

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


> ( I'm upgrading from 3.1 so disregard if this is old news )...
>
>It should be documented that the behavior of the standard library "open"
>functions has changed.  [...]

This is new news... With multi-states, we decided not to implicitly call
lua_open when lua_state is NULL. We will document it properly, and put an
apropriate error message in luaL_openlib.

-- Roberto