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: a07f3367d7,2ccbc28de03a5c19 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!188.40.43.213.MISMATCH!feeder.eternal-september.org!eternal-september.org!nuzba.szn.dk!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Asis.Ada_Environments.Associate (..., Parameters => ...); Date: Mon, 4 Jan 2010 21:37:58 -0600 Organization: Jacob Sparre Andersen Message-ID: References: <4625138a-bbed-48e6-8805-0982f7e1cf4e@u41g2000yqe.googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1262662680 27521 69.95.181.76 (5 Jan 2010 03:38:00 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 5 Jan 2010 03:38:00 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5843 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Xref: g2news1.google.com comp.lang.ada:8606 Date: 2010-01-04T21:37:58-06:00 List-Id: "Stephen Leake" wrote in message news:u4on3d2ht.fsf@stephe-leake.org... ... > It appears the ASIS standard document is not freely available, so it's > hard to be sure. That's right. I can't give you a copy of the Standard unless you're actively involved in working on it. We did make the "Committee Draft" version available through the SIGAda working group - but it has lots of errors that are being corrected. In any case, I went and read the standard for Asis.Ada_Environments.Associate, and I don't see any description at all of what the parameters mean. However, the description of type Context gives a bit more idea of what is meant. But there is nothing in the standard about the contents of these parameters. Moreover, there is this sentence: "The concrete mechanism of this association is implementation-specific." You're welcome to guess at exactly what this means (there is a lot of such text in the Asis standard!) Anyway, I would expect the actual values used for Name and Parameters in Associate to be completely defined by the implementation. Randy.