lua-users home
lua-l archive

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



On 07/31/2014 08:24 PM, Roberto Ierusalimschy wrote:
Just in case, Lua 5.3 will have compile-time options for easily disabling these coercions (one for string->number, another for number->string), but the "standard" will be with coercions enabled.

On 01/17/2015 06:04 AM, Coda Highland wrote:
Isn't there a #define you can set now to disable string-to-number coercions?

I would love to turn off automatic string-to-number conversion, but from looking through the final 5.3.0 luaconf.h, I'm not clear on how to do this -- did it make it into the release? Am I missing something?