To: vim_dev@googlegroups.com Subject: Patch 8.2.3319 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3319 Problem: Coverity action on github does not work. Solution: Remove undefined $SRCDIR. (James McCoy, closes #8739) Files: .github/workflows/coverity.yml *** ../vim-8.2.3318/.github/workflows/coverity.yml 2021-08-07 12:31:53.689892833 +0200 --- .github/workflows/coverity.yml 2021-08-09 13:18:07.010373391 +0200 *************** *** 59,66 **** run: | ./configure --with-features=huge ${CONFOPT} --enable-fail-if-missing # Append various warning flags to CFLAGS. ! sed -i -f ci/config.mk.sed ${SRCDIR}/auto/config.mk ! sed -i -f ci/config.mk.${CC}.sed ${SRCDIR}/auto/config.mk - name: Build/scan vim run: | --- 59,66 ---- run: | ./configure --with-features=huge ${CONFOPT} --enable-fail-if-missing # Append various warning flags to CFLAGS. ! sed -i -f ci/config.mk.sed src/auto/config.mk ! sed -i -f ci/config.mk.${CC}.sed src/auto/config.mk - name: Build/scan vim run: | *** ../vim-8.2.3318/src/version.c 2021-08-08 19:56:25.101305106 +0200 --- src/version.c 2021-08-09 13:19:40.910129788 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3319, /**/ -- f y cn rd ths thn y cn hv grt jb n cmptr prgrmmng /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///