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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,23c0de5a42cf667e X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!k2g2000yqe.googlegroups.com!not-for-mail From: Mark Lorenzen Newsgroups: comp.lang.ada Subject: Re: GNAT packages in Linux distributions Date: Wed, 12 May 2010 05:12:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5fbf72ce-beaf-43f5-a7f9-84aeca7083f6@k2g2000yqe.googlegroups.com> References: <87mxw9x7no.fsf@ludovic-brenta.org> <16bz9kvbqa8y9$.155ntpwpwl29d.dlg@40tude.net> <4be97bea$0$2966$ba4acef3@reader.news.orange.fr> <4be98123$0$27617$ba4acef3@reader.news.orange.fr> <4be9814d$0$27617$ba4acef3@reader.news.orange.fr> NNTP-Posting-Host: 193.163.1.105 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1273666351 29416 127.0.0.1 (12 May 2010 12:12:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 12 May 2010 12:12:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k2g2000yqe.googlegroups.com; posting-host=193.163.1.105; posting-account=Srm5lQoAAAAEMX9rv2ilEKR6FDPapmSq User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; da; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11546 Date: 2010-05-12T05:12:31-07:00 List-Id: On 12 Maj, 01:44, Yannick Duch=EAne (Hibou57) wrote: > Hey Folks! I'm dreaming! > > I've just installed the last version of SPARK, started to play a bit with= =A0 > its basic principles on a test package, then, just to see what will =A0 > happened, turned the package into a generic. And you know what ? Yes, you= =A0 > guess : the SPARK examiner did not returned any error about it and just = =A0 > displayed the message > > =A0 =A0 About to call SetPackageIsGeneric P > =A0 =A0 ThePackage P > =A0 =A0 IS GENERIC > > I though it has simply drop the whole text, so I've introduced an error o= n =A0 > purpose in the package, and it has complained about the error (a missing = =A0 > annotation for a procedure declaration), which is the proof that it did = =A0 > not drop the package text. > > Nice, looks promising. The planned support for generics was announced at the "Introducing SPARK 9.0" webinar, see http://www.adacore.com/home/products/gnatpro/webina= rs/ and click "Introducing SPARK 9.0". The announcement is at 25:30 to 26:50. - Mark L