From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:40f:b0:76d:7a99:9b33 with SMTP id 15-20020a05620a040f00b0076d7a999b33mr799205qkp.1.1693237360497; Mon, 28 Aug 2023 08:42:40 -0700 (PDT) X-Received: by 2002:a63:930c:0:b0:56f:9c2d:b6b3 with SMTP id b12-20020a63930c000000b0056f9c2db6b3mr2660775pge.1.1693237359885; Mon, 28 Aug 2023 08:42:39 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 28 Aug 2023 08:42:39 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=205.239.40.3; posting-account=YRfoYAoAAADhSEO2nLYx10QUUvp8akYl NNTP-Posting-Host: 205.239.40.3 References: <4c861cba-9ad6-429d-b530-a40c45dfc176n@googlegroups.com> <41ae24fb-793e-4bb7-9086-c8923ddc5d9dn@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <12fb20e0-8fc7-4eec-a959-e94fd3106976n@googlegroups.com> Subject: Re: Parameterised 'Image Attributes From: Stephen Davies Injection-Date: Mon, 28 Aug 2023 15:42:40 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2214 Xref: news.eternal-september.org comp.lang.ada:65567 List-Id: On Monday, 28 August 2023 at 11:58:24 UTC+1, Dmitry A. Kazakov wrote: > On 2023-08-28 11:18, Stephen Davies wrote: > This will not happen either. But here I would agree, it is clearly a > case of language littering. Littering, schmittering, how about adding Bin_Image, Oct_Image & Hex_Image for Ints and Dec_Image for Ints & Reals ;-) > However see the GNAT-specific 'Img attribute. For debugging purposes it > does not add space where 'Image also for debugging purposes adds! (:-)) Unless this changed recently, 'Img also adds a leading space.