-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
src/Command.hs:200:22: error: | ||
error: [GHC-21231] | ||
lexical error in string/character literal at character 'c' | ||
|
||
src/Command.hs:1:1: error: | ||
`solid-pp' failed in phase `Haskell pre-processor'. (Exit code: 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
setlocal makeprg=seito | ||
set makeprg=seito | ||
|
||
" GHC | ||
setlocal errorformat=%A%f:%l:%c:\ %t%*[^:]:\ [GHC-%n] | ||
setlocal errorformat^=%A%f:%l:%c:\ %t%*[^:]: " GHC 9.6 | ||
set errorformat=%A%f:%l:%c:\ %t%*[^:]:\ [GHC-%n] | ||
set errorformat^=%A%f:%l:%c:\ %t%*[^:]: " GHC 9.6 | ||
|
||
" lines that start with a space continue the previous message | ||
setlocal errorformat^=%+C\ %.%# | ||
set errorformat^=%+C\ %.%# | ||
|
||
" empty lines terminate a message | ||
setlocal errorformat^=%Z | ||
set errorformat^=%Z | ||
|
||
" ignore this part of the message | ||
setlocal errorformat^=%-G\ \ \ \ Suggested\ fix:%.%# | ||
setlocal errorformat^=%-G\ \ \ \ \ \ Perhaps\ you\ meant\ %.%# " GHC 9.2 | ||
set errorformat^=%-G\ \ \ \ Suggested\ fix:%.%# | ||
set errorformat^=%-G\ \ \ \ \ \ Perhaps\ you\ meant\ %.%# " GHC 9.2 | ||
|
||
" single-line error message | ||
set errorformat+=%f:%l:%c:\ %t%*[^:]:\ [GHC-%n]\ %m | ||
set errorformat+=%f:%l:%c:\ %t%*[^:]:\ %m " GHC 9.6 | ||
|
||
" Hspec | ||
setlocal errorformat^=\ \ %f:%l:%c:\ .%# | ||
set errorformat^=\ \ %f:%l:%c:\ .%# |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.