Whenever two or more filetype names share a common prefix,
e.g. java and javascript, passing the shortest name
argument to Make, e.g. make java test, will trigger the
running of all prefix matching test suites. To fix this
blunder and to only have requested test suites run, always
append the leftmost conventional delimiters [._], e.g.
java[.]java, java[_]numbers.java, to each filetype name
when automatically assembling a regexp pattern for the
filename filter. Furthermore, promote the Vim9 (pseudo-)
filetype, e.g. make vim9 test, make vim vim9 test, etc.
As before, VIM_SYNTAX_TEST_FILTER is still within reach for
arbitrary test case grouping.
https://github.com/vim/vim/pull/21351
(3 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Heads up, @dkearns and @e-kwsm.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
"blunder" seems like a rather harsh assessment. :)
Thanks for special casing my abusive vim9 usage. I am, however, more than happy to rename those tests to something like vim_9_* if you prefer.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()