To: vim_dev@googlegroups.com Subject: Patch 8.2.1829 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1829 Problem: Warnings when executing Github actions. Solution: Use another method to set environment variables. (Ken Takata, closes #7107) Files: .github/workflows/ci-windows.yaml *** ../vim-8.2.1828/.github/workflows/ci-windows.yaml 2020-09-23 22:27:18.453796749 +0200 --- .github/workflows/ci-windows.yaml 2020-10-10 22:33:02.063092864 +0200 *************** *** 74,81 **** git config --global core.autocrlf input python_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON_VER_DOT}/InstallPath/@") python3_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON3_VER_DOT}${{ matrix.pyreg }}/InstallPath/@") ! echo "::set-env name=PYTHON_DIR::$python_dir" ! echo "::set-env name=PYTHON3_DIR::$python3_dir" - uses: msys2/setup-msys2@v2 if: matrix.toolchain == 'mingw' --- 74,81 ---- git config --global core.autocrlf input python_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON_VER_DOT}/InstallPath/@") python3_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON3_VER_DOT}${{ matrix.pyreg }}/InstallPath/@") ! echo "PYTHON_DIR=$python_dir" >> $GITHUB_ENV ! echo "PYTHON3_DIR=$python3_dir" >> $GITHUB_ENV - uses: msys2/setup-msys2@v2 if: matrix.toolchain == 'mingw' *** ../vim-8.2.1828/src/version.c 2020-10-10 22:26:48.544313762 +0200 --- src/version.c 2020-10-10 22:34:01.914900915 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 1829, /**/ -- hundred-and-one symptoms of being an internet addict: 59. Your wife says communication is important in a marriage...so you buy another computer and install a second phone line so the two of you can chat. /// Bram Moolenaar -- Bram@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 ///