-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Process C:\my-project not running #3443
Comments
I am not an windows (and I don't recognize the error message) but just in case could you first do |
Upon verifying my repro steps above I notice there is an error upon opening:
It opens up the shell window and I can confirm it works:
Then I go back to the file and |
For some odd reason it seems that debugging made the issue disappear. I tried again without debug-on-entry on and the bug still exists. I've also verified that haskell-mode on vanilla emacs works just fine. |
Upon opening a Haskell file I get:
After setting debug-on-entry and reopening a Haskell file I get this backtrace:
|
This backtrace confuses me since I tried vanilla emacs, adding melpa, then installing haskell-mode and things seem to work fine. So something with spacemacs is messing up the process-send-string call? |
New to trying to debug elisp, but it looks like the process is dying before the invocation of process-send-string? |
This error only happens when ghc-mod isn't properly installed. For some reason when it's properly installed everything works fine. Though I'd hope we want to make haskell-mode work without ghc-mod being properly installed. |
You can always set |
Oh, actually there were some problems with disabling |
Glad to see you fixed it. When #3543 is merged it should be possible to disable |
Steps to reproduce using Windows 8.1 and (spacemacs-0.104.2):
main = undefined
in a file named Main.hsSPC m s b
C:\my project not running
The text was updated successfully, but these errors were encountered: