To: vim_dev@googlegroups.com Subject: Patch 9.0.0847 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0847 Problem: CI: not totally clear what MS-Windows version is used. Solution: Show the Windows version. (Ken Takata, closes #11524) Files: .github/workflows/ci.yml *** ../vim-9.0.0846/.github/workflows/ci.yml 2022-10-16 14:53:30.977598165 +0100 --- .github/workflows/ci.yml 2022-11-09 16:09:22.092525007 +0000 *************** *** 401,406 **** --- 401,409 ---- id: init shell: bash run: | + # Show Windows version + cmd /c ver + git config --global core.autocrlf input if [ "${{ matrix.arch }}" = "x64" ]; then *************** *** 422,430 **** echo "VCVARSALL=$(vswhere -products \* -latest -property installationPath)\\VC\\Auxiliary\\Build\\vcvarsall.bat" >> $GITHUB_ENV if [ "${{ matrix.features }}" != "TINY" ]; then if [ "${{ matrix.arch }}" = "x86" ]; then ! choco install python2 --forcex86 else ! choco install python2 fi fi python3_dir=$(cat "/proc/$cygreg/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON3_VER_DOT}$pyreg/InstallPath/@") --- 425,433 ---- echo "VCVARSALL=$(vswhere -products \* -latest -property installationPath)\\VC\\Auxiliary\\Build\\vcvarsall.bat" >> $GITHUB_ENV if [ "${{ matrix.features }}" != "TINY" ]; then if [ "${{ matrix.arch }}" = "x86" ]; then ! choco install python2 --no-progress --forcex86 else ! choco install python2 --no-progress fi fi python3_dir=$(cat "/proc/$cygreg/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON3_VER_DOT}$pyreg/InstallPath/@") *** ../vim-9.0.0846/src/version.c 2022-11-09 00:44:25.315439173 +0000 --- src/version.c 2022-11-09 16:11:24.072533100 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 847, /**/ -- Have you heard about the new Beowulf cluster? It's so fast, it executes an infinite loop in 6 seconds. /// 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 ///