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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.137.137 with SMTP id w9mr13259691qat.6.1374531571384; Mon, 22 Jul 2013 15:19:31 -0700 (PDT) X-Received: by 10.50.22.9 with SMTP id z9mr1511832ige.6.1374531571339; Mon, 22 Jul 2013 15:19:31 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!gh1no115333qab.0!news-out.google.com!dk8ni1201qab.0!nntp.google.com!cb17no33979qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 22 Jul 2013 15:19:30 -0700 (PDT) In-Reply-To: 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: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT GPL is proving...educational From: Shark8 Injection-Date: Mon, 22 Jul 2013 22:19:31 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 1826 Xref: number.nntp.dca.giganews.com comp.lang.ada:182647 Date: 2013-07-22T15:19:30-07:00 List-Id: On Sunday, July 21, 2013 11:11:32 PM UTC-6, Jeffrey Carter wrote: >=20 > your mention of "stacks.vector.ads" is that the file name replaces dots i= n the=20 > Ada name with hypens; package Stacks.Vector should be in file "stacks-vec= tor.ads". There's the "dot replacement character" which can be specified easily in GP= S (or via GPR-file); I particularly like using '.' in conjunction with the= MixedCase option for file-name casing (1) for consistency's sake, and (2) = to screw with people who use case-sensitive FSes.