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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1901f265c928a511 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: new revision ada (exception handling) Date: Thu, 24 Jun 2004 08:57:52 +0200 Organization: AdaCL Message-ID: <1602287.U74iaLRb4H@linux1.krischik.com> References: <40BDBBFA.2020203@noplace.com> <1087475285.166449@master.nyc.kbcfp.com> <2jlepqF12qbb6U1@uni-berlin.de> <1774424.VSnnNmZCKX@linux1.krischik.com> <2jr3tjF149hg2U1@uni-berlin.de> <3596451.WJTNXepdF3@linux1.krischik.com> <4cWdnR6hNJN4R0TdRVn-hw@megapath.net> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1088062073 00 19224 RcCEXBpvARPFTwf 040624 07:27:53 X-Complaints-To: usenet-abuse@t-online.de X-ID: bczvxeZaZeRrWeqTZKaor-V4ZNTxwBF+OrzIyZ2B0WgcWVGHpwclky User-Agent: KNode/0.7.7 Xref: g2news1.google.com comp.lang.ada:1845 Date: 2004-06-24T08:57:52+02:00 List-Id: Randy Brukardt wrote: > "Martin Krischik" wrote in message > news:3596451.WJTNXepdF3@linux1.krischik.com... >> In this respect I allways missed the >> >> for My_Type'Image use ...; >> >> feature. > > We considered it briefly, but there are a number of problems with such a > feature. (One example is that Text_IO.Enumeration_IO depends on 'Image. > How will it know what syntax to read for a user-defined image.) Anyway, we > dropped the idea. At least for the first question I know the answer. It is the same as for 'Output: for My_Type'Value use ...; If you provide 'Output and want to read the data afterwards you have to provide an 'Input which fits the bill. So it would be the same for the 'Image / 'Value pair. > (You should be able to find that discussion in the > meeting minutes, although I can't tell you in which meeting we discussed > it.) To difficult to find anything in there. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com