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,a50a3c40267219cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-18 16:35:48 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!cpk-news-hub1.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: The caselessness is one of the things I like best! Date: 18 Oct 2001 18:35:40 -0500 Organization: LJK Software Message-ID: References: <3105e154.0110150021.32ff5426@posting.google.com> <9qeg5r$266$1@trog.dera.gov.uk> <9qei6k$3hj$1@newstoo.ericsson.se> <3lRKt$kFXp5K@eisner.encompasserve.org> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1003448144 7218 192.135.80.34 (18 Oct 2001 23:35:44 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 18 Oct 2001 23:35:44 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:14925 Date: 2001-10-18T18:35:40-05:00 List-Id: In article , Simon Wright writes: > Kilgallen@SpamCop.net (Larry Kilgallen) writes: >> But when you find a deviation, fix it. Don't >> hassle the programmer about it. > > I don't understand who is doing the fixing here! I suppose you could > imagine a compiler with license to change the source code and check it > back in to the source repository without consulting the programmer, I > would feel uneasy about it. I mean, have your ASIS program do the fixup: MCR ASIS_FIXUP/INPUT=MY_FILE.ADA creating the new version with normalized capitalization (matching the first instance). Whether that gets checked back in anyplace is up to the human. The human goal here is to make _each_ identifier have consistent capitalization, not to pick and choose certain identifiers for the treatment.