Re: Patch 8.2.2759

2021-04-13 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 8.2.2759 > Problem:Vim9: for loop infers type of loop variable. > Solution: Do not get the member type. (closes #8102) > Files: src/vim9type.c, src/proto/vim9type.pro, src/list.c, > src/vim9script.c, src/proto/vim9script.pro, src/vim.h, &g

Re: Patch 8.2.2759

2021-04-13 Fir de Conversatie tooth pik
i can't build after pulling this patch On Tue, Apr 13, 2021 at 1:54 PM Bram Moolenaar wrote: > > Patch 8.2.2759 > Problem:Vim9: for loop infers type of loop variable. > Solution: Do not get the member type. (closes #8102) > Files: src/vim9type.c, src/proto/vim9

Re: Patch 8.2.2759

2021-04-13 Fir de Conversatie Maxim Kim
t create, dictitem_T *di, int flags, typval_T *tv, type_T **type, int do_member); ^~ вторник, 13 апреля 2021 г. в 22:08:25 UTC+3, basi...@internode.on.net: > > On 14-Apr-2021 04:54, Bram Moolenaar wrote: > > Patch 8.2.2759 > > Problem: Vim9: for loop in

Re: Patch 8.2.2759

2021-04-13 Fir de Conversatie John Marriott
On 14-Apr-2021 04:54, Bram Moolenaar wrote: Patch 8.2.2759 Problem:Vim9: for loop infers type of loop variable. Solution: Do not get the member type. (closes #8102) Files: src/vim9type.c, src/proto/vim9type.pro, src/list.c, src/vim9script.c, src/proto/vim9script.pro

Patch 8.2.2759

2021-04-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.2759 Problem:Vim9: for loop infers type of loop variable. Solution: Do not get the member type. (closes #8102) Files: src/vim9type.c, src/proto/vim9type.pro, src/list.c, src/vim9script.c, src/proto/vim9script.pro, src/vim.h, src/testdir