-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed panel result_file_regex: - one non-space character anchored to line start (captured) - followed by zero or more arbitrary characters (still captured) - followed by a colon anchored to line end (not captured) This is tight enough to skip all other lines. The old regex is too premissive and matches for example: " Perhaps you meant one of these:" which you see a lot with Haskell. * Fixed line number formatting so that there is at least one space at line start guaranteed for the result_line_regex to match line numbers > 9999 * Adjusted file and line regex in syntaxes accordingly * Fixed multi-line diagnostic indentation (just one more) * Changed match defs to preferred style.
- Loading branch information
Showing
6 changed files
with
11 additions
and
15 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
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
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
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