-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Stan: Avoid terminal colors in messages #3090
Stan: Avoid terminal colors in messages #3090
Conversation
Build fails with 8.10.7, I think because that forces an older version of |
I'll have a look 🤔 Btw. why is |
0d2c522
to
f274919
Compare
@andys8 Stan does not work with GHC >8.10 (kowainik/stan#423). I does not understand how it seems to work with 9.2 in your case. |
Yeah, I think that means it was just unconditionally broken. There is a small mystery in that your original report said you were using GHC 9.2 which shouldn't have been possible! |
c334ce7
to
0cd3f50
Compare
Ah, I can help solve the mystery. The system ghc version is indeed 9.2 and hls was built with this version. The project where the screenshot of the issue was taken from is a stack project using 8.10.7 (resolver: Still the output of
|
0cd3f50
to
485caa6
Compare
Hmm, interesting. So for stack users this is potentially misleading, we really want to report the GHC that stack would use for the project or something. |
485caa6
to
3295131
Compare
Is the failing benchmark check related to this pull request? And as a followup to the "ghc mystery" we could add the output of |
The bench failure is unrelated - our CI fails to upload the cache artifacts! I don't know why this happens, retried and hopefully it will go through but long term it would be great if someone could figure it out |
Solves #3089