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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ee2e271b166c2587 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!q78g2000hsh.googlegroups.com!not-for-mail From: Eric Hughes Newsgroups: comp.lang.ada Subject: Re: Files and controlled types Date: Mon, 10 Mar 2008 08:28:50 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <3bd96475-530b-46a7-9b07-11ea49105b2c@e31g2000hse.googlegroups.com> NNTP-Posting-Host: 166.70.57.218 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1205162931 9044 127.0.0.1 (10 Mar 2008 15:28:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 10 Mar 2008 15:28:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q78g2000hsh.googlegroups.com; posting-host=166.70.57.218; posting-account=5RIiTwoAAACt_Eu87gmPAJMoMTeMz-rn User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20274 Date: 2008-03-10T08:28:50-07:00 List-Id: On Mar 8, 3:22 pm, Maciej Sobczak wrote: > File types are not Controlled. [...] > I would think that types associated with external resources should be > Controlled to facilitate resource management in the presence of > exceptions [...] The current file types are at an analogous abstraction level to the standard C library. Ada could also use a file type analogous to that in the standard C++ library. Both are relevant. Eric