emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#20556: closed ([PATCH] compilation mode highlights


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20556: closed ([PATCH] compilation mode highlights Maven compilation warnings as errors)
Date: Mon, 18 May 2015 21:06:03 +0000

Your message dated Tue, 19 May 2015 00:04:55 +0300
with message-id <address@hidden>
and subject line Re: bug#20556: [PATCH] compilation mode highlights Maven 
compilation warnings as errors
has caused the debbugs.gnu.org bug report #20556,
regarding [PATCH] compilation mode highlights Maven compilation warnings as 
errors
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20556: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20556
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] compilation mode highlights Maven compilation warnings as errors Date: Tue, 12 May 2015 16:04:58 +0200
Trivial patch follows. Might be not generic enough, but certainly an improvement in my case.

Paul

--- /tmp/olBiri_compile.el    2015-05-12 16:02:38.958969722 +0200
+++ lisp/progmodes/compile.el    2015-05-12 16:02:36.838967609 +0200
@@ -216,7 +216,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?
     ;; due to matching filenames via \\(.*?\\).  This might be faster.
     (maven
      ;; Maven is a popular free software build tool for Java.
-     "\\([^ \n]\\(?:[^\n :]\\| [^-/\n]\\|:[^ \n]\\)*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\] " 1 2 3)
+     "\\(\\[WARNING\\] *\\)?\\([^ \n]\\(?:[^\n :]\\| [^-/\n]\\|:[^ \n]\\)*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\] " 2 3 4 (1))
 
     (jikes-line
      "^ *\\([0-9]+\\)\\.[ \t]+.*\n +\\(<-*>\n\\*\\*\\* \\(?:Error\\|Warnin\\(g\\)\\)\\)"


--- End Message ---
--- Begin Message --- Subject: Re: bug#20556: [PATCH] compilation mode highlights Maven compilation warnings as errors Date: Tue, 19 May 2015 00:04:55 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0
On 05/18/2015 10:25 AM, Paul Pogonyshev wrote:
This is an excerpt of Maven 3.1 output on a project, where I
artificially added some errors to the source code:

Thanks. I've pushed your patch.


--- End Message ---

reply via email to

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