Patch 8.0.0512

2017-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.0.0512 Problem:Check for available characters takes too long. Solution: Only check did_start_blocking if wtime is negative. (Daisuke Suzuki, closes #1591) Files: src/os_unix.c *** ../vim-8.0.0511/src/os_unix.c 2017-03-12 20:09:59.484468262 +0100 ---

Patch 8.0.0511

2017-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.0.0511 Problem:Menuage for skipping client-server tests is unclear. Solution: Be more specific about what's missing (Hirohito Higashi, Kazunobu Kuriyama) Files: src/testdir/test_quotestar.vim, src/testdir/test_clientserver.vim ***

Re: Coveralls not showing files

2017-03-25 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Sa, 25 Mär 2017, Bram Moolenaar wrote: > > > > https://github.com/chrisbra/vim/commit/3b79bae9a9d1198b28dc606c9a64b > > > > Thanks. Let's give that a try. > > That seems to work. I wonder however, why the coverage is less than on > coveralls... Coveralls:

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie Kazunobu Kuriyama
2017-03-26 2:21 GMT+09:00 h_east : > Hi, > > 2017-3-26(Sun) 2:08:41 UTC+9 Kazunobu Kuriyama: > > 2017-03-26 1:52 GMT+09:00 h_east : > > > > > > Hi, > > > > > > > > 2017-3-26(Sun) 1:15:07 UTC+9 Kazunobu Kuriyama: > > > > > > > > > 2017-03-26 0:49 GMT+09:00

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie h_east
Hi, 2017-3-26(Sun) 2:08:41 UTC+9 Kazunobu Kuriyama: > 2017-03-26 1:52 GMT+09:00 h_east : > > > Hi, > > > > 2017-3-26(Sun) 1:15:07 UTC+9 Kazunobu Kuriyama: > > > > > 2017-03-26 0:49 GMT+09:00 h_east : > > > > > > > > > Hi Bram and list, > > > >

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > > > > > > > > My config: > > > > > > > > $ ./configure --with-features=huge --enable-gui=gnome2 > > > > > > > > --enable-fail-if-missing > > > > > > > > My env.: > > > > > > > > I am connecting to fedora 25 with ssh via PuTTY on Windows 7. > > > > > > > > Vim

Re: Coveralls not showing files

2017-03-25 Fir de Conversatie Christian Brabandt
On Sa, 25 Mär 2017, Bram Moolenaar wrote: > > https://github.com/chrisbra/vim/commit/3b79bae9a9d1198b28dc606c9a64b > > Thanks. Let's give that a try. That seems to work. I wonder however, why the coverage is less than on coveralls... Best, Christian -- Zwei Schafe auf der Wiese. Sagt das

Patch 8.0.0510

2017-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.0.0510 (after 8.0.0509) Problem:Typo in link to codecov.io results. Solution: Remove duplicate https:. Files: README.md *** ../vim-8.0.0509/README.md 2017-03-25 18:04:26.617936822 +0100 --- README.md 2017-03-25 18:08:41.648031195 +0100 *** *** 1,6

Re: Patch 8.0.0509

2017-03-25 Fir de Conversatie Christian Brabandt
Hi Bram! On Sa, 25 Mär 2017, Bram Moolenaar wrote: > + [![Coverage > Status](https://https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master) Here is a typo Best, Christian -- Es gibt eine

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie Kazunobu Kuriyama
2017-03-26 1:52 GMT+09:00 h_east : > Hi, > > 2017-3-26(Sun) 1:15:07 UTC+9 Kazunobu Kuriyama: > > 2017-03-26 0:49 GMT+09:00 h_east : > > > > > > Hi Bram and list, > > > > > > > > 2017-3-24(Fri) 6:24:42 UTC+9 Bram Moolenaar: > > > > > > > > > I wrote: > > >

Patch 8.0.0509

2017-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.0.0509 Problem:No link to codecov.io results. Solution: Add a badge to the readme file. Files: README.md *** ../vim-8.0.0508/README.md 2016-09-12 12:46:32.0 +0200 --- README.md 2017-03-25 17:59:04.908340137 +0100 *** *** 1,5 --- 1,6

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie h_east
Hi, 2017-3-26(Sun) 1:15:07 UTC+9 Kazunobu Kuriyama: > 2017-03-26 0:49 GMT+09:00 h_east : > > > Hi Bram and list, > > > > 2017-3-24(Fri) 6:24:42 UTC+9 Bram Moolenaar: > > > > > I wrote: > > > > > > > Hirohito Higashi wrote: > > > > > > > > > > > > > My config: > >

Patch 8.0.0508

2017-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.0.0508 Problem:Coveralls no longer shows per-file coverage. Solution: Add coverage from codecov.io. (Christian Brabandt) Files: .travis.yml *** ../vim-8.0.0507/.travis.yml 2017-03-05 14:56:03.597083350 +0100 --- .travis.yml 2017-03-25 17:45:10.522594325 +0100 ***

Re: Coveralls not showing files

2017-03-25 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Fr, 24 Mär 2017, Bram Moolenaar wrote: > > > For a few days now Coveralls no longer shows the line-by-line coverage > > for files. It just says "No data available in table". Does someone > > know what is going on? I was hopeing the problem would be solved, but

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie Kazunobu Kuriyama
2017-03-26 0:49 GMT+09:00 h_east : > Hi Bram and list, > > 2017-3-24(Fri) 6:24:42 UTC+9 Bram Moolenaar: > > I wrote: > > > > > Hirohito Higashi wrote: > > > > > > > > > > > My config: > > > > > > > > $ ./configure --with-features=huge --enable-gui=gnome2 >

Re: Coveralls not showing files

2017-03-25 Fir de Conversatie Christian Brabandt
On Fr, 24 Mär 2017, Bram Moolenaar wrote: > For a few days now Coveralls no longer shows the line-by-line coverage > for files. It just says "No data available in table". Does someone > know what is going on? I was hopeing the problem would be solved, but > it appears that is not happening.

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie h_east
Hi Bram and list, 2017-3-24(Fri) 6:24:42 UTC+9 Bram Moolenaar: > I wrote: > > > Hirohito Higashi wrote: > > > > > > > > > My config: > > > > > > > $ ./configure --with-features=huge --enable-gui=gnome2 > > > > > > > --enable-fail-if-missing > > > > > > > My env.: > > > > > > > I am

Patch 8.0.0507

2017-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.0.0507 Problem:Client-server tests fail when $DISPLAY is not set. Solution: Check for E240 before running the test. Files: src/testdir/test_quotestar.vim, src/testdir/test_clientserver.vim *** ../vim-8.0.0506/src/testdir/test_quotestar.vim 2017-03-21 18:02:35.471348032

Patch 8.0.0506

2017-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.0.0506 (after 8.0.0504) Problem:Can't build with ANSI C. Solution: Move declarations to start of block. Files: src/ex_docmd.c *** ../vim-8.0.0505/src/ex_docmd.c 2017-03-25 14:50:37.925991956 +0100 --- src/ex_docmd.c 2017-03-25 15:06:01.182996203 +0100

Patch 8.0.0505

2017-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.0.0505 Problem:Failed window split for :stag not handled. (Coverity CID 99204) Solution: If the split fails skip to the end. (bstaletic, closes #1577) Files: src/tag.c *** ../vim-8.0.0504/src/tag.c 2017-03-21 17:08:46.678923883 +0100 --- src/tag.c 2017-03-25

Patch 8.0.0504

2017-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.0.0504 Problem:Looking up an Ex command is a bit slow. Solution: Instead of just using the first letter, also use the second letter to skip ahead in the list of commands. Generate the table with a Perl script. (Dominique Pelle, closes #1589) Files: