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-Thread: 103376,ee1a8b8db84c88f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsread.com!news-xfer.newsread.com!newspeer.monmouth.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Ada exception block does NOT work? Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <4301ab29$0$6989$9b4e6d93@newsread2.arcor-online.net> Date: Fri, 19 Aug 2005 14:00:33 +0200 Message-ID: NNTP-Posting-Date: 19 Aug 2005 14:00:34 MEST NNTP-Posting-Host: b3f39482.newsread4.arcor-online.net X-Trace: DXC=i`aOcGnY[:SUEj^fn36YV^:ejgIfPPldTjW\KbG]kaMXea\9g\;7NmU1BaK[Xmi48X[6LHn;2LCV^7enW;^6ZC`T<=9bOTW=MN^ X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:4185 Date: 2005-08-19T14:00:34+02:00 List-Id: On 18 Aug 2005 17:15:05 -0400, Robert A Duff wrote: > I wish exceptions were treated the same way, with first-class exception > types and exception objects. This would be both simpler and more > general. It should be easy. Let's remove "exception" from the list of reserved words and add to Ada.Exceptions: subtype Exception_Occurrence is exception; (:-)) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de