Janko Marohnić
Janko Marohnić
That's an interesting suggestion, though I'm not sure I would like vim-test to go so far with strategy configuration. Ideally strategies should be configured directly, I don't think vim-test should...
Not sure, line-by-line matching is needed to detect nesting. I don’t know how to handle multiline matching as well 🤔
I don’t know exactly how you would calculate indentation with regexes. Currently the code updates some state after each line. And it’s only going up from the current line IIRC.
@codeinabox I don't have time to work on vim-test lately, so would be glad if others could take point on these decisions 👍
I added finding the correct compiler before running `AsyncRun`, let me know whether it works for you.
Ok, I reverted that commit for now. The problem is that AsyncRun doesn't work for me at all, the quickfix never opens, even when there are test failures. I tried...
Yeah, it was necessary to add Windows support to the .NET runner as well (https://github.com/janko-m/vim-test/pull/277). I would l like to have some generalized helpers for this that all other runners...
@Akin909 If I understood correctly, something else will be doing the TypeScript => JavaScript compilation, not the test runner? Because I see for example `mocha` supporting the `--compilers` option, and...
@Lilja While I don't have time to contribute to vim-test anymore, I will happily merge any improvements to TypeScript support that is documented, requires zero or minimal amount of configuration,...
@blueyed Thanks for pitching in some ideas about this. If we add this, it would definitely have to be opt-in, because e.g. for Ruby the `makeprg` executables are usually not...