lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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