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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:3106:: with SMTP id j6mr22503389ioa.147.1556102572416; Wed, 24 Apr 2019 03:42:52 -0700 (PDT) X-Received: by 2002:aca:ba82:: with SMTP id k124mr5310906oif.110.1556102572223; Wed, 24 Apr 2019 03:42:52 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!b2no125268itd.0!news-out.google.com!w17ni115itb.0!nntp.google.com!b2no125264itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 24 Apr 2019 03:42:51 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.109.61.2; posting-account=QF6XPQoAAABce2NyPxxDAaKdAkN6RgAf NNTP-Posting-Host: 70.109.61.2 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Anonymous Access and Accessibility Levels From: Jere Injection-Date: Wed, 24 Apr 2019 10:42:52 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56183 Date: 2019-04-24T03:42:51-07:00 List-Id: On Saturday, April 20, 2019 at 11:58:48 AM UTC-4, J-P. Rosen wrote: > Le 20/04/2019 =C3=A0 17:29, Jere a =C3=A9crit=C2=A0: > > I was trying to get a bit better at understanding how accessibility > > levels work with respect to anonymous access types. I have GNAT to > > test out things, but I think I am running into various bugs, so I am > > not seeing the exceptions or compilation errors I would expect. It > > could also be that I misunderstand the rules (They are difficult > > somewhat). > In my tutorial about memory management, I explain that there are 34=20 > special cases in 3.10.2 (AKA "heart of darkness"). Enter at your own risk= . >=20 > --=20 > J-P. Rosen > Adalog > 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX > Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00 > http://www.adalog.fr I'm definitely aware of the HoD and its reputation. I am a bit=20 discourage that there is not any resource (person or written) available to help newcomers (or heck even somewhat experienced Ada programmers) with issues like these. I know I cannot rely on the compiler to do it correctly in every case, so whether it compiles and runs without exception or not is not a reliable indicator.