Add `-fmax-errors` flag
This commit adds a command line option to limit the number of errors displayed. It also moves the documentation for `reverse-errors` into the `Warnings` section. https://ghc.haskell.org/trac/ghc/ticket/13326 Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3323
Showing
- compiler/main/DynFlags.hs 10 additions, 2 deletionscompiler/main/DynFlags.hs
- compiler/main/ErrUtils.hs 5 additions, 1 deletioncompiler/main/ErrUtils.hs
- utils/mkUserGuidePart/Options/Misc.hs 0 additions, 7 deletionsutils/mkUserGuidePart/Options/Misc.hs
- utils/mkUserGuidePart/Options/Warnings.hs 13 additions, 0 deletionsutils/mkUserGuidePart/Options/Warnings.hs
Loading
Please register or sign in to comment