COLLECTED BY
Web crawl data from Common Crawl.
The Wayback Machine - https://web.archive.org/web/20210922200033/https://lua-users.org/lists/lua-l/2010-05/msg00560.html
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A review of changes between 5.1 and 5.2-work3
- From: David Manura <dm.lua@...>
- Date: Fri, 21 May 2010 20:11:07 -0400
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)).