Patch 9.0.1046
Problem: Class method disassemble test fails on MS-Windows.
Solution: Do not match with a specific size.
Files: src/testdir/test_vim9_class.vim
*** ../vim-9.0.1045/src/testdir/test_vim9_class.vim 2022-12-10
18:42:09.094378801 +0000
--- src/testdir/test_vim9_class.vim 2022-12-10 19:02:06.152433041 +0000
***************
*** 166,172 ****
var instr = execute('disassemble TextPosition.new')
assert_match('new\_s*' ..
! '0 NEW TextPosition size 72\_s*' ..
'\d PUSHNR 1\_s*' ..
'\d STORE_THIS 0\_s*' ..
'\d PUSHNR 1\_s*' ..
--- 166,172 ----
var instr = execute('disassemble TextPosition.new')
assert_match('new\_s*' ..
! '0 NEW TextPosition size \d\+\_s*' ..
'\d PUSHNR 1\_s*' ..
'\d STORE_THIS 0\_s*' ..
'\d PUSHNR 1\_s*' ..
*** ../vim-9.0.1045/src/version.c 2022-12-10 18:42:09.098378785 +0000
--- src/version.c 2022-12-10 19:03:19.760399859 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1046,
/**/
--
The software said it requires Windows 95 or better, so I installed Linux.
/// 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/20221210190437.85B431C1752%40moolenaar.net.