Patch 8.2.2944

2021-06-05 Thread 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

Re: Patch 8.2.2944

2021-06-05 Thread 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

Re: Patch 8.2.2944

2021-06-06 Thread 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