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: 103376,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.232.42 with SMTP id tl10mr9660224pbc.7.1335546315795; Fri, 27 Apr 2012 10:05:15 -0700 (PDT) Path: r9ni105087pbh.0!nntp.google.com!news2.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!news.musoftware.de!wum.musoftware.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Fri, 27 Apr 2012 18:05:16 +0100 Organization: A noiseless patient Spider Message-ID: References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <6167748.344.1335524349986.JavaMail.geo-discussion-forums@yncd3> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="KVyw3DCOxuAHRdFPoY5Fmg"; logging-data="7820"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/7p+/NfSa/yAYbhBgSqADTdzXpn1R3p4A=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (darwin) Cancel-Lock: sha1:lvsTOxpTG3OMxvhcHy9KYGBUpzI= sha1:FEuMPYsQw2qiUDzWD/EzmqwidQU= Content-Type: text/plain; charset=us-ascii Date: 2012-04-27T18:05:16+01:00 List-Id: Martin writes: > 4) 'Image for records/arrays > > Or some means of iterating through each component, obtaining its name > and values, such that I could write my own function quickly. > > 5) The ability to override the 'Image function > 6) An alternative to 'Image that doesn't have a leading space for integers! For symmetry, I suppose we'd need 'Value as well. Some might say it's less important, and if the only use of 'Image is in debugging, I might agree; but I've come across a case (white-box functional testing) where I needed both, Value so I could specify inputs and expected outputs, and Image so I could report when the results were wrong.