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: 103376,80d6bf135d9e304d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.238.198 with SMTP id vm6mr4019072pbc.3.1328889544544; Fri, 10 Feb 2012 07:59:04 -0800 (PST) Path: wr5ni9106pbc.0!nntp.google.com!news2.google.com!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Ann: Zip-Ada v.42 Date: Fri, 10 Feb 2012 16:59:02 +0100 Organization: Ada @ Home Message-ID: References: <9cf920e1-b8a0-4100-becf-3c5afc2c4be2@b23g2000yqn.googlegroups.com> NNTP-Posting-Host: 3Dnc1BsVLavoSxHR9zQiRQ.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.61 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2012-02-10T16:59:02+01:00 List-Id: Le Fri, 10 Feb 2012 13:53:50 +0100, Gautier write-only = a =C3=A9crit: > Hello! > > I am pleased to announce a new version of the Zip-Ada library, @ > http://unzip-ada.sf.net/ . In verif.aru, you have rules to exclude GNAT specific attributes, and yo= u = enumerate all GNAT specific attributes. Like with any enumeration, = completness may be an issue, an there is nothing like Others here ;) You may replace these AdaControl rules with simply a pragma: pragma Restrictions (No_Implementation_Attributes); With this, you are ensured to not miss a single one. You may also add pragma Restrictions (No_Implementation_Pragmas); pragma Restrictions (No_Obsolescent_Features); -- But may cause = portability issues. For GNAT, place these in a =E2=80=9Cgnat.adc=E2=80=9D file. Otherwise, good point, you provided some documentation about the Zip fil= e = format. That's kind of you for readers. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [1] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [1] [1]: Epigrams on Programming =E2=80=94 Alan J. =E2=80=94 P. Yale Univers= ity