On Fri, Jan 01, 2021 at 12:57:52PM +0100, Dominique Pellé
wrote:
> raf wrote:
>
> > On Thu, Dec 31, 2020 at 10:24:55AM +0100, Dominique Pellé
> > wrote:
> >
> > > raf wrote:
> > >
> > > > Hi,
> > > >
> > > > Happy New Year Bram et al!
> > > >
> > > > I just tried to compile and test vim for
Hi Bram,
2021年1月2日土曜日 5:35:14 UTC+9 Bram Moolenaar:
>
> Ken Takata wrote:
>
> > Now we are using GitHub Actions. So, the most of the issues were solved.
> > But we still need to use Travis CI for some environments.
> > As I wrote before, travis-ci.org will shutdown, so we have to migrate
> to
gvim 8.2.2267 (Big) with GTK3 GUI; 'encoding' = utf-8; 'filencodings'
(plural) = ucs-bom,utf-8,latin1
Steps to reproduce:
1. Load a Latin1 file containing only characters in the range
0x00-0x7F. (In my case this was a corrupt version of the file.)
-- 'fileencoding' is set to utf-8, which at this p
Patch 8.2.2269
Problem:Not all :hardcopy code covered by tests.
Solution: Test more combinations. (Dominique Pellé, closes #7595)
Files: src/testdir/test_hardcopy.vim
*** ../vim-8.2.2268/src/testdir/test_hardcopy.vim 2020-03-15
18:27:39.164063651 +0100
--- src/testdir/test_har
Ken Takata wrote:
> Now we are using GitHub Actions. So, the most of the issues were solved.
> But we still need to use Travis CI for some environments.
> As I wrote before, travis-ci.org will shutdown, so we have to migrate to
> travis-ci.com.
>
> jram, could you migrate it with the following
Patch 8.2.2268
Problem:Vim9: list unpack seen as declaration.
Solution: Check for "var". (closes #7594)
Files: src/vim9compile.c, src/evalvars.c, src/eval.c, src/vim.h,
src/vim9execute.c, src/testdir/test_vim9_assign.vim
*** ../vim-8.2.2267/src/vim9compile.c 2021-01-01
Hi and Christian Bram,
2020年11月24日火曜日 18:57:43 UTC+9 Ken Takata:
> Hi,
>
> 2020年11月24日火曜日 18:30:52 UTC+9 Bram Moolenaar:
>
>>
>> Christian wrote:
>>
>> > On Mo, 23 Nov 2020, Yegappan Lakshmanan wrote:
>> >
>> > > The Travis CI builds are very slow for the last month or so.
>> > > It looks lik
Patch 8.2.2267
Problem:Vim9: cannot use unlet for a dict member.
Solution: Pass GLV_NO_DECL to get_lval(). (closes #7585)
Files: src/evalvars.c, src/testdir/test_vim9_assign.vim
*** ../vim-8.2.2266/src/evalvars.c 2021-01-01 19:17:52.293976798 +0100
--- src/evalvars.c 2021-0
Patch 8.2.2266
Problem:Vim9: it can be hard to see where white space is missing.
Solution: Mention the text where the error was seen. (closes #7580)
Files: src/errors.h, src/eval.c, src/evalvars.c, src/userfunc.c,
src/vim9compile.c, src/testdir/test_vim9_expr.vim
*** ../v
Patch 8.2.2265
Problem:Error message for missing endfunc/enddef is last line.
Solution: Report the line where the function starts. (closes #7582)
Files: src/userfunc.c, src/testdir/test_vim9_func.vim
*** ../vim-8.2.2264/src/userfunc.c 2021-01-01 18:43:46.260466448 +0100
--- src/
Patch 8.2.2264
Problem:Vim9: no error for mismatched :endfunc or :enddef.
Solution: Check for the mismatch. (issue #7582)
Files: src/errors.h, src/userfunc.c, src/testdir/test_vim9_func.vim
*** ../vim-8.2.2263/src/errors.h2020-12-28 18:25:56.800886000 +0100
--- src/errors.h
Patch 8.2.2263
Problem:Vim9: compilation error with try-catch in skipped block.
Solution: Do not bail out when generate_instr() returns NULL. (closes #7584)
Files: src/vim9compile.c, src/testdir/test_vim9_script.vim
*** ../vim-8.2.2262/src/vim9compile.c 2021-01-01 14:49:11.90895638
Patch 8.2.2262
Problem:Vim9: converting bool to string prefixes v:.
Solution: Do not use the v: prefix.
Files: src/evalvars.c, src/testdir/test_vim9_expr.vim,
src/testdir/test_vim9_disassemble.vim
*** ../vim-8.2.2261/src/evalvars.c 2020-12-31 17:40:57.536087870 +0100
Patch 8.2.2261
Problem:Vim9: boolean option gets string type.
Solution: Check for VAR_BOOL. (closes #7588)
Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim
*** ../vim-8.2.2260/src/vim9compile.c 2020-12-31 21:28:43.419217945 +0100
--- src/vim9compile.c 2021-01-01 14:45:41.
Patch 8.2.2260
Problem:Window resize test fails in very wide terminal.
Solution: Resize using the 'columns' option. (Vladimir Lomov, closes #7592)
Files: src/testdir/test_window_cmd.vim
*** ../vim-8.2.2259/src/testdir/test_window_cmd.vim 2020-12-29
12:46:47.662457054 +0100
---
Patch 8.2.2259
Problem:Test_Executable() fails when using chroot.
Solution: Ignore the difference between "sbin" and "bin".
Files: src/testdir/test_functions.vim
*** ../vim-8.2.2258/src/testdir/test_functions.vim 2020-12-28
12:56:54.179617297 +0100
--- src/testdir/test_function
Patch 8.2.2258
Problem:Not all OCaml related files are detected.
Solution: Update OCaml file type detection. (Markus Mottl, closes #7590)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.2257/runtime/filetype.vim2020-12-24 13:33:42.900570868
+0100
-
On Thu, Dec 31, 2020 at 05:41:49PM +0100, Bram Moolenaar
wrote:
> > I just tried to compile and test vim for the
> > first time in ages and got a segmentation fault.
> >
> > Environment:
> >
> > macos-10.14.6
> > vim-8.2 patches 1-2251
> > XQuartz 2.7.11 (xorg-server 1.18.4)
> > (plus
raf wrote:
> On Thu, Dec 31, 2020 at 10:24:55AM +0100, Dominique Pellé
> wrote:
>
> > raf wrote:
> >
> > > Hi,
> > >
> > > Happy New Year Bram et al!
> > >
> > > I just tried to compile and test vim for the
> > > first time in ages and got a segmentation fault.
> > >
> > > Environment:
> > >
>
On Thu, Dec 31, 2020 at 10:24:55AM +0100, Dominique Pellé
wrote:
> raf wrote:
>
> > Hi,
> >
> > Happy New Year Bram et al!
> >
> > I just tried to compile and test vim for the
> > first time in ages and got a segmentation fault.
> >
> > Environment:
> >
> > macos-10.14.6
> > vim-8.2 patche
20 matches
Mail list logo