Re: A review of changes between 5.1 and 5.2-work3
[
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: 2010年5月21日 20:11:07 -0400
On Fri, May 21, 2010 at 11:19 AM, Jerome Vuarand
<jerome.vuarand@gmail.com> 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)).