public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Carlos O'Donell <carlos@redhat.com>
To: Zack Weinberg <zackw@panix.com>, libc-alpha@sourceware.org
Cc: joseph@codesourcery.com
Subject: Re: [PATCH 00/13] Installed-header hygiene (BZ#20366)
Date: Wed, 21 Sep 2016 17:52:00 -0000	[thread overview]
Message-ID: <1790cb0c-3a28-3696-adca-983ff4e43c7e@redhat.com> (raw)
In-Reply-To: <20160830011645.25769-1-zackw@panix.com>

On 08/29/2016 09:16 PM, Zack Weinberg wrote:
> Last release cycle I made some noises about cleaning up the installed
> headers---specifically, I think they should all be tested to compile
> as both C and C++, in a variety of modes, without having included
> any other headers first.  There's not a lot of bugs in this area,
> but there's enough to get 13 patches out of them :)  Mainly because
> I broke it up very fine for review.  It would probably be best to
> squash it down to just one patch for landing.

In general can you verify that the generated code does not change after
each patch in the set? That would go a long way to making this truly
a mechanical change and it's acceptance one which cleans up the headers
for use with C or C++ in various modes.

-- 
Cheers,
Carlos.

  parent reply	other threads:[~2016-09-21 17:52 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30  1:17 Zack Weinberg
2016-08-30  1:17 ` [PATCH 01/13] Installed-header hygiene (BZ#20366): obsolete BSD u_* types Zack Weinberg
2016-08-30  1:17   ` [PATCH 02/13] Installed-header hygiene (BZ#20366): manual fixups after mechanical change Zack Weinberg
2016-08-30  1:17     ` [PATCH 03/13] Installed-header hygiene (BZ#20366): missing inclusions A Zack Weinberg
2016-08-30  1:16       ` [PATCH 04/13] Installed-header hygiene (BZ#20366): missing inclusions B Zack Weinberg
2016-08-30  1:16         ` [PATCH 05/13] Installed header hygiene (BZ#20366): BYTE_ORDER macros Zack Weinberg
2016-08-30  1:17           ` [PATCH 06/13] Installed header hygiene (BZ#20366): Macros used in #if without checking whether they are defined Zack Weinberg
2016-08-30  1:17             ` [PATCH 07/13] Installed-header hygiene (BZ#20366): stack_t Zack Weinberg
2016-08-30  1:36               ` [PATCH 08/13] Installed-header hygiene (BZ#20366): time.h types Zack Weinberg
2016-08-30  1:17                 ` [PATCH 09/13] Installed-header hygiene (BZ#20366): struct ifreq Zack Weinberg
2016-08-30  1:17                   ` [PATCH 10/13] Installed-header hygiene (BZ#20366): struct ether_addr Zack Weinberg
2016-08-30  1:36                     ` [PATCH 11/13] Installed-header hygiene (BZ#20366): struct osockaddr Zack Weinberg
2016-08-30  1:17                       ` [PATCH 12/13] Installed-header hygiene (BZ#20366): Miscellaneous Zack Weinberg
2016-08-30  1:17                         ` [PATCH 13/13] Installed header hygiene (BZ#20366): Test of installed headers Zack Weinberg
2016-08-30  1:28                           ` Joseph Myers
2016-08-30  3:12                             ` Zack Weinberg
2016-09-22 12:20                               ` Zack Weinberg
2016-09-21 20:12                           ` Carlos O'Donell
2016-09-21 19:53                         ` [PATCH 12/13] Installed-header hygiene (BZ#20366): Miscellaneous Carlos O'Donell
2016-09-21 19:27                       ` [PATCH 11/13] Installed-header hygiene (BZ#20366): struct osockaddr Carlos O'Donell
2016-09-21 19:26                     ` [PATCH 10/13] Installed-header hygiene (BZ#20366): struct ether_addr Carlos O'Donell
2016-09-21 19:51                     ` Carlos O'Donell
2016-09-21 20:33                       ` Zack Weinberg
2016-09-21 19:15                   ` [PATCH 09/13] Installed-header hygiene (BZ#20366): struct ifreq Carlos O'Donell
2016-08-30 17:10                 ` [PATCH 08/13] Installed-header hygiene (BZ#20366): time.h types Joseph Myers
2016-09-21 19:04                 ` Carlos O'Donell
2016-09-21 19:12                   ` Zack Weinberg
2016-09-21 19:50                     ` Carlos O'Donell
2016-09-21 19:50               ` [PATCH 07/13] Installed-header hygiene (BZ#20366): stack_t Carlos O'Donell
2016-09-21 18:02             ` [PATCH 06/13] Installed header hygiene (BZ#20366): Macros used in #if without checking whether they are defined Carlos O'Donell
2016-09-21 18:05               ` Joseph Myers
2016-09-21 18:41                 ` Carlos O'Donell
2016-09-21 18:47                   ` Paul Eggert
2016-09-21 19:09                     ` Carlos O'Donell
2016-09-21 19:59                   ` Joseph Myers
2016-09-21 20:24                     ` Carlos O'Donell
2016-09-21 18:09               ` Zack Weinberg
2016-09-21 17:56           ` [PATCH 05/13] Installed header hygiene (BZ#20366): BYTE_ORDER macros Carlos O'Donell
2016-09-21 17:52         ` [PATCH 04/13] Installed-header hygiene (BZ#20366): missing inclusions B Carlos O'Donell
2016-08-30  1:23       ` [PATCH 03/13] Installed-header hygiene (BZ#20366): missing inclusions A Joseph Myers
2016-08-30  3:12         ` Zack Weinberg
2016-09-21 17:54           ` Carlos O'Donell
2016-09-21 17:52       ` Carlos O'Donell
2016-09-21 17:58         ` Joseph Myers
2016-09-21 18:22         ` Zack Weinberg
2016-09-21 18:43           ` Carlos O'Donell
2016-09-21 17:43     ` [PATCH 02/13] Installed-header hygiene (BZ#20366): manual fixups after mechanical change Carlos O'Donell
2016-08-30  1:22   ` [PATCH 01/13] Installed-header hygiene (BZ#20366): obsolete BSD u_* types Joseph Myers
2016-08-30  3:12     ` Zack Weinberg
2016-08-30 17:10       ` Joseph Myers
2016-09-21 17:41   ` Carlos O'Donell
2016-08-30  1:26 ` [PATCH 00/13] Installed-header hygiene (BZ#20366) Joseph Myers
2016-08-30  3:12   ` Zack Weinberg
2016-08-30  7:51     ` Andreas Schwab
2016-09-06 17:10 ` Zack Weinberg
2016-09-21 14:22   ` Zack Weinberg
2016-09-21 17:34 ` Carlos O'Donell
2016-09-21 17:52 ` Carlos O'Donell [this message]
2016-09-21 18:05   ` Zack Weinberg
2016-09-21 18:08     ` Joseph Myers
2016-09-21 18:10       ` Zack Weinberg
2016-09-21 18:46         ` Carlos O'Donell

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=1790cb0c-3a28-3696-adca-983ff4e43c7e@redhat.com \
    --to=carlos@redhat.com \
    --cc=joseph@codesourcery.com \
    --cc=libc-alpha@sourceware.org \
    --cc=zackw@panix.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).