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: João Távora
Subject: Re: master 67c3a3a 2/2: Avoid occasional confusion of Flymake C/C++ backend
Date: Wed, 27 Mar 2019 17:43:43 +0000

What is the GCC version that you are using?

João

On Tue, Mar 26, 2019 at 2:01 PM Robert Pluim <address@hidden> wrote:
>>>>> 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


--
João Távora

reply via email to

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