unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ergus <spacibba@aol.com>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: Glenn Morris <rgm@gnu.org>, emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] master bc780a4: * test/lisp/progmodes/flymake-tests.el (ruby-backend): Skip on hydra.
Date: Wed, 26 Jun 2019 18:04:52 +0200	[thread overview]
Message-ID: <20190626160452.lalvf6xza6rrxm2z@Ergus> (raw)
In-Reply-To: <35cdbfa1-b8c5-92a2-570b-ad76ea87eb87@yandex.ru>

On Wed, Jun 26, 2019 at 04:54:36PM +0300, Dmitry Gutov wrote:
>Hi Glenn,
>
>On 25.06.2019 23:23, Glenn Morris wrote:
>>branch: master
>>commit bc780a46915326ea66ff51342f5e1158e124a677
>>Author: Glenn Morris <rgm@gnu.org>
>>Commit: Glenn Morris <rgm@gnu.org>
>>
>>     * test/lisp/progmodes/flymake-tests.el (ruby-backend): Skip on hydra.
>>     Another unstable test.
>
>Do you have an example?
>

Hi Sorry if this is not really related 100%.

I'm trying flymake today (because in master branch flycheck today
started freezing emacs, but that's another issue).

And I just opened a file with simple compilation errors 

emacs -Q myfile.cpp
M-x flymake-mode

And I see no errors detected. I tried many things and
flymake-running-backends prints.

Running backends:

And show-diagnostics says there are not diagnostics.

```
#include <unexistenfile.h>

nit var;

function() {
        tt;
        var1 = 23as;
}

```

Do I am missing something? Probably it needs some extra configuration,
or external dependency?

When I try to compile this code I get (as expected):

-----------------------
-*- mode: compilation; default-directory: "~/borrar/" -*-
Compilation started at Wed Jun 26 17:56:42

g++ lower_bounds.cpp -o lower_bounds.x
lower_bounds.cpp:1:10: fatal error: unexistenfile.h: No such file or directory
    1 | #include <unexistenfile.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.

Compilation exited abnormally with code 1 at Wed Jun 26 17:56:42
-----------------------

How can I check whats missing in my system?



  reply	other threads:[~2019-06-26 16:04 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20190625202332.25129.77823@vcs0.savannah.gnu.org>
     [not found] ` <20190625202333.7934B20990@vcs0.savannah.gnu.org>
2019-06-26 13:54   ` [Emacs-diffs] master bc780a4: * test/lisp/progmodes/flymake-tests.el (ruby-backend): Skip on hydra Dmitry Gutov
2019-06-26 16:04     ` Ergus [this message]
2019-06-26 16:21       ` Dmitry Gutov
2019-06-26 16:23         ` Ergus
2019-06-26 16:27           ` Dmitry Gutov
2019-06-26 17:23         ` Ergus
2019-06-26 19:20           ` Dmitry Gutov
2019-06-29  2:11     ` Glenn Morris
2019-07-03 13:57       ` Dmitry Gutov
2019-07-06 22:57         ` João Távora
2019-07-07 22:16           ` Dmitry Gutov
2019-07-14  1:53         ` Glenn Morris
2019-07-30 14:00           ` Dmitry Gutov
2019-08-15 17:11             ` Glenn Morris
2019-09-28  8:22               ` Dmitry Gutov
2019-09-28  9:15                 ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190626160452.lalvf6xza6rrxm2z@Ergus \
    --to=spacibba@aol.com \
    --cc=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).