[GHC] #13326: Implement `-ferror-limit` for GHC
GHC
ghc-devs at haskell.org
Thu Feb 23 18:33:42 UTC 2017
#13326: Implement `-ferror-limit` for GHC
-------------------------------------+-------------------------------------
Reporter: coopercm | Owner: (none)
Type: feature | Status: new
request |
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Clang has an option `-ferror-limit=n` which is very handy for development
since it lets you focus on the first error message when there is a long
list of errors. A similar flag for GHC would be very helpful.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13326>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list