[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: Patrick Donnelly <batrick@...>
- Date: Mon, 24 Mar 2014 00:44:32 -0400
On Sun, Mar 23, 2014 at 8:10 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> Most common breakage seem to be (%d+) captures.
I believe the meaning was:
> = string.match("5", "%d")+1
produces 6 due to coercion but would cause an error if coercion is removed.
--
Patrick Donnelly