[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Update 'defer' statement patch for Lua 5.3
- From: Dibyendu Majumdar <mobile@...>
- Date: Thu, 16 Jul 2020 21:45:53 +0100
Looks like the following got blocked due to the size of the patch.
Here is the patch:
https://github.com/dibyendumajumdar/ravi/blob/master/patches/defer_statement_for_Lua_5_3.patch
On Wed, 15 Jul 2020 at 23:07, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
>
> Hi,
>
> I recently had some time to test the defer statement implementation in
> Ravi and as a result applied several fixes. Attached is an updated
> patch for Lua 5.3 that implements the defer statement for Lua 5.3.
>
> I hope to at some point provide a patch for Lua 5.4 too.
>
> Also in this patch are some adapted tests from Lua 5.4 showing how the
> to-be-closed solution can be adapted to defer statements.
>
> Thanks and Regards
> Dibyendu