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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4ffb9f97f305882b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-14 05:16:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.esat.net!lnewspeer01.lnd.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: meaning of: duplicate body for "_Clean" declared at line 1 Date: Mon, 14 Jan 2002 14:16:00 +0100 Organization: Siemens AG Message-ID: <3C42DA10.A8C781F8@icn.siemens.de> References: <3C3EE3B8.61155487@icn.siemens.de> NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:18897 Date: 2002-01-14T14:16:00+01:00 List-Id: Stephen Leake wrote: > Just FYI, with GNAT, if the package has a body, there is never a need > to explicitly compile the spec. Just compile the body. Not really, sure. But I prefer to find errors in the spec at a very early time, not only when I work already on the implementation details.