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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,468faeb0abcd305e X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.185.79 with SMTP id cn15mr5380544qab.4.1364692704229; Sat, 30 Mar 2013 18:18:24 -0700 (PDT) X-Received: by 10.49.75.66 with SMTP id a2mr469860qew.21.1364692704214; Sat, 30 Mar 2013 18:18:24 -0700 (PDT) Path: v17ni6816qad.0!nntp.google.com!ca1no18243022qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 30 Mar 2013 18:18:24 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=172.0.242.94; posting-account=-WG8VgoAAAAlWewKFi0J7zSTMYXZyyK3 NNTP-Posting-Host: 172.0.242.94 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <39102c40-a4e3-4991-a94a-d7d51856c83d@googlegroups.com> Subject: Re: Extended Exceptions and other tweaks. From: Diogenes Injection-Date: Sun, 31 Mar 2013 01:18:24 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-03-30T18:18:24-07:00 List-Id: On Saturday, March 30, 2013 6:10:07 PM UTC-4, Brian Drummond wrote: > > I can't comment on extended exceptions. > > > > However, when supporting exceptions in his RTS, Luke apparently ran into > > difficulties. If you have had more success - either using a different > > approach, or following his but overcoming his difficulties, then that > > would be useful. Is this going to be documented and/or made available > > somewhere? > > > > - Brian Assuming it IS in fact successful, I will post it up here. Exceptions are definitely one of the more difficult mods to the Runtime. I'll document it IF it actually works properly.