[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Re[2]: [ANN] Lua 5.2.0 (work1) now available
- From: Leo Razoumov <slonik.az@...>
- Date: Tue, 12 Jan 2010 16:11:29 -0500
On 2010-01-12, Bulat Ziganshin <bulat.ziganshin@gmail.com> wrote:
> Hello Roberto,
>
>
> > This bug is caused by a really dirty trick. Lua are using the third
> > letter of the type name to distinguish between type names.
> > "number" and "nil" crash on the first letter, "number" and "function"
> > crash on the second; but "string" and "thread" crash on the third.
>
> > (Yes, I know, this was a really dirty trick...)
>
>
> well, you can fourth letter to make it perfect :D
>
Well, "nil" does not have fourth letter.
--Leo--
- References:
- Re: [ANN] Lua 5.2.0 (work1) now available, Alexander Gladysh
- Re: [ANN] Lua 5.2.0 (work1) now available, Ignacio Burgueño
- Re: [ANN] Lua 5.2.0 (work1) now available, steve donovan
- Re: [ANN] Lua 5.2.0 (work1) now available, Alexander Gladysh
- Re: [ANN] Lua 5.2.0 (work1) now available, steve donovan
- Re: [ANN] Lua 5.2.0 (work1) now available, Tom N Harris
- Re: [ANN] Lua 5.2.0 (work1) now available, Nevin Flanagan
- Re: [ANN] Lua 5.2.0 (work1) now available, Tom N Harris
- Re: [ANN] Lua 5.2.0 (work1) now available, Roberto Ierusalimschy
- Re[2]: [ANN] Lua 5.2.0 (work1) now available, Bulat Ziganshin