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

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

[nongnu] elpa/d-mode 3e80976 097/346: recognize deprecation warnings


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 3e80976 097/346: recognize deprecation warnings
Date: Sun, 29 Aug 2021 11:00:10 -0400 (EDT)

branch: elpa/d-mode
commit 3e80976520f158e8b3499020fda6abf75d1e0c1c
Author: Martin Nowak <code@dawg.eu>
Commit: Martin Nowak <code@dawg.eu>

    recognize deprecation warnings
---
 d-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/d-mode.el b/d-mode.el
index 3d84eaf..c360780 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -192,7 +192,7 @@ operators."
 ;; compilation-error-regexp-alist.
 (add-to-list 'compilation-error-regexp-alist-alist
              '(ldc
-               "^\\([^: \n]+\\)(\\([0-9]+\\)): \\(?: 
*\\(?3:\\(?:W\\(?::\\|arning\\)\\|warning\\)\\)\\| 
*\\(?4:[Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|\\[ skipping \\.+ 
]\\|instantiated from\\|required from\\|[Nn]ote\\)\\| *\\(?:[Ee]rror\\)\\)"
+               "^\\([^: \n]+\\)(\\([0-9]+\\)): \\(?: 
*\\(?3:\\(?:W\\(?::\\|arning\\)\\|warning\\)\\)\\| 
*\\(?4:[Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|\\[ skipping \\.+ 
]\\|instantiated from\\|required from\\|[Nn]ote\\)\\| *\\(?:[Ee]rror\\)\\| 
*Deprecation\\)"
                1 2 nil (3 . 4)))
 (add-to-list 'compilation-error-regexp-alist 'ldc)
 



reply via email to

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