Re: [ANN] Lua 5.2.0 (alpha) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (alpha) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2010年11月16日 14:55:02 -0200
> I see that luaL_typeerror() was removed completely (after rename
> from luaL_typerror() in previous work releases). Is it intentional?
> What was wrong with it?
It is a quite specific function, with a strange interface (one type came
as a tag, the other as a name), easily written by the user if needed.
-- Roberto