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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a644fa9cd1a3869a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-10 11:27:27 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!isdnet!wanadoo.fr!proxad.net!feeder2-1.proxad.net!news2-1.free.fr!not-for-mail Message-ID: <3BED76AA.3FFF82C8@free.fr> Date: Sat, 10 Nov 2001 19:49:14 +0100 From: Jean-Marc Bourguet X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.10 i586) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: List container strawman 1.2 References: <3BECA3B7.5020702@telepath.com> <9sjf4n$odm$1@news.huji.ac.il> <3mcH7.20046$xS6.32571@www.newsranger.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Guest of ProXad - France NNTP-Posting-Date: 10 Nov 2001 20:27:26 MET NNTP-Posting-Host: 212.27.54.74 X-Trace: 1005420446 news2-1.free.fr 32583 212.27.54.74 X-Complaints-To: abuse@proxad.net Xref: archiver1.google.com comp.lang.ada:16237 Date: 2001-11-10T20:27:26+01:00 List-Id: Ted Dennison wrote: > > In article <9sjf4n$odm$1@news.huji.ac.il>, Ehud Lamm says... > > > >If I am seeing correctly we are still stuck with the library level > >instantiation bussiness. > >I must say that it seems to me that I'd rather ditch the Controlled type, > >and remove this obstacle. > > > >Don't others detest this as much as I do? > > Well, as I remember the discussion last time, to get rid of that you'd have to > get rid of the functional notation (by making List limited). The general > consensus seemed to be that this was undesirable. Even if the list is limited (something I would not object to, I don't see much use for a non limited list where the assignement does make a copy of the list), it has to be controlled or you'll have a memory leak or impose to call a cleanup procedure. -- Jean-Marc