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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221109161320.BB9001C099A%40moolenaar.net.