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

IntelliJ keeps freezing with the intellij-haskell plugin #675

Open
jaunruh opened this issue Dec 10, 2021 · 0 comments
Open

IntelliJ keeps freezing with the intellij-haskell plugin #675

jaunruh opened this issue Dec 10, 2021 · 0 comments

Comments

@jaunruh
Copy link

jaunruh commented Dec 10, 2021

I am trying to use the intellij-haskell plugin with the jgm/pandoc repository and stack installed via brew install haskell-stack.
So I have just cloned the repo and opened the folder.

The entire IDE keeps freezing on me for multiple minutes whenever I open a new file.

I get the following error messages in the event log:

17:02	[project-stack-repl-pandoc:lib] REPL couldn't be started within 30 seconds

17:02	[project-stack-repl-pandoc:lib] 

17:02	[project-stack-repl-pandoc:lib] /Users/johannes/Programming/neopolis/pandoc/src/Text/Pandoc/CSV.hs:57:3: warning: [-Wunused-do-bind]

17:02	[project-stack-repl-pandoc:lib]     A do-notation statement discarded a result of type ‘Char’

17:02	[project-stack-repl-pandoc:lib]     Suppress this warning by saying ‘_ <- char (csvQuote opts)’

17:02	[project-stack-repl-pandoc:lib]    |

17:02	[project-stack-repl-pandoc:lib] 57 |   char (csvQuote opts)

17:02	[project-stack-repl-pandoc:lib]    |   ^^^^^^^^^^^^^^^^^^^^

17:02	[project-stack-repl-pandoc:lib] 

[...]

Executing stack repl pandoc:lib and stack build --test --haddock --no-haddock-hyperlink-source in the terminal seems to work without problems. Building hoogle was also successful.

Am I doing something wrong? I have not changed any settings.

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

No branches or pull requests

1 participant