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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,429176cb92b1b825 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,CP1252 Path: g2news1.google.com!news1.google.com!postnews.google.com!g26g2000vbi.googlegroups.com!not-for-mail From: "pascal.obry@gmail.com" Newsgroups: comp.lang.ada Subject: Re: AWS Coding Styles (and about boring plain-linear text files in the end) Date: Mon, 17 Jan 2011 02:54:35 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <24418fa4-8843-4fe6-8c2f-026ea6009b68@g26g2000vbz.googlegroups.com> NNTP-Posting-Host: 82.124.201.129 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1295261675 17891 127.0.0.1 (17 Jan 2011 10:54:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 17 Jan 2011 10:54:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g26g2000vbi.googlegroups.com; posting-host=82.124.201.129; posting-account=PEdGtgoAAACjNhf4BGsFw-AboVux6xYy User-Agent: G2/1.0 X-HTTP-Via: 1.1 lancelot:3128 (squid/2.7.STABLE9) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (like Firefox/3.5.16),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:16479 Date: 2011-01-17T02:54:35-08:00 List-Id: Simon, > >> P.S. Thanks for the =93Short comments that fit on a single line are NO= T =A0 > >> ended with a period.=94 in =933.5 Comment=94 : I oftenly had the same = question =A0 > >> for myself, and could never make a final decision about it. If you dec= ided =A0 > >> and make it a standard, well, let's go for this one and follow it. > > > This is also GNAT standard. > > But not, I think, enforced by the style checks? It is not. On my side I'm using Style_Checker (plug plug plug :) to check this rule and I have it running into my Git hooks :) So I cannot commit a single line comment with dot. Pascal.