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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1116ece181be1aea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-19 13:14:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!ash.uu.net!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Is the Writing on the Wall for Ada? Date: 19 Sep 2003 16:14:07 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <3F650BBE.4080107@attbi.com> <3F67AAC6.2000906@attbi.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1064002448 24833 199.172.62.241 (19 Sep 2003 20:14:08 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 19 Sep 2003 20:14:08 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:42696 Date: 2003-09-19T16:14:07-04:00 List-Id: "Mark A. Biggar" writes: > You may or may not be able to turn this off. The problem is that the > Ada LRM says that on any assignment if an exception is raised when > evaluating the RHS then the LHS shall be left unchanged. No, the Ada RM does *not* say that (for predefined exceptions). Read 11.6 carefully. That was true in Ada 83, but not in Ada 95. - Bob