Re: Patch 8.2.2944

2021-06-06 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 06-Jun-2021 04:52, Bram Moolenaar wrote: > > Patch 8.2.2944 > > Problem:Vim9: no error when using job or channel as a string. > > Solution: Be more strict about conversion to string. (closes #8312) > > Files: src/typval.c, src/jo

Re: Patch 8.2.2944

2021-06-05 Fir de Conversatie John Marriott
On 06-Jun-2021 04:52, Bram Moolenaar wrote: Patch 8.2.2944 Problem:Vim9: no error when using job or channel as a string. Solution: Be more strict about conversion to string. (closes #8312) Files: src/typval.c, src/job.c, src/proto/job.pro, src/channel.c, src/proto

Patch 8.2.2944

2021-06-05 Fir de Conversatie Bram Moolenaar
Patch 8.2.2944 Problem:Vim9: no error when using job or channel as a string. Solution: Be more strict about conversion to string. (closes #8312) Files: src/typval.c, src/job.c, src/proto/job.pro, src/channel.c, src/proto/channel.pro, src/eval.c, src/vim9execute.c