Daniel Hahler

Results 1440 comments of Daniel Hahler

I am still not sure/convinced that it is covimerage exiting non-zero here. Was the `type` not called without `$ErrorActionPreference = 'SilentlyContinue'`?

Thanks for confirmation. Might be an issue with the interaction of click then. Maybe there is an error even, but just does not get displayed for some reason. Since `covimerage...

Good idea. Try `python -m trace -t --module covimerage write_coverage …`. But otherwise I would hope for this issue showing up with its tests, so it might be good to...

> Maybe a further optimization would be for the same Vim version to share the shared directory. Good idea. What's your opinion on which to remove? Are the ones I've...

IIRC I am using / rely on bashisms in Neomake's tests.

Can you provide more information, e.g. logs? I am not sure if it is worth supporting something older than 7.3 myself though.

Yes, I asked for #30. What is this issue about exactly? Files should be editable, if you mount them using a Docker volume. How do you use vim-testbed?

And what is the problem? That some dirs are not writable? Does the build already fail? btw: I am working on improving this in general in https://github.com/tweekmonster/vim-testbed/pull/33

Seems like `--with-features=huge` is required for this (and makes sense).