To: vim_dev@googlegroups.com Subject: Patch 9.0.0596 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///