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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,66752102482bbdca X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Required Metrics Date: 2000/05/18 Message-ID: #1/1 X-Deja-AN: 625030697 Sender: bobduff@world.std.com (Robert A Duff) References: <5DDO4.2237$wb7.194854@news.flash.net> <8ek4ea$5ta$1@nnrp1.deja.com> <8es65n$5hn$1@nnrp1.deja.com> <%MoQ4.7915$wb7.556168@news.flash.net> <8eulom$u8m$1@nnrp1.deja.com> <3914F1DC.A5EE1751@earthlink.net> <8f3tfl$d32$1@nnrp1.deja.com> <39233EC6.C4738579@earthlink.net> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-05-18T00:00:00+00:00 List-Id: "Robert I. Eachus" writes: >...And the blasted ACVC tests checked that the compiler DID NOT > accept longer lines, whle requiring that you accept an identifier that > was the same length as a line. That test is clearly wrong. I'm surprised nobody has challenged it. There is no requirement that a compiler impose a maximum line-length limit, and there never has been. I guess it's easier to make your compiler pass a test than it is to go through the challenge process. Sigh. - Bob