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=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: bug or feature References: <136dc796-8f60-4fc0-a2f8-70e0ca24c9f1@googlegroups.com> Date: Mon, 08 Sep 2014 03:48:30 -0500 Message-ID: <858ulu1orl.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:AStBnmgv9EWp8Lm8/ME3nkgC73M= MIME-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: ada51540d6d69e3fb833026298 X-Received-Bytes: 990 X-Received-Body-CRC: 4158483602 Xref: number.nntp.dca.giganews.com comp.lang.ada:188911 Date: 2014-09-08T03:48:30-05:00 List-Id: Dirk Heinrichs writes: > Charly wrote: > >> [...] because of the subtype definition in line 6. > > Shouldn't this be renames instead? You can't use 'rename' on a type, only on an object. In most cases, 'subtype' is a good way to rename a type. But not in this case. -- -- Stephe