Patch 9.0.1651 (after 9.0.1649
Problem: Unclear why syntax test fails on Mac.
Solution: Temporarily show the whole "messages" file.
Files: runtime/syntax/Makefile
*** ../vim-9.0.1650/runtime/syntax/Makefile 2023-06-22 22:38:47.976575036
+0100
--- runtime/syntax/Makefile 2023-06-23 19:33:04.030464678 +0100
***************
*** 26,32 ****
@echo "../$(VIMPROG)" > testdir/vimcmd
@echo "$(RUN_VIMTEST)" >> testdir/vimcmd
VIMRUNTIME=$(VIMRUNTIME) $(VIMPROG) --clean --not-a-term $(DEBUGLOG) -u
testdir/runtest.vim
! @tail -n 6 testdir/messages
clean testclean:
--- 26,34 ----
@echo "../$(VIMPROG)" > testdir/vimcmd
@echo "$(RUN_VIMTEST)" >> testdir/vimcmd
VIMRUNTIME=$(VIMRUNTIME) $(VIMPROG) --clean --not-a-term $(DEBUGLOG) -u
testdir/runtest.vim
! @# FIXME: Temporarily show the whole file to find out what goes wrong
! @#tail -n 6 testdir/messages
! @cat testdir/messages
clean testclean:
*** ../vim-9.0.1650/src/version.c 2023-06-23 16:15:07.469504475 +0100
--- src/version.c 2023-06-23 19:34:23.554440039 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1651,
/**/
--
>From the classified section of a city newspaper:
Dog for sale: eats anything and is fond of children.
/// 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/20230623183800.7F5281C054C%40moolenaar.net.