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,UTF8 Path: g2news1.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Asis.Ada_Environments.Associate (..., Parameters => ...); References: <4625138a-bbed-48e6-8805-0982f7e1cf4e@u41g2000yqe.googlegroups.com> From: Stephen Leake Date: Sun, 03 Jan 2010 03:19:42 -0500 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:9aZpffBuqytoR8rRqKZixzB83Zc= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 9f4504b405352e197caa705186 Xref: g2news1.google.com comp.lang.ada:8577 Date: 2010-01-03T03:19:42-05:00 List-Id: "Hibou57 (Yannick Duchêne)" writes: > The “ Asis Asis.Ada_Environments ” specification file does not > document the “ Parameters ” argument. Searching the web about it, I've > found a documentation called “ ASIS for GNAT ”, here : > http://www.gnu-darwin.org/www001/src/ports/devel/asis/work/asis-3.15p-src/documentation/asis_rm.txt No need to search the web; that file is included in the GNAT ASIS installation, in html, info, and pdf; gnat/share/doc/asis/* > This document list some parameters in the “ § Parameters of > Asis.Ada_Environments.Associate Procedure ” > > I just wonder if these are standard parameter or ASIS-for-GNAT > specific parameters. asis_rm.txt 3.1 says they are implementation specific. It appears the ASIS standard document is not freely available, so it's hard to be sure. -- -- Stephe