[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua-Harness
- From: Dibyendu Majumdar <mobile@...>
- Date: Sun, 19 Jan 2020 00:02:41 +0000
Hi François,
On Sat, 18 Jan 2020 at 09:43, François Perrad <francois.perrad@gadz.org> wrote:
> The support of Ravi in lua-Harness has required little effort.
>
That's good to know.
> Currently with Ravi, _VERSION = 'Ravi 5.3'
> In order to have a better compatibility with existing Lua code & libraries,
> I think it is better to have :
> _VERSION = 'Lua 5.3' (as Ravi is aligned with Lua 5.3)
> ravi.version = 'Ravi 1.0-beta3' (like jit.version in LuaJIT)
>
Okay thank you - I will implement the suggestion in the near future.
Regards
Dibyendu