public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* "obvious" requirements
@ 2003-05-19  0:38 Matt Kraai
  2003-05-19 10:35 ` Gerald Pfeifer
  0 siblings, 1 reply; 9+ messages in thread
From: Matt Kraai @ 2003-05-19  0:38 UTC (permalink / raw)
  To: gcc

Howdy,

I'd like to make a obvious fix to tree.c (i.e., remove a blank
line).  Should I add an entry to the ChangeLog and/or post the
patch to gcc-patches?

-- 
Matt Kraai <kraai@alumni.cmu.edu>
Debian GNU/Linux Peon

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "obvious" requirements
  2003-05-19  0:38 "obvious" requirements Matt Kraai
@ 2003-05-19 10:35 ` Gerald Pfeifer
  2003-05-19 15:07   ` Matt Kraai
  0 siblings, 1 reply; 9+ messages in thread
From: Gerald Pfeifer @ 2003-05-19 10:35 UTC (permalink / raw)
  To: Matt Kraai; +Cc: gcc

On Sun, 18 May 2003, Matt Kraai wrote:
> I'd like to make a obvious fix to tree.c (i.e., remove a blank
> line).  Should I add an entry to the ChangeLog and/or post the
> patch to gcc-patches?

ChangeLog? Dunno about such a corner case.

gcc-patches? Definitely, though it's fine after the fact for obvious
changes.

Gerald
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "obvious" requirements
  2003-05-19 10:35 ` Gerald Pfeifer
@ 2003-05-19 15:07   ` Matt Kraai
  2003-05-20 12:01     ` Gerald Pfeifer
  0 siblings, 1 reply; 9+ messages in thread
From: Matt Kraai @ 2003-05-19 15:07 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc, gcc-patches

On Mon, May 19, 2003 at 11:20:00AM +0200, Gerald Pfeifer wrote:
> On Sun, 18 May 2003, Matt Kraai wrote:
> > I'd like to make a obvious fix to tree.c (i.e., remove a blank
> > line).  Should I add an entry to the ChangeLog and/or post the
> > patch to gcc-patches?
> 
> ChangeLog? Dunno about such a corner case.

So ChangeLog entries are sometimes required...

> gcc-patches? Definitely, though it's fine after the fact for obvious
> changes.

...and postings to gcc-patches are always required.

OK to commit the following?

-- 
Matt Kraai <kraai@alumni.cmu.edu>
Debian GNU/Linux Peon

*** cvswrite.html.~1.52.~	Wed Mar 26 13:18:35 2003
--- cvswrite.html	Mon May 19 08:05:30 2003
***************
*** 135,142 ****
  
  <p>Also note that fixes for obvious typos in ChangeLog files, docs,
  web pages, comments and similar stuff need not be approved.  Just
! check in the fix.  We don't want to get overly anal about checkin
! policies.</p>
  
  <p>When you have checked in a patch exactly as it has been approved,
  you do not need to tell that to people -- including the approver.
--- 135,142 ----
  
  <p>Also note that fixes for obvious typos in ChangeLog files, docs,
  web pages, comments and similar stuff need not be approved.  Just
! check in the fix and copy it to <code>gcc-patches</code>.  We don't
! want to get overly anal about checkin policies.</p>
  
  <p>When you have checked in a patch exactly as it has been approved,
  you do not need to tell that to people -- including the approver.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "obvious" requirements
  2003-05-19 15:07   ` Matt Kraai
@ 2003-05-20 12:01     ` Gerald Pfeifer
  2003-05-20 14:12       ` Kelley Cook
  0 siblings, 1 reply; 9+ messages in thread
From: Gerald Pfeifer @ 2003-05-20 12:01 UTC (permalink / raw)
  To: Matt Kraai; +Cc: gcc, gcc-patches

On Mon, 19 May 2003, Matt Kraai wrote:
> OK to commit the following?

Yes, thanks.

Gerald

PS: I apparently didn't get the copy of your message sent to me directly.
If you got any error message (which was not due to a problem on your side
which has been fixed), would you mind forwarding that to
  postmaster@dbai.tuwien.ac.at
(or try again, to see if it works now)? Thanks.
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "obvious" requirements
  2003-05-20 12:01     ` Gerald Pfeifer
