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.7 required=5.0 tests=AXB_XMAILER_MIMEOLE_OL_024C2, BAYES_00,MAILING_LIST_MULTI autolearn=no 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 02:11:01 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fr.clara.net!heighliner.fr.clara.net!freenix!enst!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: avl tree - booch components Date: Wed, 12 Sep 2001 04:10:36 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1000285860 50669 137.194.161.2 (12 Sep 2001 09:11:00 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 12 Sep 2001 09:11:00 +0000 (UTC) Cc: To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:13046 Date: 2001-09-12T04:10:36-05:00 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. ----- 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) > Do you ever actually read the output of CVS $Id$ ? What is it actually > used for? At a pinch I suppose RCSfile and Revision would be the minimum, but I find the date very useful too especially when not connected to the repository. What file is this? what version? when did it last change? who changed it? are all important. The last particularly so given multiple users. I know it's all available from the repository (cvs status; cvs log) but still .. > Ignoring warnings in general is very bad practice, and it's too easy > to go from "well, _this_ warning is ok" to "I checked all the warnings > last week, I'll ignore them this time" to "just ignore the warnings". How very true! _______________________________________________ comp.lang.ada mailing list comp.lang.ada@ada.eu.org http://ada.eu.org/mailman/listinfo/comp.lang.ada