hasky-mode/hasky-stack

Detect file locations in doctest output better

neongreen opened this issue · 4 comments

When I have a doctest testsuite, it prints failing tests in a slightly non-standard format. The result is that I can't jump to those locations from the compilation buffer.

image

It's rather an issue with doctest. In compilation buffer we use compilation-mode and even if we somehow adjust what it recognizes as file positions, then it may stop working properly with ouput from other tools?

Okay, I'll make a PR to doctest.

I consider this resolved then.