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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4200259190b16e16 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-02 09:07:23 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!elnk-pas-nf1!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread2.news.pas.earthlink.net.POSTED!a6202946!not-for-mail From: Jeffrey Carter Organization: jrcarter commercial-at acm [period | full stop] org User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Visibility problems with package instantiations..... References: <95234e08.0311270742.631b1228@posting.google.com> <349csv0udb5k0kuk0q99d7tm7fh5leuefu@4ax.com> <95234e08.0311280323.7a5bb870@posting.google.com> <95234e08.0311302345.4f9e235b@posting.google.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Tue, 02 Dec 2003 17:07:23 GMT NNTP-Posting-Host: 63.184.9.70 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.pas.earthlink.net 1070384843 63.184.9.70 (Tue, 02 Dec 2003 09:07:23 PST) NNTP-Posting-Date: Tue, 02 Dec 2003 09:07:23 PST Xref: archiver1.google.com comp.lang.ada:3073 Date: 2003-12-02T17:07:23+00:00 List-Id: Dmitry A. Kazakov wrote: > BTW, maybe a stupid idea, but what if we change file naming policy > allowing: > > package A.B is ... > > to be named "b.ads" IFF that is placed in a subdirectory named "a" of > the directory containing "a.ads"? The naming of source files is a compiler issue, not a language issue; the ARM is appropriately silent on the subject. You can take it up with your compiler vendor, if you like (or make the changes yourself in GNAT). -- Jeff Carter "Saving keystrokes is the job of the text editor, not the programming language." Preben Randhol 64