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,58bffef5eda29ec X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-21 10:02:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Clueless :) Date: 21 Mar 2003 18:01:26 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1048269775 10396 62.49.19.209 (21 Mar 2003 18:02:55 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 21 Mar 2003 18:02:55 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:35609 Date: 2003-03-21T18:01:26+00:00 List-Id: Karel Miklav writes: > The tutorial should also show how to fill the container. I was not > able to find a simple and complete example nowhere, then I've figured > it out from tests. Good point. > And yes: do I always have to make separate initialization packages, > because GNAT chokes on this: The trouble is, that in order to get initialization and finalization BC.Containers.Container is derived from Ada.Finalization.Controlled, and if you do that you have to derive in a library-level package. This feature of the language is unlikely to go away. > > You might say, wouldn't this new Unmanaged better be called Unbounded, > > and rename the present Unbounded to Managed? ... well, yes, but the > > people out there using the BCs wouldn't thank me! > > If these component are not some kind of joke I would consider doing > a fork in cases like this. You owe it to the kids too :) The problem is that I don't have the energy to maintain both branches. However, enhancement requests aren't that frequent, perhaps you're right ..