[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work2) now available (number coercion holy crusade)
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 25 Mar 2014 09:31:34 -0300
> I just hacked together this super-ugly patch [1] (Roberto's patch plus
> a hack to make tonumber work) just to run the LuaRocks test suite with
> coercions off and see what happened.
>
> The results: it ran successfully! Looks like my strongly-typed brain
> hasn't failed me and I've been treating Lua as if it never had
> string-to-number coercions in the first place.
Many thanks for the feedback.
-- Roberto