Patch 8.0.0009

25 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 25, 2016, 2:22:38 PM9/25/16
to vim...@googlegroups.com

Patch 8.0.0009
Problem: Unecessary workround for AppVeyor.
Solution: Revert patch 7.4.990. (Christian Brabandt)
Files: appveyor.yml


*** ../vim-8.0.0008/appveyor.yml 2016-09-02 22:23:53.000000000 +0200
--- appveyor.yml 2016-09-25 20:20:56.657530826 +0200
***************
*** 16,24 ****

before_build:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
- # Work around for Python 2.7.11's bug
- - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32
- - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64

build_script:
- src/appveyor.bat
--- 16,21 ----
*** ../vim-8.0.0008/src/version.c 2016-09-22 21:27:08.360782126 +0200
--- src/version.c 2016-09-25 20:21:15.549387313 +0200
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 9,
/**/

--
Apologies for taking up the bandwidth with the apology. Anything else I
can apologise for ...... er no can't think of anything, sorry about that.
Andy Hunt (Member of British Olympic Apology Squad)

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

Tony Mechelynck

unread,
Sep 25, 2016, 3:18:30 PM9/25/16
to Bram Moolenaar, vim_dev
On Sun, Sep 25, 2016 at 8:22 PM, Bram Moolenaar <Br...@moolenaar.net> wrote:
>
> Patch 8.0.0009
> Problem: Unecessary workround for AppVeyor.
> Solution: Revert patch 7.4.990. (Christian Brabandt)
> Files: appveyor.yml

appveyor.yml includes the following section near the end:

test_script:
- cd src/testdir
# Testing with MSVC gvim
- path C:\Python35-x64;%PATH%
- nmake -f Make_dos.mak VIMPROG=..\gvim
- nmake -f Make_dos.mak clean
# Testing with MingW console version
- nmake -f Make_dos.mak VIMPROG=..\vim

invoking AFAICT the Make_dos.mak makefile, which has been removed. Or
do I misunderstand?


Best regards,
Tony.

Bram Moolenaar

unread,
Sep 25, 2016, 3:52:51 PM9/25/16
to Tony Mechelynck, vim_dev
src/testdir/Make_dos.mak exists and is used for MS-Windows tests.

--
Overflow on /dev/null, please empty the bit bucket.
Reply all
Reply to author
Forward
0 new messages