On Mon, Aug 10, 2020 at 07:57:50AM -0700, Travis Cole wrote:
> > I also removed the comment about a single test failure because that
> > is fixed now. I get a clean 'make test'.

The patches needed regenerating; nothing more than 'make update-patches'
though.

The Python test skipping doesn't seem to be needed any more either, so
remove those patches.

If cscope is installed, there is a test failure:
https://gist.github.com/vext01/1599e2f83dbd7ec12f6abbc0479a6c03

^ I'll report that upstream. I don't think it should block the update.

There is a pynvim-0.4.1 python binding, which I'd like to commit at the same
time. I'll look at that shortly.


New diff for neovim -- please test!

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/neovim/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile 25 Apr 2020 10:07:41 -0000 1.20
+++ Makefile 10 Aug 2020 19:55:28 -0000
@@ -4,7 +4,7 @@ COMMENT = continuation and extension of 
 
 GH_ACCOUNT = neovim
 GH_PROJECT = neovim
-GH_TAGNAME = v0.4.3
+GH_TAGNAME = v0.4.4
 
 CATEGORIES = editors devel
 HOMEPAGE = https://neovim.io
@@ -101,9 +101,6 @@ pre-configure:
 
 # These are the "old tests". There is also a new suite, but we would need the
 # "busted" test suite for Lua, which is not yet ported.
-#
-# There is currently one (minor) test failure:
-# https://github.com/neovim/neovim/issues/10420
 do-test:
  cd ${WRKSRC}/src/nvim/testdir && ${SETENV} LC_CTYPE=en_US.UTF-8 \
   ${MAKE_PROGRAM} NVIM_PRG=${WRKBUILD}/bin/nvim ${MAKE_FLAGS}
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/neovim/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo 20 Nov 2019 13:43:35 -0000 1.7
+++ distinfo 10 Aug 2020 18:52:17 -0000
@@ -1,4 +1,4 @@
 SHA256 (luv-1.30.1-1.tar.gz) = Tih77W9R/VDOA7p/qMwz2E4bnLhpEcSBK7H0eh4+0So=
-SHA256 (neovim-0.4.3.tar.gz) = kaC10yIEqCG/QUaQ5rSM9pIk0ZYdNxWMKzg/amz4VNI=
+SHA256 (neovim-0.4.4.tar.gz) = L3aqxZNjZ383WS6FOrLAYVHMqIMNSz/kZ1tKUtQfxCw=
 SIZE (luv-1.30.1-1.tar.gz) = 1354232
-SIZE (neovim-0.4.3.tar.gz) = 9556199
+SIZE (neovim-0.4.4.tar.gz) = 9558246
Index: patches/patch-src_nvim_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/editors/neovim/patches/patch-src_nvim_CMakeLists_txt,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_nvim_CMakeLists_txt
--- patches/patch-src_nvim_CMakeLists_txt 17 Mar 2019 13:13:40 -0000 1.2
+++ patches/patch-src_nvim_CMakeLists_txt 10 Aug 2020 18:54:08 -0000
@@ -6,7 +6,7 @@ luajit (we use lua instead).
 Index: src/nvim/CMakeLists.txt
 --- src/nvim/CMakeLists.txt.orig
 +++ src/nvim/CMakeLists.txt
-@@ -362,10 +362,6 @@ endforeach()
+@@ -366,10 +366,6 @@ endforeach()
  
  # Our dependencies come first.
  
Index: patches/patch-src_nvim_testdir_test_python2_vim
===================================================================
RCS file: patches/patch-src_nvim_testdir_test_python2_vim
diff -N patches/patch-src_nvim_testdir_test_python2_vim
--- patches/patch-src_nvim_testdir_test_python2_vim 1 Jul 2018 14:16:29 -0000 
1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_nvim_testdir_test_python2_vim,v 1.1 2018/07/01 14:16:29 
edd Exp $
-
-Skip a known failing test until fixed upstream:
-https://github.com/neovim/neovim/issues/8554
-
-Index: src/nvim/testdir/test_python2.vim
---- src/nvim/testdir/test_python2.vim.orig
-+++ src/nvim/testdir/test_python2.vim
-@@ -1,6 +1,8 @@
- " Test for python 2 commands.
- " TODO: move tests from test87.in here.
- 
-+finish
-+
- if !has('python')
-   finish
- endif
Index: patches/patch-src_nvim_testdir_test_python3_vim
===================================================================
RCS file: patches/patch-src_nvim_testdir_test_python3_vim
diff -N patches/patch-src_nvim_testdir_test_python3_vim
--- patches/patch-src_nvim_testdir_test_python3_vim 1 Jul 2018 14:16:29 -0000 
1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_nvim_testdir_test_python3_vim,v 1.1 2018/07/01 14:16:29 
edd Exp $
-
-Skip a known failing test until fixed upstream:
-https://github.com/neovim/neovim/issues/8554
-
-Index: src/nvim/testdir/test_python3.vim
---- src/nvim/testdir/test_python3.vim.orig
-+++ src/nvim/testdir/test_python3.vim
-@@ -1,6 +1,8 @@
- " Test for python 2 commands.
- " TODO: move tests from test88.in here.
- 
-+finish
-+
- if !has('python3')
-   finish
- endif


-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

Reply via email to