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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8143b93889fe9472 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.76.198 with SMTP id d6mr4051912qak.8.1359768298011; Fri, 01 Feb 2013 17:24:58 -0800 (PST) X-Received: by 10.49.39.99 with SMTP id o3mr1306036qek.14.1359768297978; Fri, 01 Feb 2013 17:24:57 -0800 (PST) Path: k2ni4456qap.0!nntp.google.com!p13no8015074qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 1 Feb 2013 17:24:57 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.194.162.131; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 90.194.162.131 References: <8dfcf819-e1d0-4578-a795-a4bf724b5014@googlegroups.com> <5107b329$0$6556$9b4e6d93@newsspool4.arcor-online.net> <5107eaed$0$6566$9b4e6d93@newsspool4.arcor-online.net> <51080c38$0$6561$9b4e6d93@newsspool4.arcor-online.net> <51085776$0$6637$9b4e6d93@newsspool2.arcor-online.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9f1fb966-cc23-4499-b50c-571ffc0c7f01@googlegroups.com> Subject: Re: Ada standard and maximum line lengths From: Lucretia Injection-Date: Sat, 02 Feb 2013 01:24:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-02-01T17:24:57-08:00 List-Id: On Friday, 1 February 2013 23:13:48 UTC, Randy Brukardt wrote: > In any case, there is a disincentive to make any changes so long as the > ACATS insists on having a line length and identifier length being the same I thought someone (Bob Duff?) stated that: 1) some ACATS tests are wrong and people don't tell them they are 2) that there is no length that must be specified as a maximum (i.e. 200) 3) that an implementation can have unlimited values for these lengths > and thus relatively short. And it would be hard to justify rewriting those > ACATS tests (they're among the least important tests, but not so much that But surely it's better to have tests that are correct? Luke.