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=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b3865482b201579b X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!news.in2p3.fr!in2p3.fr!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada.Directories problems, a summary Date: Mon, 5 Jan 2009 19:23:27 -0600 Organization: Jacob Sparre Andersen Message-ID: References: <17rohiaha9ome$.1gz45no0bqro2.dlg@40tude.net> <8ea30198-c6cb-4f05-b82e-9f2418d97477@o4g2000pra.googlegroups.com> <142djsdjzi24c$.151j5h91k1zfk.dlg@40tude.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1231205475 17380 69.95.181.76 (6 Jan 2009 01:31:15 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 6 Jan 2009 01:31:15 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Xref: g2news2.google.com comp.lang.ada:4187 Date: 2009-01-05T19:23:27-06:00 List-Id: "Dmitry A. Kazakov" wrote in message news:d6mq43hiz19n$.1x02dgs0h5862$.dlg@40tude.net... > On Fri, 2 Jan 2009 16:57:07 -0600, Randy Brukardt wrote: > >> "Dmitry A. Kazakov" wrote >> >>> After experimenting with Ada.Directories I collected the issues I think >>> must be addressed to make Ada.Directories more usable: >> >> You should send your suggestions to Ada-Comment as a comment on AI05-0049 >> (which is about various additions to Ada.Directories). I'm supposed to >> working on that in the next month or so, and I wouldn't mind a discussion >> on >> it. But not here...it should be done in the context of the AI so it can >> be >> recorded there. > > I don't have a concrete proposal, it was merely complains than something > constructive. So I wished to hear what other people think about it. At > least to grope after the range of changes felt necessary/desired. For > example, I would like to have different string types for simple name, > directory name, full (absolute) name. There are other general design > issues. Like a clean separation of physical and path/name-only file > operations. Desired? Possible? (in the context of case-insensitive issue > under Windows) They're already completely separated (the AARM makes this clearer), so I'm not quite sure what you mean. The operations on strings are completely logical, never physical; they make no use of the machine state (other than the name of the current directory). If the wording doesn't make that clear, that's probably my fault, but it surely is the intent. (I would have preferred that those operations were in a totally separate package from Ada.Directories, but I lost that argument.) > Thank you for the AI number. > > BTW, can Ada-Comment become a news group rather than a mailing list? Why would we want to go from one stone-age technology to another? Besides, the point of Ada-Comment is to be all-inclusive -- everybody has access to e-mail. Access to newsfeeds has been getting harder to come by, and lots of people don't have good access (my ISP doesn't offer any, for instance). I could see going to some web-based format (perhaps a blog), but that would imply a need for more filtering than now, not less (link spammers are a major problem for blogs). Not sure what we'd gain other than prettier text. Randy.