emacs-devel
[Top][All Lists]
Advanced

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

Re: master 67c3a3a 2/2: Avoid occasional confusion of Flymake C/C++ back


From: Robert Pluim
Subject: Re: master 67c3a3a 2/2: Avoid occasional confusion of Flymake C/C++ backend
Date: Tue, 26 Mar 2019 15:01:29 +0100

>>>>> On Mon, 25 Mar 2019 10:56:34 -0400 (EDT), Unknown <address@hidden> said:

    João> branch: master commit
    João> 67c3a3af1d9e2582193d5ea33b6c190e79ad56e6 Author: João Távora
    João> <address@hidden> Commit: João Távora
    João> <address@hidden>

    João>     Avoid occasional confusion of Flymake C/C++ backend
    
    João>     The regexp would sometimes match non-errors and create a
    João> diagnostic with nil severity, which would have consequences
    João> for the Flymake engine (these should eventually be
    João> addressed, too).

This is making flymake-tests fail:

    Test different-diagnostic-types condition:
        (ert-test-failed
         ((should
           (eq 'flymake-error
                (face-at-point)))
          :form
          (eq flymake-error flymake-note)
          :value nil))
       FAILED  1/9  different-diagnostic-types (1.093461 sec)
       
(face-at-point) is flymake-note there.

Robert



reply via email to

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