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: a07f3367d7,2ccbc28de03a5c19 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!26g2000yqo.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: Asis.Ada_Environments.Associate (..., Parameters => ...); Date: Sun, 3 Jan 2010 09:06:36 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <4625138a-bbed-48e6-8805-0982f7e1cf4e@u41g2000yqe.googlegroups.com> NNTP-Posting-Host: 86.75.149.115 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1262538396 24680 127.0.0.1 (3 Jan 2010 17:06:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 3 Jan 2010 17:06:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 26g2000yqo.googlegroups.com; posting-host=86.75.149.115; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8579 Date: 2010-01-03T09:06:36-08:00 List-Id: On 3 jan, 09:19, Stephen Leake wrote: > No need to search the web; that file is included in the GNAT ASIS > installation, in html, info, and pdf; gnat/share/doc/asis/* I do not have a desktop search engine, this may be why I did not find it there. I've check it is, indeed. > 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 As the specification file does not give any reference, I suppose too. May be another GNAT specific stuff : I could not get ride of ASIS warning messages while I open an ASIS context. No standard ASIS methods seems to provide abilities to manage this. These messages are written on an error stream, but I could not redirected these with either Ada.Text_IO.Set_Error or Ada.Wide_Text_IO.Set_Error.