Patch 9.0.0596
Problem: CI on Mac M1 has the channel feature disabled.
Solution: Include the channel feature.
Files: .cirrus.yml
*** ../vim-9.0.0595/.cirrus.yml 2022-09-24 19:32:07.251604769 +0100
--- .cirrus.yml 2022-09-26 20:13:02.456996918 +0100
***************
*** 37,43 ****
- brew install gettext libtool
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
! - ./configure --with-features=${FEATURES} --disable-channel
- make -j${NPROC} CC=clang
test_script:
- src/vim --version
--- 37,43 ----
- brew install gettext libtool
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
! - ./configure --with-features=${FEATURES}
- make -j${NPROC} CC=clang
test_script:
- src/vim --version
*** ../vim-9.0.0595/src/version.c 2022-09-26 19:50:07.467112929 +0100
--- src/version.c 2022-09-26 20:17:07.148448184 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 596,
/**/
--
hundred-and-one symptoms of being an internet addict:
182. You may not know what is happening in the world, but you know
every bit of net-gossip there is.
/// 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/20220926191801.2776B1C03EB%40moolenaar.net.