-
Notifications
You must be signed in to change notification settings - Fork 113
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
stderr not displaying on Apple Silicon #359
Comments
Is this perhaps a bug in the underlying ghci that ghcid is using? The easiest way to tell would be to run with |
Apologies, I should have included this information in the OP, but I've been so busy preparing to fly to Istanbul, and I forgot to mention, I have tried by just loading and reloading in GHCi directly, and it works fine. I do have some verbose output which I pasted into TextEdit (and so couldn't paste with colour). That project does some extra stuff with ghcid(/GHCi), so I redid it with the minimal repro. I kinda just added some extra newlines before I reloaded the file, and I wanted to format it and split it before pasting it here, but whatever, I'll just paste what I have now, with ANSI escape codes and all:
|
you need: for it to work on arm64 |
Fixed. |
I have tried this on 8.10.7 and 9.2.2, and on 9.2.2, I have tried native Apple Silicon codegen build and LLVM build. The same exact project works with ghcid on an older Intel machine I have (with an older OS and GHC 8.8.4 and 8.10.7).
This fails even on a very simple project, like this:
I notice that the title changes from “All good” to “1 error” or “1 warning” (neither will print, warnings or errors). ghcid doesn't seem to refresh the display, until I fix the error or warning and save again.
The text was updated successfully, but these errors were encountered: