|
On 13 Nov 2018, at 19:16, Dirk Laurie <dirk.laurie@gmail.com> wrote:
This does need a compiler change to fix because of the way locals and upvalues get hard coded at compile time. My "declared upvalue" patch from 2-ish years ago fixes this as well as the recent request regarding upvalue ordering (I mentioned it in that thread). I raise it again here because your proposal of adding a 'blind' keyword is the same as the empty upvalue list `<>` in my syntax. Regards, Duane. |