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,f7c38a023cf370dc X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!dp9g2000vbb.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Should representation clauses be complete for each bit? Date: Thu, 21 Jul 2011 00:37:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <73c10395-ec4f-4a02-b0fc-e35bc14424fa@e18g2000vbx.googlegroups.com> <4e26f324$0$6549$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1311233933 14683 127.0.0.1 (21 Jul 2011 07:38:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 21 Jul 2011 07:38:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: dp9g2000vbb.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALERCFNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20100101 Firefox/6.0,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20255 Date: 2011-07-21T00:37:31-07:00 List-Id: On Jul 20, 6:28=A0pm, Robert A Duff wrote: > Georg Bauhaus writes: > > On 20.07.11 16:51, Robert A Duff wrote: > > >> By the way, I find Ada's representation clauses to be at the wrong > >> level of abstraction. =A0Why can't I just write a single line of code > >> that means "put all the components in declaration order with no gaps > >> in between"? > > > Is this a frequent use case? > > Yes, I think so. > > - Bob I think you're right, Bob. In fact, I'd go so far as to say it's very, very common. -- Martin