#2675: Malformed pragma causes hang under emacs
----------------------------------------+-----------------------------------
Reporter: ezrakilty | Owner:
Type: bug | Status: new
Priority: normal | Component: GHCi
Version: 6.8.3 | Severity: normal
Keywords: emacs haskell-ghci-mode | Testcase:
Architecture: Unknown/Multiple | Os: Unknown/Multiple
----------------------------------------+-----------------------------------
Running GHCi 6.8.3 under the Emacs haskell-ghci mode, an unterminated
pragma causes emacs to hang. Not sure if this is a bug in haskell-ghci
mode specifically; running the same file from outside emacs gives an error
message, as expected, and doesn't hang. Here's a minimal test case:
{{{
{-# LANGUAGE PatternSignatures -}
}}}
Note the lack of terminating `#`.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2675>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs