Open
Description
Disabled in #1247.
GHCi prior to version 8.0.1 have bug in :complete
command: when completing operators it returns a list of all imported identifiers (see Track ticket). This leads to significant Emacs slowdown. To aviod slowdown operator completions are disabled for now.
Suggested solution:
- In the beginning of a session issues a test
:complete >>=
command. - See if output is okay or not okay.
- Mark GHCi session as one with a working
:complete
or a broken:complete
command. - Do not complete operators in sessions with broken complete.
Metadata
Metadata
Assignees
Labels
No labels