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,c689b55786a9f2bd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!news2.glorb.com!news.mv.net!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: for S'Image use Func?? Date: Fri, 07 May 2010 16:41:07 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: pcls6.std.com 1273264854 5498 192.74.137.71 (7 May 2010 20:40:54 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 7 May 2010 20:40:54 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:Kh0UHe04t2AaG1+f3o2YxyI8Zi8= Xref: g2news2.google.com comp.lang.ada:11391 Date: 2010-05-07T16:41:07-04:00 List-Id: "Yannick Duchêne (Hibou57)" writes: > Le Fri, 07 May 2010 21:56:19 +0200, J-P. Rosen a écrit: >>>> 'Image is just for quick, debug-like output. >>> >>> So that's why it's broken?! >> I was just responding that 'Image is not for columns, and of course I >> agree that the extra space was a mistake - just like making Priority a >> subtype of Integer. > Is there an existing list somewhere compiling this kind of “tiny” errors > in the standard's choices ? I have such a list -- in my head. ;-) Sorry, there's no room in the margin of this document to list them all, so I'll just mention one: lack of zero-element and one-element positional array aggregates. Not a big problem, just a minor annoyance. And I also have such lists in my head for many other programming languages. ;-) - Bob