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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f55a4f84e352c8ec,start X-Google-Attributes: gid103376,public From: "Mike Silva" Subject: Ariane (yet again...) Date: 2000/01/16 Message-ID: <3882120e_3@news.jps.net>#1/1 X-Deja-AN: 573431748 X-Original-NNTP-Posting-Host: 209.63.224.240 X-Trace: 16 Jan 2000 10:46:38 -0800, 209.239.207.117 Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Date: 2000-01-16T00:00:00+00:00 List-Id: Before anybody starts throwing anything, my question is very specific -- does anybody know exactly what the Ariane report means when it speaks of "protecting" conversions? The subject came up in alt.folklore.computers and it seems there are at least three possible meanings: (a) turn off the runtime checks for a given conversion, (b) put some code before the conversion to explicitly check for in-range, or (c) have a local exception handler to catch the error. Anybody know what exactly was / was not done (or even better, have an actual code fragment)? I've just always been curious... Mike