Daniel Hahler

Results 1440 comments of Daniel Hahler

I guess what should be done here is duplicate/redirect the handlers, instead of closing them.

https://github.com/pytest-dev/pytest/pull/6034 should fix this, if you want to give it a try.

@wanam #6034 uses atexit - similar to your patch. But with yours it might run out of open file descriptors, e.g. with pytest's own test suite.

Duplicate of https://github.com/pytest-dev/pytest/issues/5282.

@nicoddemus Yep. But isn't it still a duplicate?

Can be closed as dupe of https://github.com/koalaman/shellcheck/issues/1299 (which is newer, but has more details regarding the original issue).

@lcd047 Has the loclist_count branch been merged / used? (it does not exist anymore) Is it https://github.com/scrooloose/syntastic/tree/loclist_state?

This works well, thanks! Additionally, `g:syntastic_auto_loc_list` needs to be handled there, too - at least when it's `1`. I am setting it to 0 when disabling, and restore it when...

It happens when Syntastic was run already. I use the disabling after Syntastic might have flooded me with errors that are not relevant. But since it ran already, it will...