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-Thread: 103376,64f0fb07a88662b1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!uio.no!newsfeed1.funet.fi!newsfeeds.funet.fi!nntp.inet.fi!inet.fi!feeder1.news.jippii.net!reader1.news.jippii.net!53ab2750!not-for-mail From: Tapio Kelloniemi Subject: Re: Contract checking in Ada References: <424a9079$0$11482$9b4e6d93@newsread2.arcor-online.net> Newsgroups: comp.lang.ada Message-ID: <0ux2e.4977$nP.4533@reader1.news.jippii.net> Date: Wed, 30 Mar 2005 13:05:00 GMT NNTP-Posting-Host: 217.30.176.187 X-Complaints-To: newsmaster@saunalahti.com X-Trace: reader1.news.jippii.net 1112187900 217.30.176.187 (Wed, 30 Mar 2005 16:05:00 EEST) NNTP-Posting-Date: Wed, 30 Mar 2005 16:05:00 EEST Organization: Saunalahti Customer Xref: g2news1.google.com comp.lang.ada:10154 Date: 2005-03-30T13:05:00+00:00 List-Id: Georg Bauhaus wrote: >Tapio Kelloniemi wrote: > >> I'm interested in design by contract and would like to have an >> implemenation for Ada (like Eiffel's as much as possible). > >http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AI-00375.TXT Oh, wow! Good stuff! Few things annoy me: 1. Why this AI does not mention access parameters to procedures and functions (only [IN] OUT). 2. Which AI describes pre- and postconditions which are mentioned here. -- Tapio