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,3f189dddb39442e6 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.211.136 with SMTP id nc8mr4480263pbc.6.1335486767555; Thu, 26 Apr 2012 17:32:47 -0700 (PDT) MIME-Version: 1.0 Path: r9ni102464pbh.0!nntp.google.com!news2.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!news.ecp.fr!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Is Storage Subpool Example tested? Date: Thu, 26 Apr 2012 19:32:41 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <17281761.1787.1335388694731.JavaMail.geo-discussion-forums@pbcrp8> <22176229.2198.1335415028662.JavaMail.geo-discussion-forums@pbts20> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1335486766 5988 69.95.181.76 (27 Apr 2012 00:32:46 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 27 Apr 2012 00:32:46 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Date: 2012-04-26T19:32:41-05:00 List-Id: "ytomino" wrote in message news:22176229.2198.1335415028662.JavaMail.geo-discussion-forums@pbts20... > On Thursday, April 26, 2012 12:03:14 PM UTC+9, Randy Brukardt wrote: >> >> Please send any problems with the Standard (including in the examples), >> to >> Ada-Comment as explained in any recent version of the Ada standard. > > Well, I don't know the standard process of Ada, at all. > Ada-Comment as you say seems a mailing list. mail-address is probably > written in http://www.ada-auth.org/standards/ada12.html . > First, how to subscribe and read it? See http://www.ada-auth.org/standards/12rm/html/RM-0-2.html for how to send comments to the list. There used to be a page explaining how to join the list on AdaIC, but it seems to have vanished. To join the list, send a message "join ada-comment" to listserv@ada-auth.org from the e-mail address that you want to post from. Randy. >> And no, I didn't have a compiler that supported subpools when I wrote >> that. >> Indeed, I don't think I had any Ada compiler when I wrote that (I think I >> created that example in the middle of the night between days of an ARG >> meeting, on my underpowered Ubuntu laptop - there might be GNAT somewhere >> on >> there, but I don't know about it if it exists). I know we fixed some >> errors >> in it, but I don't think anyone actually ran it on an implementation >> (since >> it predates an implementation by years). > > OK. > It's accidental that I tried it.