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 15:44:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.86.7.162!newsfeed.wirehub.nl!btnet-peer!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 23:39:52 +0100 NNTP-Posting-Host: 62.253.13.1 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 1002839979 62.253.13.1 (Thu, 11 Oct 2001 23:39:39 BST) NNTP-Posting-Date: Thu, 11 Oct 2001 23:39:39 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:14343 Date: 2001-10-11T23:39:52+01:00 List-Id: "chris.danx" wrote in message news:vzlx7.5831$i14.735621@news2-win.server.ntlworld.com... > > "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, It's not a good day, and I feel really stupid for making this mistake but the exception is propagated (found out when attempted to open a file that was mispelled). My mistake doubled. I appologise for any confusion and will try to not get confused and distracted and then write wrong information on public newsgroups in future. My appologies, Chris