@ 2003-05-20 14:12       ` Kelley Cook
  2003-05-20 16:14         ` Andrew Haley
  0 siblings, 1 reply; 9+ messages in thread
From: Kelley Cook @ 2003-05-20 14:12 UTC (permalink / raw)
  To: Matt Kraai, Gerald Pfeifer, gcc, gcc-patches

Matt Kraii wrote:
>OK to commit the following?
...
>  
>  <p>Also note that fixes for obvious typos in ChangeLog files, docs,
>  web pages, comments and similar stuff need not be approved.  Just
>! check in the fix.  We don't want to get overly anal about checkin
>! policies.</p>
>  
>  <p>When you have checked in a patch exactly as it has been approved,
>  you do not need to tell that to people -- including the approver.
>--- 135,142 ----
>  
>  <p>Also note that fixes for obvious typos in ChangeLog files, docs,
>  web pages, comments and similar stuff need not be approved.  Just
>! check in the fix and copy it to <code>gcc-patches</code>.  We don't
>! want to get overly anal about checkin policies.</p>
>  
>  <p>When you have checked in a patch exactly as it has been approved,
>  you do not need to tell that to people -- including the approver.

Maybe, I'm just being anal, but as long as your touching this section
might it be prudent to change the vulgarity "anal" to the less tacky 
"picky"?

Kelley Cook




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "obvious" requirements
  2003-05-20 14:12       ` Kelley Cook
@ 2003-05-20 16:14         ` Andrew Haley
  2003-05-20 16:43           ` Fergus Henderson
  0 siblings, 1 reply; 9+ messages in thread
From: Andrew Haley @ 2003-05-20 16:14 UTC (permalink / raw)
  To: Kelley Cook; +Cc: Matt Kraai, Gerald Pfeifer, gcc, gcc-patches

Kelley Cook writes:
 > Matt Kraii wrote:
 > >OK to commit the following?
 > ...
 > >  
 > >  <p>Also note that fixes for obvious typos in ChangeLog files, docs,
 > >  web pages, comments and similar stuff need not be approved.  Just
 > >! check in the fix.  We don't want to get overly anal about checkin
 > >! policies.</p>
 > >  
 > >  <p>When you have checked in a patch exactly as it has been approved,
 > >  you do not need to tell that to people -- including the approver.
 > >--- 135,142 ----
 > >  
 > >  <p>Also note that fixes for obvious typos in ChangeLog files, docs,
 > >  web pages, comments and similar stuff need not be approved.  Just
 > >! check in the fix and copy it to <code>gcc-patches</code>.  We don't
 > >! want to get overly anal about checkin policies.</p>
 > >  
 > >  <p>When you have checked in a patch exactly as it has been approved,
 > >  you do not need to tell that to people -- including the approver.
 > 
 > Maybe, I'm just being anal, but as long as your touching this section
 > might it be prudent to change the vulgarity "anal" to the less tacky 
 > "picky"?

"anal" is not a vulgarity, but a reference to Sigmund Freud's ideas on
anality, first published in 1908. Freud wrote that people with "anal
character" were meticulous, parsimonious, and obstinate.

It is wholly wrong to denigrate the use of this word when it is used
correctly, as it is here.

Andrew.

http://www.straightdope.com/classics/a940211.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "obvious" requirements
  2003-05-20 16:14         ` Andrew Haley
@ 2003-05-20 16:43           ` Fergus Henderson
  2003-05-20 17:56             ` Gerald Pfeifer
  0 siblings, 1 reply; 9+ messages in thread
From: Fergus Henderson @ 2003-05-20 16:43 UTC (permalink / raw)
  To: Andrew Haley; +Cc: gcc, gcc-patches

On 20-May-2003, Andrew Haley <aph@redhat.com> wrote:
> "anal" is not a vulgarity, but a reference to Sigmund Freud's ideas on
> anality, first published in 1908. Freud wrote that people with "anal
> character" were meticulous, parsimonious, and obstinate.

Regardless of the academic history of this particular usage of the term,
it nevertheless has a strongly vulgar connotation, and IMHO should be
avoided in the GCC manual.  There are many people who would look for
any excuse to write GCC off as not a serious contender (maintained by
a bunch of part-time amateurs who can't even write a proper manual,
they would like to think) so it is important that the official GCC
documentation be written in a serious tone.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "obvious" requirements
  2003-05-20 16:43           ` Fergus Henderson
@ 2003-05-20 17:56             ` Gerald Pfeifer
  0 siblings, 0 replies; 9+ messages in thread
From: Gerald Pfeifer @ 2003-05-20 17:56 UTC (permalink / raw)
  To: Fergus Henderson; +Cc: Andrew Haley, gcc, gcc-patches

On Wed, 21 May 2003, Fergus Henderson wrote:
> On 20-May-2003, Andrew Haley <aph@redhat.com> wrote:
>> "anal" is not a vulgarity, but a reference to Sigmund Freud's ideas on
>> anality, first published in 1908. Freud wrote that people with "anal
>> character" were meticulous, parsimonious, and obstinate.

This may be related to me living less than 10km away from Berggasse 16 and
Andrew living near London (IIRC) ;-), but I don't see a problem either.

Even more so considering that it's not in the manual but one of the
web pages for those with GCC CVS write access, and has been there for
nearly five years:

  revision 1.3 of checkin.html
  date: 1998/07/05 22:37:42;  author: law;  state: Exp;  lines: +8 -2
  Note not to modify the guile subdir.  Also note certain changes that do
  not need approval for checkins.

I have, however, installed the following clarification below for now.

Gerald

Index: cvswrite.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvswrite.html,v
retrieving revision 1.52
diff -u -3 -p -r1.52 cvswrite.html
--- cvswrite.html	26 Mar 2003 21:18:35 -0000	1.52
+++ cvswrite.html	20 May 2003 17:48:14 -0000
@@ -135,7 +135,7 @@ in the MAINTAINERS file in the GCC distr

 <p>Also note that fixes for obvious typos in ChangeLog files, docs,
 web pages, comments and similar stuff need not be approved.  Just
-check in the fix.  We don't want to get overly anal about checkin
+check in the fix.  We don't want to get overly anal-retentive about checkin
 policies.</p>

 <p>When you have checked in a patch exactly as it has been approved,

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "obvious" requirements
@ 2003-05-20 22:58 Robert Dewar
  0 siblings, 0 replies; 9+ messages in thread
From: Robert Dewar @ 2003-05-20 22:58 UTC (permalink / raw)
  To: aph, fjh; +Cc: gcc-patches, gcc

> Regardless of the academic history of this particular usage of the term,
> it nevertheless has a strongly vulgar connotation, and IMHO should be
> avoided in the GCC manual.  There are many people who would look for
> any excuse to write GCC off as not a serious contender (maintained by
> a bunch of part-time amateurs who can't even write a proper manual,
> they would like to think) so it is important that the official GCC
> documentation be written in a serious tone.

I strongly agree this this statement.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-05-20 22:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-19  0:38 "obvious" requirements Matt Kraai
2003-05-19 10:35 ` Gerald Pfeifer
2003-05-19 15:07   ` Matt Kraai
2003-05-20 12:01     ` Gerald Pfeifer
2003-05-20 14:12       ` Kelley Cook
2003-05-20 16:14         ` Andrew Haley
2003-05-20 16:43           ` Fergus Henderson
2003-05-20 17:56             ` Gerald Pfeifer
2003-05-20 22:58 Robert Dewar

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).