emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-tng-mode f8d2b91 295/385: miss some false positive


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode f8d2b91 295/385: miss some false positive ghc errors
Date: Tue, 5 Oct 2021 23:59:51 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit f8d2b91c660f50913920198d9759d92dff7c6b48
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@gmail.com>

    miss some false positive ghc errors
---
 haskell-tng-compile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell-tng-compile.el b/haskell-tng-compile.el
index b83f980..9e6f7e0 100644
--- a/haskell-tng-compile.el
+++ b/haskell-tng-compile.el
@@ -22,7 +22,7 @@
 ;; TODO generic flycheck integration 
https://emacs.stackexchange.com/questions/51894
 
 (defvar haskell-tng-compilation-error-regexp-alist
-  (let ((file '(: (group (+ any) ".hs")))
+  (let ((file '(: (group (+ (not (any "{" "}" "(" ")" "[" "]" "\n"))) ".hs")))
         (num '(: (group (+ digit))))
         (err '(: ": " (group "error") ":"))
         (war '(: ": " (group "warning") ":")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]