summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2022-02-21patch 8.2.4433: CI: cannot see interface versions for MS-Windowsv8.2.4433K.Takata
Problem: CI: cannot see interface versions for MS-Windows. Solution: List the interface versions. (Ken Takata, closes #9811)
2022-02-14patch 8.2.4377: CI steps for Windows are a bit unorganizedv8.2.4377ichizok
Problem: CI steps for Windows are a bit unorganized. Solution: Organize CI test steps on Windows. (Ozaki Kiichi, closes #9764)
2022-02-12patch 8.2.4353: CI does not use the latest Lua and Pythonv8.2.4353Philip H
Problem: CI does not use the latest Lua and Python. Solution: Use Lua 5.4.2 and Python 3.10. (closes #9744)
2022-02-12patch 8.2.4351: no coverage is measured on MS-Windows CIv8.2.4351ichizok
Problem: No coverage is measured on MS-Windows CI. Solution: Enable coverage on MS-Windows. (Ozaki Kiichi, closes #9750)
2022-02-11patch 8.2.4342: CI will soon switch to other windows versionv8.2.4342ichizok
Problem: CI will soon switch to other windows version. Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740)
2022-01-31patch 8.2.4268: CI log output is longv8.2.4268ichizok
Problem: CI log output is long. Solution: Group output in sections. (Ozaki Kiichi, closes #9670)
2022-01-29Update runtime filesBram Moolenaar
2022-01-26patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CIv8.2.4222K.Takata
Problem: MS-Windows: clumsy way to suppress progress on CI. Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631)
2022-01-15patch 8.2.4096: Linux CI: unnecessarily installing packagesv8.2.4096ichizok
Problem: Linux CI: unnecessarily installing packages Solution: Only install packages for huge build. (Ozaki Kiichi, closes #9530)
2022-01-14patch 8.2.4092: MacOS CI: unnecessarily doing "Install packages"v8.2.4092ichizok
Problem: MacOS CI: unnecessarily doing "Install packages". Solution: Only do "Install packages" for huge build. (Ozaki Kiichi, closes #9521)
2022-01-11patch 8.2.4061: codecov bash script is deprecatedv8.2.4061ichizok
Problem: Codecov bash script is deprecated. Solution: Use the codecov action. (Ozaki Kiichi, closes #9505)
2021-12-25patch 8.2.3891: github CI: workflows may overlapv8.2.3891Yegappan Lakshmanan
Problem: Github CI: workflows may overlap. Solution: Cancel previous workflows when starting a new one. (Yegappan Lakshmanan, closes #9400)
2021-12-16patch 8.2.3827: huntr badge does not really fit in the listv8.2.3827Bram Moolenaar
Problem: Huntr badge does not really fit in the list. Solution: Move the link to Huntr to the issue template.
2021-12-16Update runtime filesBram Moolenaar
2021-12-15patch 8.2.3821: ASAN test run failsv8.2.3821Bram Moolenaar
Problem: ASAN test run fails. Solution: Use asan_symbolize-13 instead of asan_symbolize-11.
2021-12-12Use text area for environment in the bug template.Bram Moolenaar
2021-12-12Update issue template.Bram Moolenaar
2021-12-11patch 8.2.3785: running CI on MacOS with gcc is not usefulv8.2.3785ichizok
Problem: Running CI on MacOS with gcc is not useful. Solution: Only use clang. (Ozaki Kiichi, closes #9326) Also build with normal features.
2021-12-09patch 8.2.3770: new compiler warnings from clang-12 and clang-13v8.2.3770ichizok
Problem: New compiler warnings from clang-12 and clang-13. Solution: Adjust CI and suppress some warnings. (Ozaki Kiichi, closes #9314)
2021-11-21Update runtime filesBram Moolenaar
2021-11-16Update runtime filesBram Moolenaar
2021-11-07Update runtime filesBram Moolenaar
2021-10-23Update runtime filesBram Moolenaar
2021-10-16Update runtime filesBram Moolenaar
2021-10-12patch 8.2.3500: Github CI fails to install clangv8.2.3500Christian Brabandt
Problem: Github CI fails to install clang. Solution: Install llvm-11 explicitly. (Christian Brabandt, closes #8993)
2021-10-09patch 8.2.3488: issue template is not easy to usev8.2.3488snxx
Problem: Issue template is not easy to use. Solution: Use a yaml template. (closes #8928)
2021-10-05patch 8.2.3481: failures when char is unsignedv8.2.3481James McCoy
Problem: Failures when char is unsigned. Solution: Use int8_T. Make a CI run with unsigned char. (James McCoy, closes #8936)
2021-10-04Update runtime filesBram Moolenaar
2021-09-19patch 8.2.3450: coveralls action failsv8.2.3450Bram Moolenaar
Problem: Coveralls action fails. Solution: Disable it for now.
2021-09-09Update runtime filesBram Moolenaar
2021-08-29Update runtime filesBram Moolenaar
2021-08-09patch 8.2.3319: Coverity action on github does not workv8.2.3319James McCoy
Problem: Coverity action on github does not work. Solution: Remove undefined $SRCDIR. (James McCoy, closes #8739)
2021-08-07patch 8.2.3302: Coverity is not run from githubv8.2.3302Bram Moolenaar
Problem: Coverity is not run from github. Solution: Add a coverity script. (James McCoy, closes #8714)
2021-07-28Update runtime filesBram Moolenaar
2021-07-07Update runtime filesBram Moolenaar
2021-06-22patch 8.2.3034: installing packages on github CI sometimes failsv8.2.3034Christian Brabandt
Problem: Installing packages on github CI sometimes fails. Solution: Update package information first. (Christian Brabandt, closes #8432)
2021-06-20patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt
Problem: Available encryption methods are not strong enough. Solution: Add initial support for xchaha20. (Christian Brabandt, closes #8394)
2021-05-16Update runtime filesBram Moolenaar
2021-05-02Update runtime filesBram Moolenaar
2021-04-17Update runtime files.Bram Moolenaar
2021-04-07Update runtime filesBram Moolenaar
2021-03-31Update runtime files.Bram Moolenaar
2021-02-27Update runtime files.Bram Moolenaar
2021-02-13patch 8.2.2507: github build may fail if Ubuntu 20.04 is usedv8.2.2507Bram Moolenaar
Problem: Github build may fail if Ubuntu 20.04 is used. Installing rust is not needed. Solution: Specify ubuntu-18.04 instead of latest. Update "pip" instead of installing rust. (Ozaki Kiichi, closes #7820)
2021-02-12patch 8.2.2502: a few github actions are failingv8.2.2502Bram Moolenaar
Problem: A few github actions are failing. Solution: Install setuptools-rust. (closes #7823)
2021-01-25Update runtime files.Bram Moolenaar
2021-01-11Update runtime files.Bram Moolenaar
2021-01-02Update runtime files.Bram Moolenaar
2020-12-28patch 8.2.2237: CI on Mac fails in sed commandv8.2.2237Bram Moolenaar
Problem: CI on Mac fails in sed command. Solution: Set LC_ALL to "C". (Ozaki Kiichi, closes #7565)
2020-12-23Update runtime files.Bram Moolenaar