Patch 8.2.5105 (after 8.2.5104)
Problem:Test still hangs on MS-Windows.
Solution: Skip "nocatch" test the right way.
Files: src/testdir/test_retab.vim
*** ../vim-8.2.5104/src/testdir/test_retab.vim 2022-06-15 21:28:49.611981777
+0100
--- src/testdir/test_retab.vim 2022-06-15 22:10
Patch 8.2.5104 (after 8.2.5103)
Problem:Test hangs on MS-Windows.
Solution: Skip another test on MS-Windows.
Files: src/testdir/test_retab.vim
*** ../vim-8.2.5103/src/testdir/test_retab.vim 2022-06-15 21:08:05.257105150
+0100
--- src/testdir/test_retab.vim 2022-06-15 21:27:57.9720
Patch 8.2.5103
Problem:Build fails with small features.
Solution: Add #ifdef. Skip test on MS-Windows.
Files: src/indent.c, src/testdir/test_retab.vim
*** ../vim-8.2.5102/src/indent.c2022-06-15 20:49:31.866111756 +0100
--- src/indent.c2022-06-15 21:03:28.141163367 +0
Patch 8.2.5102
Problem:Interrupt not caught in test.
Solution: Consider an exception thrown in the current try/catch when got_int
is set. Also catch early exit when not using try/catch.
Files: src/indent.c, src/testing.c, src/testdir/test_retab.vim,
src/testdir
Yegappan wrote:
> > > On Tue, Jun 14, 2022 at 12:41 PM John Marriott
> > > wrote:
> > > >
> > > > On 15-June-2022 05:34, Christian J. Robinson wrote:
> > > > > This is related to my problem. I temporarily fixed the problem with
> > > > > this command-line:
> > > > > CC='' CXX='' make ...
> > >
Patch 8.2.5101
Problem:MS-Windows with MinGW: $CC may be "cc" instead of "gcc".
Solution: Set $CC if it is not matching "clang". (Yegappan Lakshmanan,
closes #10578)
Files: src/INSTALLpc.txt, src/Make_cyg_ming.mak
*** ../vim-8.2.5100/src/INSTALLpc.txt 2022-06-14 12:30:2
Patch 8.2.5100
Problem:Memory usage tests are not retried.
Solution: Mark memory usage tests as flaky.
Files: src/testdir/test_memory_usage.vim
*** ../vim-8.2.5099/src/testdir/test_memory_usage.vim 2021-03-13
21:11:47.718778276 +
--- src/testdir/test_memory_usage.vim 2022-06
Patch 8.2.5099
Problem:Some terminal tests are not retried.
Solution: Mark terminal tests as flaky.
Files: src/testdir/test_terminal.vim
*** ../vim-8.2.5098/src/testdir/test_terminal.vim 2022-06-14
21:22:08.347386925 +0100
--- src/testdir/test_terminal.vim 2022-06-15 17:
Patch 8.2.5098
Problem:Spelldump test sometimes hangs.
Solution: Catch the problem of the spell file not being found to avoid
hanging in the download dialog.
Files: src/testdir/test_spell.vim
*** ../vim-8.2.5097/src/testdir/test_spell.vim 2022-05-08 22:43:47.490988302
+
Hi Bram,
On Tue, Jun 14, 2022 at 1:25 PM Bram Moolenaar wrote:
>
>
> Yegappan wrote:
>
> > On Tue, Jun 14, 2022 at 12:41 PM John Marriott
> > wrote:
> > >
> > > On 15-June-2022 05:34, Christian J. Robinson wrote:
> > > > This is related to my problem. I temporarily fixed the problem with
> > > >
Hi,
Op wo 15 jun. 2022 12:55 schreef Bram Moolenaar :
> A generic solution would be to make the "%1$s" form work with
> vim_snprintf(). I don't know how complicated this is, getting the right
> argument from through va_arg().
>
I'll try to see if I can come up with something...
Christ van Wille
Patch 8.2.5097
Problem:Using uninitialized memory when using 'listchars'.
Solution: Use the length returned by mb_char2bytes(). (closes #10576)
Files: src/message.c
*** ../vim-8.2.5096/src/message.c 2022-06-13 21:42:40.945531339 +0100
--- src/message.c 2022-06-15 12:09:37
12 matches
Mail list logo