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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.5.5 with SMTP id 5mr13719149qat.4.1380050629614; Tue, 24 Sep 2013 12:23:49 -0700 (PDT) X-Received: by 10.182.96.135 with SMTP id ds7mr188448obb.1.1380050629465; Tue, 24 Sep 2013 12:23:49 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!d5no1779790qap.0!news-out.google.com!9ni117qaf.0!nntp.google.com!d5no1700450qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 24 Sep 2013 12:23:49 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=129.59.203.113; posting-account=7Oy7OQoAAABhVYFOo553Cn1-AaU-bSfl NNTP-Posting-Host: 129.59.203.113 References: <58149dd9-990d-415c-a121-bc7a1a69473c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6297c4e4-bbe4-4869-9f7a-98b57cfbbdc9@googlegroups.com> Subject: Re: Accessibility Levels and Library-Level Units From: Eryndlia Mavourneen Injection-Date: Tue, 24 Sep 2013 19:23:49 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 2084 Xref: number.nntp.dca.giganews.com comp.lang.ada:183447 Date: 2013-09-24T12:23:49-07:00 List-Id: On Tuesday, September 24, 2013 2:13:35 PM UTC-5, mockturtle wrote: > This came to my mind just after clicking "Post"... >=20 >=20 >=20 > About the fact that Accessibility_Level_Test is the "main:" I think (bu= t I never tested it) that you could have two legal Ada codes, one that uses= Accessibility_Level_Test as "main" and the other that uses it as a "normal= " procedure. (For example, if you use GNAT, the fact that a procedure is a= "main" it is written in the project file, not in the Ada source.) Maybe i= t is because of this that you cannot exploit the fact that Accessibility_Le= vel_Test is the main. >=20 OK, I made the procedure Test a true library-level procedure, and it now co= mpiles, although I am not certain that I see the difference in safety. =20 -- Eryndlia (KK1T)