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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,42427d0d1bf647b1 X-Google-Attributes: gid103376,public From: Simon Johnston Subject: Re: Ada Core Technologies and Ada95 Standards Date: 1996/04/01 Message-ID: <199604010704.IAA30401@jerry.rb.icl.co.uk>#1/1 X-Deja-AN: 145192897 sender: Ada programming language priority: normal comments: Authenticated sender is organization: ICL Retail Systems reply-to: skj@acm.org newsgroups: comp.lang.ada x-mailer: Pegasus Mail for Windows (v2.30) Date: 1996-04-01T00:00:00+00:00 List-Id: > John McCabe said: > [snip] > > Wrong! The validation suite does contain tests for all parts of Ada 95 > including all the special needs annexes, and this is true "at the moment" I can vouch for this, the only place I could find a good example of stream usage (to implement streams over a TCP/IP network) was by getting the ACVC suite and finding their streams test stuff. I have decided to keep a copy of ACVC on my machine for just such eventualities. with StandardDisclaimer; use StandardDisclaimer; package Sig is --,-------------------------------------------------------------------------. --|Simon K. Johnston - Development Engineer (C++/Ada95) |ICL Retail Systems | --|-----------------------------------------------------|3/4 Willoughby Road| --|Unix Mail: skj@acm.org |Bracknell | --|Telephone: +44 (0)1344 476320 Fax: +44 (0)1344 476302|Berkshire | --|Internal : 7261 6320 OP Mail: S.K.Johnston@BRA0801 |RG12 8TJ | --|WWW URL : http://www.acm.org/~skj/ |United Kingdom | --`-------------------------------------------------------------------------' end Sig;