From: Simon Marchi <simark@simark.ca>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: New ARI warning Fri May 18 01:56:48 UTC 2018
Date: Fri, 18 May 2018 19:38:00 -0000 [thread overview]
Message-ID: <effc7bffa56ecadb0d97e61ba3ebf90c@simark.ca> (raw)
In-Reply-To: <20180518190346.4yy6e7dfn7bwascu@adacore.com>
On 2018-05-18 15:03, Joel Brobecker wrote:
> Right, which is why I formulated this as a question. I don't really
> know what style we want there. But since it was easy to patch the
> script, I thought I'd send that right away, to show one of the options.
> But I'd be OK with deciding that unittests/ should follow the GDB
> coding standards.
I think we can just add the /* ARI: ... */ comments, I'll try it later.
I don't see any reason why it would be harder in general to follow our
code conventions in unit tests than anywhere else. This case is just a
bit of a special one.
>> Is is possible to exclude unittests/* instead of listing all the
>> files? We'll surely add new files in there, and don't want to have to
>> update that script every time.
>
> This is exactly what the patch I sent does. The above was just
> the diff of output between before and after patch (sorry for
> the cryptic message).
>
> find "$@" \
> -name testsuite -prune -o \
> + -name unittests -prune -o \
> -name gdbserver -prune -o \
> -name gdbtk -prune -o \
> -name gnulib -prune -o \
Ahh ok, I missed the patch in attachment. I indeed thought that the
output you pasted was the actual patch in a cryptic format (like diff's
default format).
Simon
next prev parent reply other threads:[~2018-05-18 19:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-18 2:06 GDB Administrator
2018-05-18 2:14 ` Simon Marchi
2018-05-18 18:51 ` Joel Brobecker
2018-05-18 19:00 ` Simon Marchi
2018-05-18 19:29 ` Joel Brobecker
2018-05-18 19:38 ` Simon Marchi [this message]
2018-05-18 20:05 ` Simon Marchi
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=effc7bffa56ecadb0d97e61ba3ebf90c@simark.ca \
--to=simark@simark.ca \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox