John Marriott wrote:
> After updating my sources from 8.1.1017 up to 8.2.1033, mingw64 (gcc
> 10.1.1) started throwing this warning:
>
> gcc -c -I. -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603
> -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -pipe -march=native -Wall
> -O3 -fomit-fram
Patch 8.2.1034
Problem:Compiler warning for uninitialized variables.
Solution: Add initializations. (John Marriott)
Files: src/vim9compile.c
*** ../vim-8.2.1033/src/vim9compile.c 2020-06-21 20:38:24.492641761 +0200
--- src/vim9compile.c 2020-06-21 22:15:10.020646799 +0200
***
Hi All,
After updating my sources from 8.1.1017 up to 8.2.1033, mingw64 (gcc
10.1.1) started throwing this warning:
gcc -c -I. -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603
-DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -pipe -march=native -Wall
-O3 -fomit-frame-pointer -freg-struct-re
Hi Bram,
2020年6月22日月曜日 3時38分54秒 UTC+9 Bram Moolenaar:
>
>
> Ken Takata wrote:
>
> > 2020年6月21日日曜日 22時53分37秒 UTC+9 Bram Moolenaar:
> > >
> > >
> > > Patch 8.2.1028
> > > Problem:Vim9: no error for declaring buffer, window, etc.
> variable.
> > > Solution: Give an error. Unify the erro
Patch 8.2.1033
Problem:Not easy to read the test time in the test output.
Solution: Align the times. Make slow tests bold.
Files: src/testdir/runtest.vim
*** ../vim-8.2.1032/src/testdir/runtest.vim 2020-05-13 16:34:10.401723784
+0200
--- src/testdir/runtest.vim 2020-06-21 2
Patch 8.2.1032
Problem:Error message for declaring a variable cannot be translated.
Solution: Enclose in _(). Make environment variable a separate message.
Files: src/globals.h, src/vim9compile.c
*** ../vim-8.2.1031/src/globals.h 2020-06-21 15:52:55.810451610 +0200
--- src/glo
Ken Takata wrote:
> 2020年6月21日日曜日 22時53分37秒 UTC+9 Bram Moolenaar:
> >
> >
> > Patch 8.2.1028
> > Problem:Vim9: no error for declaring buffer, window, etc. variable.
> > Solution: Give an error. Unify the error messages.
> > Files: src/evalvars.c, src/globals.h, src/vim9compile.c,
Patch 8.2.1031
Problem:Build failure with Perl5.32.
Solution: Define a few more functions. (Felix Yan, closes #6310)
Files: src/if_perl.xs
*** ../vim-8.2.1030/src/if_perl.xs 2020-06-12 22:59:07.274097177 +0200
--- src/if_perl.xs 2020-06-21 20:06:35.134094970 +0200
*
Hi Bram,
2020年6月21日日曜日 22時53分37秒 UTC+9 Bram Moolenaar:
>
>
> Patch 8.2.1028
> Problem:Vim9: no error for declaring buffer, window, etc. variable.
> Solution: Give an error. Unify the error messages.
> Files: src/evalvars.c, src/globals.h, src/vim9compile.c,
> src/proto/
Patch 8.2.1030
Problem:Reducing size of a terminal window may cause a crash.
Solution: Make sure the row and column don't become negative. (closes #6273)
Files: src/libvterm/src/state.c, src/libvterm/src/screen.c
*** ../vim-8.2.1029/src/libvterm/src/state.c2020-06-19 17:20:38.505
Patch 8.2.1029
Problem:Vim9: cannot chain function calls with -> at line start.
Solution: Peek ahead for a following line starting with "->". (closes #6306)
Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim
*** ../vim-8.2.1028/src/vim9compile.c 2020-06-21 15:52:55.810451610
Patch 8.2.1028
Problem:Vim9: no error for declaring buffer, window, etc. variable.
Solution: Give an error. Unify the error messages.
Files: src/evalvars.c, src/globals.h, src/vim9compile.c,
src/proto/vim9compile.pro, src/testdir/test_vim9_expr.vim,
src/testdir
Patch 8.2.1027
Problem:GUI: multi-byte characters do not work in a terminal.
Solution: Do not assume a key is one byte. (closes #6304)
Files: src/gui_gtk_x11.c, src/gui_x11.c
*** ../vim-8.2.1026/src/gui_gtk_x11.c 2020-06-20 14:43:20.357653490 +0200
--- src/gui_gtk_x11.c 2020-06-2
Patch 8.2.1026
Problem:Vim9: cannot break the line after "->".
Solution: Check for a continuation line after "->", "[" and ".". Ignore
trailing white space.
Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim
*** ../vim-8.2.1025/src/vim9compile.c 2020-06-20 22:50:
Patch 8.2.1025
Problem:Tabpage menu and tabline not sufficiently tested.
Solution: Add tests. (Yegappan Lakshmanan, closes #6307)
Files: src/testdir/test_digraph.vim, src/testdir/test_tabpage.vim
*** ../vim-8.2.1024/src/testdir/test_digraph.vim2020-06-20
16:05:29.012185251 +
15 matches
Mail list logo