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.129.50.84 with SMTP id y81mr50209903ywy.33.1470095215493; Mon, 01 Aug 2016 16:46:55 -0700 (PDT) X-Received: by 10.157.9.72 with SMTP id 66mr308040otp.13.1470095215456; Mon, 01 Aug 2016 16:46:55 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j37no6138429qta.0!news-out.google.com!d130ni21882ith.0!nntp.google.com!f6no6608139ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 1 Aug 2016 16:46:55 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.161.1.175; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 75.161.1.175 References: <3ac0fbcd-1f1c-40b8-b030-de03954f894f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: Ada/SPARK ASN.1 implementation version 0.0.01 From: Shark8 Injection-Date: Mon, 01 Aug 2016 23:46:55 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1926 X-Received-Body-CRC: 795891271 Xref: news.eternal-september.org comp.lang.ada:31247 Date: 2016-08-01T16:46:55-07:00 List-Id: On Monday, August 1, 2016 at 4:14:47 PM UTC-6, Randy Brukardt wrote: > > That's the best thing to do with pointers/access values: give them to=20 > someone else. :-) [Or better yet, don't use access types in the first=20 > place.] >=20 > Randy. LOL -- Exactly my opinion: avoid pointers/accesses where at all possible. (I'm half tempted to submitto Ada-comment a request to remove anonomous acc= ess types from parameter-passing -- it's highly unlikely the ARG would embr= ace such a code-breaking change... but, on the other hand, it would simplif= y a lot of things for users/implementors).