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,a094903f87897fa4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!c28g2000yqd.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: SPARK examiner visibility problem Date: Sun, 13 Sep 2009 23:28:08 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <8d72d20b-489b-4494-9b13-1b00ee902850@j4g2000yqa.googlegroups.com> NNTP-Posting-Host: 94.108.158.207 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1252909688 6925 127.0.0.1 (14 Sep 2009 06:28:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 14 Sep 2009 06:28:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c28g2000yqd.googlegroups.com; posting-host=94.108.158.207; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061208 Iceweasel/3.0.12 (Debian-3.0.12-1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8318 Date: 2009-09-13T23:28:08-07:00 List-Id: Laurie Dillon wrote on comp.lang.ada: > The examiner has no problem with this package (the body carries a > #hide Std_IO annotation). =A0But when I try to examine a package spec > (or body) that inherits Std_IO, I get semantic errors at every > reference to Std_IO.stdin and Std_IO.stdout. >From a past discussion here on comp.lang.ada, I vaguely remember that #hide annotations must be in the spec, not in the body, to take effect. -- Ludovic Brenta.