Re: After applying patches 9.0.2168 to 9.0.2173 : warning -Wmaybe-uninitialized in vim9cmds.c (not in Tiny)

2023-12-16 Fir de Conversatie Ernie Rael
On 23/12/16 6:26 PM, Yegappan Lakshmanan wrote: Hi Tony, On Sat, Dec 16, 2023 at 3:50 PM Tony Mechelynck wrote: vim9cmds.c: In function ‘compile_defer’: vim9cmds.c:2051:18: warning: ‘type’ may be used uninitialized [-Wmaybe-uninitialized]  2051 |         else if

Re: After applying patches 9.0.2168 to 9.0.2173 : warning -Wmaybe-uninitialized in vim9cmds.c (not in Tiny)

2023-12-16 Fir de Conversatie Yegappan Lakshmanan
Hi Tony, On Sat, Dec 16, 2023 at 3:50 PM Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > vim9cmds.c: In function ‘compile_defer’: > vim9cmds.c:2051:18: warning: ‘type’ may be used uninitialized > [-Wmaybe-uninitialized] > 2051 | else if (check_func_args_from_type(cctx, type,

After applying patches 9.0.2168 to 9.0.2173 : warning -Wmaybe-uninitialized in vim9cmds.c (not in Tiny)

2023-12-16 Fir de Conversatie Tony Mechelynck
vim9cmds.c: In function ‘compile_defer’: vim9cmds.c:2051:18: warning: ‘type’ may be used uninitialized [-Wmaybe-uninitialized] 2051 | else if (check_func_args_from_type(cctx, type, argcount, TRUE, | ^ 2052 |

Commit: runtime(doc): remove deprecation warning for gdefault

2023-12-16 Fir de Conversatie Christian Brabandt
runtime(doc): remove deprecation warning for gdefault Commit: https://github.com/vim/vim/commit/82f19734bfcbddbaee8d5d837f7b7a7119366020 Author: dundargoc Date: Sat Dec 16 14:53:52 2023 +0100 runtime(doc): remove deprecation warning for gdefault Deprecated can be misunderstood

Commit: patch 9.0.2173: Vim9: crash when compiling for statement and non-existing type

2023-12-16 Fir de Conversatie Christian Brabandt
patch 9.0.2173: Vim9: crash when compiling for statement and non-existing type Commit: https://github.com/vim/vim/commit/062bb6b9099f4c92e10465e5ff98db092a3eac1b Author: Yegappan Lakshmanan Date: Sat Dec 16 14:46:40 2023 +0100 patch 9.0.2173: Vim9: crash when compiling for statement and

Commit: patch 9.0.2172: Vim9: compiling :defer may fail

2023-12-16 Fir de Conversatie Christian Brabandt
patch 9.0.2172: Vim9: compiling :defer may fail Commit: https://github.com/vim/vim/commit/a185a31fc05c2dd15315cd59afc02b69aabb5893 Author: Yegappan Lakshmanan Date: Sat Dec 16 14:36:08 2023 +0100 patch 9.0.2172: Vim9: compiling :defer may fail Problem: Vim9: compiling :defer

Commit: translation(ie): Updated Irish translation (#13699)

2023-12-16 Fir de Conversatie Christian Brabandt
translation(ie): Updated Irish translation (#13699) Commit: https://github.com/vim/vim/commit/535e8f59410a4d3065829e010bc5e13608a968cc Author: Kevin Scannell Date: Sat Dec 16 07:30:12 2023 -0600 translation(ie): Updated Irish translation (https://github.com/vim/vim/issues/13699)

Commit: runtime(colorschemes): Update colorschemes (#13691)

2023-12-16 Fir de Conversatie Christian Brabandt
runtime(colorschemes): Update colorschemes (#13691) Commit: https://github.com/vim/vim/commit/0378f07fbaee9fd8773f3cf8cef146606dd7bf72 Author: Maxim Kim Date: Sun Dec 17 00:22:44 2023 +1100 runtime(colorschemes): Update colorschemes (https://github.com/vim/vim/issues/13691)

Commit: runtime(logtalk): Update Logtalk runtime files for the latest language spec (#13697)

2023-12-16 Fir de Conversatie Christian Brabandt
runtime(logtalk): Update Logtalk runtime files for the latest language spec 
(#13697)

Commit: 
https://github.com/vim/vim/commit/0f61943eb7769777a281e0f8b8ba4c5f46d13e84
Author: Paulo 

Commit: runtime(racket): update Racket runtime files (#13693)

2023-12-16 Fir de Conversatie Christian Brabandt
runtime(racket): update Racket runtime files (#13693) Commit: https://github.com/vim/vim/commit/5eb9cb53d619f89251d22299e2cb4f21918d9d38 Author: D. Ben Knoble Date: Sat Dec 16 08:24:15 2023 -0500 runtime(racket): update Racket runtime files (https://github.com/vim/vim/issues/13693)

Commit: patch 9.0.2171: The options[] array is still not sorted alphabetically

2023-12-16 Fir de Conversatie Christian Brabandt
patch 9.0.2171: The options[] array is still not sorted alphabetically Commit: https://github.com/vim/vim/commit/ffba4e952b25c9257a7b0bd860b85fca2c1e65f4 Author: zeertzjq Date: Sat Dec 16 14:14:36 2023 +0100 patch 9.0.2171: The options[] array is still not sorted alphabetically

Commit: patch 9.0.2170: Vim9: no support for const/final class/objects vars

2023-12-16 Fir de Conversatie Christian Brabandt
patch 9.0.2170: Vim9: no support for const/final class/objects vars Commit: https://github.com/vim/vim/commit/e5437c542709b77ade084f96e60d84d4e847e6d3 Author: Yegappan Lakshmanan Date: Sat Dec 16 14:11:19 2023 +0100 patch 9.0.2170: Vim9: no support for const/final class/objects vars

Commit: patch 9.0.2169: Vim9: builtin funcs may accept a non-value

2023-12-16 Fir de Conversatie Christian Brabandt
patch 9.0.2169: Vim9: builtin funcs may accept a non-value Commit: https://github.com/vim/vim/commit/d8bf87c9fbd92fd6b837446e886d47e557adadbc Author: Ernie Rael Date: Sat Dec 16 14:03:33 2023 +0100 patch 9.0.2169: Vim9: builtin funcs may accept a non-value Problem: Vim9:

Commit: patch 9.0.2168: Moving tabpages on :drop may cause an endless loop

2023-12-16 Fir de Conversatie Christian Brabandt
patch 9.0.2168: Moving tabpages on :drop may cause an endless loop Commit: https://github.com/vim/vim/commit/df12e39b8b9dd39056e22b452276622cb7b617fd Author: Christian Brabandt Date: Sat Dec 16 13:55:32 2023 +0100 patch 9.0.2168: Moving tabpages on :drop may cause an endless loop