Commit Graph

115 Commits

Author SHA1 Message Date
ichizok
d3a074661a Fix bug_report template
Ref: https://gh-community.github.io/issue-template-feedback/structured/#checkboxes-must-have-unique-labels
2022-01-23 22:21:54 +09:00
Eir Nym
5306160139 Better bug report text 2022-01-23 13:23:54 +01:00
ichizok
ff2c55d98b Merge remote-tracking branch 'vim/master' 2022-01-03 14:33:39 +09:00
ichizok
912f6bad92 Merge remote-tracking branch 'vim/master' 2021-12-27 09:08:40 +09:00
Yegappan Lakshmanan
7f4a628efe patch 8.2.3891: github CI: workflows may overlap
Problem:    Github CI: workflows may overlap.
Solution:   Cancel previous workflows when starting a new one. (Yegappan
            Lakshmanan, closes #9400)
2021-12-25 11:20:30 +00:00
ichizok
5adc22d15e Merge remote-tracking branch 'vim/master' 2021-12-18 15:18:57 +09:00
Bram Moolenaar
f79cbf6512 patch 8.2.3827: huntr badge does not really fit in the list
Problem:    Huntr badge does not really fit in the list.
Solution:   Move the link to Huntr to the issue template.
2021-12-16 16:14:11 +00:00
Bram Moolenaar
0e6adf8a29 Update runtime files 2021-12-16 14:41:10 +00:00
Bram Moolenaar
19569ca6d8 patch 8.2.3821: ASAN test run fails
Problem:    ASAN test run fails.
Solution:   Use asan_symbolize-13 instead of asan_symbolize-11.
2021-12-15 21:29:19 +00:00
ichizok
2261192e6b Merge remote-tracking branch 'vim/master' 2021-12-13 11:53:40 +09:00
Bram Moolenaar
9a4ec5a626 Use text area for environment in the bug template. 2021-12-12 11:44:11 +00:00
Bram Moolenaar
4e30b5c3bc Update issue template. 2021-12-12 11:34:22 +00:00
ichizok
48c0196378 patch 8.2.3785: running CI on MacOS with gcc is not useful
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-11 17:34:19 +00:00
ichizok
dee78e1ce8 patch 8.2.3770: new compiler warnings from clang-12 and clang-13
Problem:    New compiler warnings from clang-12 and clang-13.
Solution:   Adjust CI and suppress some warnings. (Ozaki Kiichi, closes #9314)
2021-12-09 21:08:01 +00:00
ichizok
f64c251300 CI: Use Xcode 13.0
Workaround for the configuration error on if_python
2021-11-26 18:26:56 +09:00
ichizok
5032f04c5b Merge remote-tracking branch 'vim/master' 2021-11-26 15:49:09 +09:00
Bram Moolenaar
88a4205f1c Update runtime files 2021-11-21 21:13:36 +00:00
Bram Moolenaar
519cc559b0 Update runtime files 2021-11-16 19:18:26 +00:00
Bram Moolenaar
113cb513f7 Update runtime files 2021-11-07 20:27:04 +00:00
ichizok
30f8d9262b Merge remote-tracking branch 'vim/master' 2021-10-25 10:33:34 +09:00
Bram Moolenaar
079ba76ae7 Update runtime files 2021-10-23 12:08:41 +01:00
ichizok
8ffd874b61 CI: Suppress build warnings (errors)
Xcode 13 clang reports build errors by '-Wcompound-token-split-by-macro'
at compiling if_perl.
2021-10-21 17:08:25 +09:00
ichizok
cd891f683d Merge remote-tracking branch 'vim/master' 2021-10-18 10:53:13 +09:00
Bram Moolenaar
2286304cdb Update runtime files 2021-10-16 15:23:36 +01:00
Christian Brabandt
3a724290c5 patch 8.2.3500: Github CI fails to install clang
Problem:    Github CI fails to install clang.
Solution:   Install llvm-11 explicitly. (Christian Brabandt, closes #8993)
2021-10-12 12:02:49 +01:00
snxx
26190b2701 patch 8.2.3488: issue template is not easy to use
Problem:    Issue template is not easy to use.
Solution:   Use a yaml template. (closes #8928)
2021-10-09 12:50:20 +01:00
ichizok
6992a2bf15 Merge remote-tracking branch 'vim/master' 2021-10-07 15:46:12 +09:00
James McCoy
2e258bd79f patch 8.2.3481: failures when char is unsigned
Problem:    Failures when char is unsigned.
Solution:   Use int8_T.  Make a CI run with unsigned char. (James McCoy,
            closes #8936)
2021-10-05 19:44:04 +01:00
Bram Moolenaar
6e64922492 Update runtime files 2021-10-04 21:32:54 +01:00
Bram Moolenaar
18fefddcb0 patch 8.2.3450: coveralls action fails
Problem:    Coveralls action fails.
Solution:   Disable it for now.
2021-09-19 17:55:16 +02:00
ichizok
d872ea2e8a Merge remote-tracking branch 'vim/master' 2021-09-10 09:35:42 +09:00
Bram Moolenaar
6c391a74fe Update runtime files 2021-09-09 21:55:11 +02:00
ichizok
5066f33ff6 Merge remote-tracking branch 'vim/master' 2021-09-05 18:39:35 +09:00
Bram Moolenaar
89a9c159f2 Update runtime files 2021-08-29 21:55:35 +02:00
ichizok
d5083f3ebd CI: Modify os name 2021-08-12 01:29:18 +09:00
ichizok
e9d414076d Merge remote-tracking branch 'vim/master' 2021-08-11 14:23:10 +09:00
James McCoy
eed9616120 patch 8.2.3319: Coverity action on github does not work
Problem:    Coverity action on github does not work.
Solution:   Remove undefined $SRCDIR. (James McCoy, closes #8739)
2021-08-09 13:20:38 +02:00
Bram Moolenaar
d57a6bd98c patch 8.2.3302: Coverity is not run from github
Problem:    Coverity is not run from github.
Solution:   Add a coverity script. (James McCoy, closes #8714)
2021-08-07 12:32:20 +02:00
ichizok
3b5d079a3d Merge remote-tracking branch 'vim/master' 2021-07-30 10:26:54 +09:00
Bram Moolenaar
53f7fccc94 Update runtime files 2021-07-28 20:10:16 +02:00
ichizok
7c1e936c9c Merge remote-tracking branch 'vim/master' 2021-07-11 16:02:42 +09:00
Bram Moolenaar
90df4b9d42 Update runtime files 2021-07-07 20:26:08 +02:00
Christian Brabandt
ef7be8348f patch 8.2.3034: installing packages on github CI sometimes fails
Problem:    Installing packages on github CI sometimes fails.
Solution:   Update package information first. (Christian Brabandt,
            closes #8432)
2021-06-22 18:21:19 +02:00
Christian Brabandt
f573c6e1ed patch 8.2.3022: available encryption methods are not strong enough
Problem:    Available encryption methods are not strong enough.
Solution:   Add initial support for xchaha20. (Christian Brabandt,
            closes #8394)
2021-06-20 14:02:16 +02:00
ichizok
18ebdc933c Merge remote-tracking branch 'vim/master' 2021-05-19 15:10:17 +09:00
Bram Moolenaar
3ec3217f04 Update runtime files 2021-05-16 12:39:47 +02:00
ichizok
9a4fe3392a CI: Fix error at installing gettext 2021-05-14 19:56:36 +09:00
ichizok
40b8eed832 CI: Fix downloading gettext bottle for arm64 2021-05-14 01:08:29 +09:00
ichizok
271489e16e Merge remote-tracking branch 'vim/master' 2021-05-07 10:23:42 +09:00
Bram Moolenaar
4c295027a4 Update runtime files 2021-05-02 17:19:11 +02:00