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-Thread: 103376,c406e0c4a6eb74ed X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!fr.ip.ndsoftware.net!216.196.110.149.MISMATCH!border2.nntp.ams.giganews.com!nntp.giganews.com!news-hub.cableinet.net!blueyonder!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ADA Popularity Discussion Request Date: 02 Sep 2004 20:10:35 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <49dc98cf.0408110556.18ae7df@posting.google.com> <1198227.gWQ0keDDOY@linux1.krischik.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1094152580 6861 62.49.19.209 (2 Sep 2004 19:16:20 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 2 Sep 2004 19:16:20 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: g2news1.google.com comp.lang.ada:3273 Date: 2004-09-02T20:10:35+01:00 List-Id: kevin.cline@gmail.com (Kevin Cline) writes: > For example, I found this at http://www.gidenstam.org/Ada/: > This library, the Add Finalization Anywhere Library, provides a > nice(?) way to add finalization to any (limited) tagged type at any > level. The structure of the library is inspired by Christoph Karl > Walter Grein's library for adding finalization to library level > tagged types and my library is designed to integrate well with his. > > However, since declaring controlled types elsewhere than at the > library level isn't supported by Ada there is a lot of hackish > things going on inside the library. Currently, I don't know whether > the these things work on any other compiler than GNAT 3.13p and > whether they are at all sane." I'm pretty sure that Christophe's library only worked because of bugs in GNAT 3.13p. The reference (after a _very_ strange compilation problem) loops with 3.16a1; with 5.02a1 it does something which looks not unreasonable... -- Simon Wright 100% Ada, no bugs.