From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,30f8e9ec3e840189 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-12 07:42:31 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!east1.newsfeed.sprint-canada.net!news.storm.ca!nnrp1.tor.metronet.ca!not-for-mail Message-ID: <3B9F7455.80605@home.com> From: "Warren W. Gay VE3WWG" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: avl tree - booch components References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 12 Sep 2001 14:42:31 GMT NNTP-Posting-Host: 198.96.47.195 NNTP-Posting-Date: Wed, 12 Sep 2001 08:42:31 MDT Organization: MetroNet Communications Group Inc. Xref: archiver1.google.com comp.lang.ada:13057 Date: 2001-09-12T14:42:31+00:00 List-Id: David C. Hoos, Sr. wrote: > As shown in an earlier posting, the disabling of style checks > can be very specific and localized, so turning off style checks > for the RCS/CVS strings does not compromise warnings in general. > > I use $Source which is even longer, with no problem. HP's ident command does not report the $Id: ...$ lines, so we've adopted the habit of using $Header: ...$, but I suspect that almost all other platforms work with $Id$ OK. Having : CVSID: constant String := "$Header$"; embedded strings of course, lets you identify what your binaries are built with -- an extremely useful tool for working with production level binaries. From the HPUX-11 man page for ident(1) : DESCRIPTION ident searches the named files for all occurrences of the pattern $keyword:...$, where keyword is one of the following: Author Log Date Revision Header Source Locker State > ----- Original Message ----- > From: "Simon Wright" > Newsgroups: comp.lang.ada > To: > Sent: September 11, 2001 12:53 AM > Subject: Re: avl tree - booch components > > > Stephen Leake writes: > > >>Hmm. I agree it would be nice if you could have both CVS $Id$ and no >>warnings from the GNAT style check. However, given a choice between >>the two, I'll take the no warnings. >> > > I will adopt a style like > > -- $RCSfile: bc-containers-collections-ordered-bounded.ads,v $ > -- $Revision: 1.5 $ > -- $Date: 2001/09/11 05:29:27 $ > -- $Author: simon $ > > (I don't _think_ the RCSfile is likely to break the limit) -- Warren W. Gay VE3WWG http://members.home.net/ve3wwg