public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@redhat.com>
To: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Cc: Geoff Keating <geoffk@redhat.com>, <gcc-patches@gcc.gnu.org>,
	Richard.Earnshaw@arm.com, Bernd Schmidt <bernds@redhat.com>
Subject: Re: none
Date: Tue, 01 Jan 2002 18:42:00 -0000	[thread overview]
Message-ID: <orell9xylp.fsf@free.redhat.lsd.ic.unicamp.br> (raw)
In-Reply-To: Gerald Pfeifer's message of "Mon, 3 Dec 2001 21:55:35 +0100 (CET)"

On Dec  3, 2001, Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> wrote:

> On 2 Dec 2001, Alexandre Oliva wrote:
>>> (For the web pages also MIME attachments are fine with me.)
>> I'd rather go with a uniform set of rules.  Would you *prefer* to get
>> patches as MIME attachments, or are the guidelines below ok with you?

> I'm pragmatic, so let's go with a uniform set of rules. ;-)

Thanks

>> Ok to install?

> Could we have two sentences, as in "This and this and this is fine.
> This and this and this is not fine" instead of "This is fine  (while
> this is not fine) and this is fine (while this is not fine)"?

> I believe it's easier to read and understand what we want that way
> -- and the patch is fine with this change.

Thanks, I'm checking this in:

Index: contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.42
diff -u -p -c -r1.42 contribute.html
cvs server: conflicting specifications of output style
*** contribute.html	2001/12/10 10:27:44	1.42
--- contribute.html	2002/01/02 02:40:31
*************** changes easier but do not change GCC's b
*** 120,128 ****
  the changes that actually make use of the new code and change GCC's
  behavior.)</p>
  
! <p>We accept patches as plain text (preferred for the compilers
! themselves), MIME attachments (preferred for the web pages), or as
! uuencoded gzipped text.</p>
  
  <p>When you have all these pieces, bundle them up in a mail message
  and send it to <a
--- 120,137 ----
  the changes that actually make use of the new code and change GCC's
  behavior.)</p>
  
! <p>We prefer patches posted as plain text or as MIME parts of type
! <code>text/x-patch</code> or <code>text/plain</code>, disposition
! <code>inline</code>, encoded as <code>7bit</code> or
! <code>8bit</code>.  If the patch is too big or too mechanical, posting
! it gzipped or bzip2ed and uuencoded or encoded as a
! <code>base64</code> MIME part is acceptable, as long as the ChangeLog
! is still posted as plain text.  Other than that, it is strongly
! discouraged to post patches as MIME parts of type
! <code>application/</code><i>whatever</i>, disposition
! <code>attachment</code> and/or encoded as <code>base64</code> or
! <code>quoted-printable</code>.  Avoid MIME large-message splitting
! (<code>message/partial</code>) at all costs.</p>
  
  <p>When you have all these pieces, bundle them up in a mail message
  and send it to <a


>> ! Avoid MIME large-message splitting (<code>message/partial</code> at
>> ! all costs.</p>

> I have not seen message/partial in the wild yet, so I think we could
> omit this, but if you tell me that you worry about it, I will believe
> you. :-)

I do.  I've seen it before, and it's often annoying to read it even
if your mail reader supports message/partial.  Not to mention the
disruptive effect to the archives.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

  reply	other threads:[~2002-01-02  2:42 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-13 15:03 C++ PATCH: Tree dumper Mark Mitchell
2001-11-13 15:03 ` Bryce McKinlay
2001-11-13 15:03   ` Mark Mitchell
2001-11-13 15:03   ` Bernd Schmidt
2001-11-13 15:03   ` Joseph S. Myers
2001-11-13 15:03     ` Jason Merrill
2001-11-13 15:03       ` Mark Mitchell
2001-11-13 15:03         ` Alexandre Oliva
2001-11-13 15:03           ` Geoff Keating
2001-11-13 15:03             ` Gerald Pfeifer
2001-12-02 13:34               ` Alexandre Oliva
2001-12-03 12:55                 ` Gerald Pfeifer
2002-01-01 18:42                   ` Alexandre Oliva [this message]
2001-11-13 15:03             ` Mark Mitchell
2001-11-13 15:03     ` Bryce McKinlay
  -- strict thread matches above, loose matches on Subject: below --
2021-05-16 14:25 Joern Rennecke
2021-05-27 12:11 ` none Richard Sandiford
2007-03-12 18:36 none Gabriel Dos Reis
     [not found] <32646.1010169056@porcupine.cygnus.com>
2002-01-04 10:42 ` none Andreas Jaeger
2002-01-04 10:52   ` none law
2002-01-04 13:56     ` none Jan Hubicka
     [not found] <200101311557.f0VFvCR04089@debye.wins.uva.nl>
2001-01-31 19:41 ` none Gabriel Dos Reis
2001-01-31 19:57   ` none Daniel Berlin
     [not found] <200009061836.LAA10595@elmo.cygnus.com>
2000-09-06 11:46 ` none Alexandre Oliva
2000-09-06 11:55   ` none Alexandre Oliva

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=orell9xylp.fsf@free.redhat.lsd.ic.unicamp.br \
    --to=aoliva@redhat.com \
    --cc=Richard.Earnshaw@arm.com \
    --cc=bernds@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=geoffk@redhat.com \
    --cc=pfeifer@dbai.tuwien.ac.at \
    /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).