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,5486a6bc39241084 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-11 11:36:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: Subject: Re: Questions on implementations and specs MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Thu, 11 Oct 2001 19:31:03 +0100 NNTP-Posting-Host: 62.252.144.151 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 1002825051 62.252.144.151 (Thu, 11 Oct 2001 19:30:51 BST) NNTP-Posting-Date: Thu, 11 Oct 2001 19:30:51 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:14309 Date: 2001-10-11T19:31:03+01:00 List-Id: "chris.danx" wrote in message news:Ahkx7.4857$i14.643289@news2-win.server.ntlworld.com... > Hi, > p.s. In the case of XMLAda, I've just noted that it does propagate this > exception by putting it as a renaming in the file (adding Name_Error : > exception renames Ada.IO_Exceptions.Name_Error at the top of > input_sources.file (spec)). This isn't a big deal, and I don't want it to > turn into one. Further investigation of the XMLAda packages reveals that this isn't correct. Name_Error doesn't appear propagated at all, my appologies to the XMLAda folks! I'm still interested to know what the advice on the issue of documenting propagation of exceptions is. Chris