[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Moving a program to Lua 5.3
- From: Staven <staven@...>
- Date: Tue, 5 May 2015 08:59:40 +0000
On Tue, May 05, 2015 at 10:10:58AM +0200, Enrico Colombini wrote:
> I am unsure on how to test for correctness when updating a program
> from Lua 5.2 to Lua 5.3. I am worried about the int/fp part (I am
> not even sure I understand all of its implications).
You could always just... not port it to 5.3?
I mean, unless you specifically need some feature offered
by 5.3 and not 5.2, why mess with something that works?