We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproducing requires several files, so I've minimized into this gist.
git clone https://gist.github.com/ulidtko/3ae90ea5d97d03906cd0a9022148dc49 bug-repro && cd bug-repro cat README.md
TL;DR: in certain conditions, tasty-discover generates import qualified Foo.hs:
import qualified Foo.hs
The conditions are: a test module has a copy in .orig file (like when happens during git conflicts resolution). See repro gist.
.orig
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproducing requires several files, so I've minimized into this gist.
TL;DR: in certain conditions, tasty-discover generates
import qualified Foo.hs
:The conditions are: a test module has a copy in
.orig
file (like when happens during git conflicts resolution). See repro gist.The text was updated successfully, but these errors were encountered: