This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 5904: ada maintainership comments patch


On Sat, 4 May 2002, Matthias Klose wrote:

> Joe Buck writes:
> > The attached patch fixes the comments in the ada front
> 
> hmm, it seems to break at least 111 *.adb files by introducing
> overlong lines: example a-excpol.adb:
> 
> --                                                                          --
> --                             $Revision: 1.1.16.1 $                            --

This is a problem with

(a) the style checks - causing hard errors from obviously correct doc
patches that happen to increase a line length is bad;

(b) the inclusion of RCSids in the source tree, which get these
lengthenings on branches; I suggest merging to the branch the patch

2002-03-14  Geoffrey Keating  <geoffk@redhat.com>

        Delete all lines containing "$Revision:".
        * xeinfo.adb: Don't look for revision numbers.
        * xnmake.adb: Likewise.
        * xsinfo.adb: Likewise.
        * xsnames.adb: Likewise.
        * xtreeprs.adb: Likewise.

.  Incidentally, there are still some RCSids on the mainline that I think 
should go away, for the same reasons that the others were removed.  
gnat_rm.text and gnat_ug.texi use $Revision, gnat_ug.texi also uses $Date.  
prj-makr.adb, prj-makr.ads, prj-pp.adb, prj-pp.ads, added in the big 
merge, use $Revision.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]