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-Thread: 103376,21aaebbd9205357c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII X-Received: by 10.224.185.201 with SMTP id cp9mr19268187qab.6.1362437821816; Mon, 04 Mar 2013 14:57:01 -0800 (PST) X-Received: by 10.50.7.163 with SMTP id k3mr1338092iga.1.1362437821771; Mon, 04 Mar 2013 14:57:01 -0800 (PST) Path: q17ni604qal.0!nntp.google.com!dd2no7059388qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 4 Mar 2013 14:57:01 -0800 (PST) In-Reply-To: <691f4fa7-2157-44cc-8c9c-be55410a5139@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <69291c5f-ffce-4b48-a1c5-aa76f308082f@googlegroups.com> <691f4fa7-2157-44cc-8c9c-be55410a5139@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <34b3b02d-6fb0-4564-b753-37528a4ea56c@googlegroups.com> Subject: Re: Please list all the Ada libraries you know From: Shark8 Injection-Date: Mon, 04 Mar 2013 22:57:01 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-03-04T14:57:01-08:00 List-Id: On Monday, March 4, 2013 2:09:26 PM UTC-7, gautier...@hotmail.com wrote: > Le lundi 4 mars 2013 21:43:30 UTC+1, Adam Beneschan a =E9crit=A0: >=20 >=20 >=20 > > Well, no, you don't "need" one. Once you know what directory you're lo= oking in, it's not all that difficult to look for any file whose name match= es what you're looking for without regard to letter case. =20 >=20 >=20 >=20 > And you issue an error or a warning when there are two or more matching f= iles? No, you issue an error and refuse to compile it -- this forces the programm= er/user to address the issue [artificially] caused by the file-system. {Also, upon consideration, the file-system's case-sensitivity should NOT ma= tter because of the library for compilation units -- ie this should handle = the association between compilation-unit and file-name... GNAT's forgoing o= f the library-method, while at times convenient, seems to me to be the real= culprit.}