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,36a29c2860aff686 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!194.25.134.126.MISMATCH!newsfeed01.sul.t-online.de!t-online.de!newsfeed01.chello.at!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Thu, 02 Dec 2010 00:31:19 +0100 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101129 Thunderbird/3.1.7 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Properties References: <3b84c8e7-1a51-4a7c-9646-119f1fc51478@s4g2000yql.googlegroups.com> <4cf24d13$0$6985$9b4e6d93@newsspool4.arcor-online.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4cf6dac7$0$6990$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 02 Dec 2010 00:31:19 CET NNTP-Posting-Host: f8afc260.newsspool4.arcor-online.net X-Trace: DXC=YNAgGF^56Bi<6cDJZfMd_c4IUKejVhT]Gi\06@l@lYZAhSSd2ibl X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:16709 Date: 2010-12-02T00:31:19+01:00 List-Id: On 12/1/10 8:52 PM, Martin Krischik wrote: > On the other hand that "for Some_Type'Image use" was not added is a real shame. A type based 'Image is not enough. Different contexts will require different kinds of 'Image. We need a way to pass context to a user defined 'Image in order to adapt the string to where it is shown. A simple procedure bound to the type doesn't seem a sufficiently flexible abstraction. The image of an object is best created from information about the object, not by the object, IMHO.