[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.2 (rc1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 19 Nov 2015 11:49:38 -0200
> The common mistake is use string.format to concat strings may contain zeros.
>
> Maybe supporting embedded zeros would be better ?
That is not trivial to implement. We would need to implement flag '-',
width, and "precision". I don't think it is worth the trouble, to
support something that, as you said, is a mistake.
-- Roberto