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: Wed, 23 Jun 2004 10:40:59 +0200 Organization: AdaCL Message-ID: <3596451.WJTNXepdF3@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> 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 1087980269 01 30986 ceWbXZAJ2c4WWkH 040623 08:44:29 X-Complaints-To: usenet-abuse@t-online.de X-ID: EBcZ58ZYgeVrtqHNqmi5UClGB-m+bymekbnMTY9iLFyCkMVpzYa7ov User-Agent: KNode/0.7.7 Xref: g2news1.google.com comp.lang.ada:1804 Date: 2004-06-23T10:40:59+02:00 List-Id: Pascal Obry wrote: > > "Nick Roberts" writes: > >> I think a possible answer to this question is that XML is human-readable >> (or at least it is pure text), whereas Ada streams are (essentially) >> binary. I think the point of providing (only) string data for >> parametising exceptions in Ada 95 was to ensure that those parameters >> could simply be printed/displayed (by diagnostic software). XML encoded >> parameters could also be simply printed out, as well as being interpreted >> and used by knowledgeable software. > > There is mixed issues here. The stream does not need to be human readable > as the information is passed between partition, this is really a computer > issue and the most compact representation is better. Now to display the > exception information I agree that we need to kind of human > representation. In this respect I allways missed the for My_Type'Image use ...; feature. We can say: for My_Type'Output use ...; so why not? With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com