Re: [vim/vim] [vim9script] Regression after fixing constructor argument type checking bug (Issue #13102)

2023-09-16 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Sep 16, 2023 at 1:30 AM Lifepillar wrote: > Steps to reproduce > > Patch 9.0.1724 (“vim9class constructor argument type checking bug”) has > introduced a regression in one of my Vim 9 libraries. I have a test suite > that caught that >

Re: [vim/vim] Interfaces should not support class methods and variables (PR #13100)

2023-09-16 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Sep 16, 2023 at 10:26 AM errael wrote: > This seems like it should work. Gets > > E1315: White space required after name: I1, I2 > > vim9script > > interface I1 > def F1() > def F2() > endinterface > > interface I2 > def F2() > def F3() > endinterface > > interface

Commit: patch 9.0.1903: CI fails because snd-dummy modules missing

2023-09-16 Fir de Conversatie Christian Brabandt
patch 9.0.1903: CI fails because snd-dummy modules missing Commit: https://github.com/vim/vim/commit/a66feb5fb5c647df1009c90278f75dc438f81dc9 Author: Christian Brabandt Date: Sat Sep 16 18:29:42 2023 +0200 patch 9.0.1903: CI fails because snd-dummy modules missing Problem:

Commit: runtime(man): Man plugin does not respect 'gdefault'

2023-09-16 Fir de Conversatie Christian Brabandt
runtime(man): Man plugin does not respect 'gdefault' Commit: https://github.com/vim/vim/commit/249a2088036fb77948f208050b9f7790bf3c11a8 Author: Yee Cheng Chin Date: Sat Sep 16 18:09:47 2023 +0200 runtime(man): Man plugin does not respect 'gdefault' Fix the issue introduced by

Commit: patch 9.0.1902: Vim9: Coverity complains about dead code

2023-09-16 Fir de Conversatie Christian Brabandt
patch 9.0.1902: Vim9: Coverity complains about dead code Commit: https://github.com/vim/vim/commit/e2deb7e598687e6359009c509d14f8b85be5a13b Author: Yegappan Lakshmanan Date: Sat Sep 16 18:05:07 2023 +0200 patch 9.0.1902: Vim9: Coverity complains about dead code Problem: Vim9:

Re: [vim/vim] Class members are accesible only from the class where they are defined. (PR #13086)

2023-09-16 Fir de Conversatie Christian Brabandt
On Sa, 16 Sep 2023, Yegappan Lakshmanan wrote: > Hi Christian, > > On Sat, Sep 16, 2023 at 4:20 AM Christian Brabandt > wrote: > > > Coverity complains about this part here: > > > I have opened the PR https://github.com/vim/vim/pull/13103 to fix this. Thanks! Best, Christian -- The

Re: [vim/vim] Class members are accesible only from the class where they are defined. (PR #13086)

2023-09-16 Fir de Conversatie Yegappan Lakshmanan
Hi Christian, On Sat, Sep 16, 2023 at 4:20 AM Christian Brabandt < vim-dev-git...@256bit.org> wrote: > Coverity complains about this part here: > I have opened the PR https://github.com/vim/vim/pull/13103 to fix this. Regards, Yegappan > *** CID 1544700: Control flow issues (DEADCODE) >

Commit: patch 9.0.1900: Configure script uses non-portable == comparison

2023-09-16 Fir de Conversatie Christian Brabandt
patch 9.0.1900: Configure script uses non-portable == comparison Commit: https://github.com/vim/vim/commit/e7d79eb98a30c529cf53fb4852a71b9fd1336c41 Author: Yee Cheng Chin Date: Sat Sep 16 13:38:26 2023 +0200 patch 9.0.1900: Configure script uses non-portable == comparison