-
Notifications
You must be signed in to change notification settings - Fork 805
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
hledger-lib 0.27.1 benchmark build failure (ghc bug) #1587
Comments
Pinging @simonmichael |
I'm not able to reproduce this. Benchmarks with GHC 8 work normally here (and hledger-lib doesn't even have a benchmark):
|
Oh good, now it's doing it and I can dig further. |
It became severe at a time when I was doing concurrent GHC 7 and GHC 8 builds of project and deps. The GHC 8 build started giving the error for stack build, test or bench. stack clean made the error go away (and the other build had finished, if it matters) and I have not been able to reproduce it. I'm pretty sure adding hledger-lib to skipped-benchmarks is not the true fix. |
Related GHC issues:
These all seem to suggest reducing INLINE pragmas, but there aren't any of those in hledger. |
The test suite failed so I'll disable it as well |
The text was updated successfully, but these errors were encountered: