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.101.85.195 with SMTP id k3mr5558474pgs.202.1502299396693; Wed, 09 Aug 2017 10:23:16 -0700 (PDT) X-Received: by 10.36.250.70 with SMTP id v67mr379280ith.2.1502299396578; Wed, 09 Aug 2017 10:23:16 -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!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!u14no1870231ita.0!news-out.google.com!1ni3212itx.0!nntp.google.com!u14no1870226ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 9 Aug 2017 10:23:16 -0700 (PDT) In-Reply-To: <688bf053-8438-4189-be34-28ecfe53cf6e@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.92.25; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.92.25 References: <688bf053-8438-4189-be34-28ecfe53cf6e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Community Input for the Maintenance and Revision of the Ada Programming Language From: Shark8 Injection-Date: Wed, 09 Aug 2017 17:23:16 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Body-CRC: 2262390456 X-Received-Bytes: 1662 Xref: news.eternal-september.org comp.lang.ada:47659 Date: 2017-08-09T10:23:16-07:00 List-Id: On Wednesday, August 9, 2017 at 9:24:40 AM UTC-6, Johan S=C3=B6derlind =C3= =85str=C3=B6m wrote: > I want the next version to include GNAT attributes. > The X'Range_Length has been useful for me instead of writing (X'Last - X'= First + 1) If we had first-class ranges we could do X'Range'Legth...