Skip to content
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

Update haskell-load.el (fix "Unexpected response from haskell process") #1605

Merged
merged 1 commit into from Sep 11, 2018

Conversation

doofin
Copy link
Contributor

@doofin doofin commented Jul 4, 2018

fix #1496
#1553

@doofin doofin changed the title Update haskell-load.el Update haskell-load.el (fix "Unexpected response from haskell process") Jul 4, 2018
rexim added a commit to rexim/dotfiles that referenced this pull request Aug 11, 2018
@GeorgeCo
Copy link

It would be great to get a fix for this! Any progress?

@purcell purcell merged commit 5277cfb into haskell:master Sep 11, 2018
@purcell
Copy link
Member

purcell commented Sep 11, 2018

Sorry for the delay. Happy to merge this for now if it solves problems for people.

@@ -109,6 +109,10 @@ actual Emacs buffer of the module being loaded."
process
"Ok, \\(?:[0-9]+\\) modules? loaded\\.$")
t)
((haskell-process-consume
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also needs the nil case:

              ((haskell-process-consume
                process
                "Failed, no modules loaded\\.$")
               nil)  ;; for ghc 8.4

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Want to submit a quick PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Haskell process command errored with: (error "Unexpected response from haskell process.")
4 participants