The Wayback Machine - https://web.archive.org/web/20210922200033/https://lua-users.org/lists/lua-l/2010-05/msg00560.html
lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]
See More


On Fri, May 21, 2010 at 11:19 AM, Jerome Vuarand
<[email protected]> wrote:
> Also I'm a bit surprised by point 54: luaL_typerror wasn't really a
> typo, but rather a contraction. It was consistent with luaL_argerror
> (instead of luaL_argumenterror) in having 3 characters between "luaL_" and "error".

It is inconsistent though with lua_typename and other usages (e.g.
lua_type, luaL_checktype, and type(o)).