-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Dyplicate symbol definition failure #65
Comments
The example doctest runner has
Does it print duplicate |
No, it looks good. And just to check I did:
And that file has all the args emitted from the output, for example:
But it doesn't have even one mention of double conversion:
|
Hmm. I think it might be issue in
when I run I had no success to reproduce it on linux, having TH using There are issues close to this in spirit on GHC tracker, e.g. https://gitlab.haskell.org/ghc/ghc/-/issues/8942, but I doubt you would get anywhere without a reproducer. Issue can be anywhere, in GHC itself, Cabal, doctest, or in |
When running doctest in the manner described in the readme (a custom setup etc) I get to the point of actually running the test:
This fails on my OS-X machine but works on the Linux based CI systems:
Is this a known issue? Should I reroute to GHC's issue tracker?
My last attempt to make a minimal example failed, but I can retry.
The text was updated successfully, but these errors were encountered: