patch 8.2.2899: Appveyor script does not detect nmake failureProblem: Appveyor script does not detect nmake failure.Solution: Explicitly check for executable. (Ken Takata, closes #8281)
patch 8.2.2733: detecting Lua version is not reliableProblem: Detecting Lua version is not reliable.Solution: Add "vim.lua_version". (Ozaki Kiichi, closes #8080)
patch 8.2.2241: Build with Ruby and clang may failProblem: Build with Ruby and clang may fail.Solution: Adjust congigure and sed script. (Ozaki Kiichi, closes #7566)
patch 8.2.2235: build failure with some Ruby versionsProblem: Build failure with some Ruby versions.Solution: Adjust the code for Ruby 3.0. (Ozaki Kiichi, closes #7564)
patch 8.2.2150: Github actions CI isn't used for all available platformsProblem: Github actions CI isn't used for all available platforms.Solution: Update the github workflows. (Ozaki Kiichi,
patch 8.2.2150: Github actions CI isn't used for all available platformsProblem: Github actions CI isn't used for all available platforms.Solution: Update the github workflows. (Ozaki Kiichi, closes #7433)
show more ...
patch 8.2.1487: Travis: installing snd-dummy is not always usefulProblem: Travis: installing snd-dummy is not always useful.Solution: Only install snd-dummy on amd64. (Ozaki Kiichi, closes #6
patch 8.2.1487: Travis: installing snd-dummy is not always usefulProblem: Travis: installing snd-dummy is not always useful.Solution: Only install snd-dummy on amd64. (Ozaki Kiichi, closes #6738)
patch 8.2.1317: MS-Windows tests on AppVeyor are slowProblem: MS-Windows tests on AppVeyor are slow.Solution: Use GitHub Actions. (Ken Takata, closes #6569)
patch 8.2.1017: Appveyor output doesn't show MinGW console featuresProblem: Appveyor output doesn't show MinGW console features.Solution: List the features of the console build.
patch 8.2.0828: Travis: regexp patttern doesn't work everywhereProblem: Travis: regexp patttern doesn't work everywhere.Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146)
patch 8.2.0541: Travis CI does not give compiler warningsProblem: Travis CI does not give compiler warnings.Solution: Add flags for warnings. Fix uncovered problems. (Ozaki Kiichi,
patch 8.2.0541: Travis CI does not give compiler warningsProblem: Travis CI does not give compiler warnings.Solution: Add flags for warnings. Fix uncovered problems. (Ozaki Kiichi, closes #5898)
patch 8.2.0417: Travis CI config can be improvedProblem: Travis CI config can be improved.Solution: Remove COVERAGE variable. Add load-snd-dummy script. add "-i NONE" to avoid mes
patch 8.2.0417: Travis CI config can be improvedProblem: Travis CI config can be improved.Solution: Remove COVERAGE variable. Add load-snd-dummy script. add "-i NONE" to avoid messages about viminfo. (Ozaki Kiichi, closes #5813)
patch 8.2.0140: CI does not test building doc tagsProblem: CI does not test building doc tags.Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #
patch 8.2.0140: CI does not test building doc tagsProblem: CI does not test building doc tags.Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513)
patch 8.1.1701: Appveyor build with MSVC fails puts progress bar in logProblem: Appveyor build with MSVC fails puts progress bar in log.Solution: Adjust the sed command. (Ken Takata)
patch 8.1.1698: Appveyor build with MSVC failsProblem: Appveyor build with MSVC fails.Solution: Remove the sed command
patch 8.1.0869: Travis CI script is too complicatedProblem: Travis CI script is too complicated.Solution: Add names to environments. Move appveyor script outside of src directory
patch 8.1.0869: Travis CI script is too complicatedProblem: Travis CI script is too complicated.Solution: Add names to environments. Move appveyor script outside of src directory. (Ozaki Kiichi, closes #3890)