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-05 04:14:23 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!easynews.com!easynews!elnk-pas-nf1!elnk-nf2-pas!newsfeed.earthlink.net!wn14feed!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!attbi_s51.POSTED!not-for-mail From: "Jeff C," Newsgroups: comp.lang.ada References: <95234e08.0311270742.631b1228@posting.google.com><349csv0udb5k0kuk0q99d7tm7fh5leuefu@4ax.com><95234e08.0311280323.7a5bb870@posting.google.com><95234e08.0311302345.4f9e235b@posting.google.com> Subject: Re: Visibility problems with package instantiations..... X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 24.34.215.119 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s51 1070626462 24.34.215.119 (Fri, 05 Dec 2003 12:14:22 GMT) NNTP-Posting-Date: Fri, 05 Dec 2003 12:14:22 GMT Organization: Comcast Online Date: Fri, 05 Dec 2003 12:14:22 GMT Xref: archiver1.google.com comp.lang.ada:3149 Date: 2003-12-05T12:14:22+00:00 List-Id: "Randy Brukardt" wrote in message news:vsv2ilkl6god65@corp.supernews.com... > "Stephen Leake" wrote in message > news:mailman.8.1070543384.31149.comp.lang.ada@ada-france.org... > > > Then, do not you feel that packing everything in one directory is > > > similar to packing all packages in one huge all_stuff.ada file? > > > > Since the Ada compiler treats compilation units in one file much > > differently than compilation units in separate files, but cares not at > > all about what directories things are in, these are very different issues. > > That's a mis-feature of a particular Ada implementation, one that follows > the "letter" of the standard but not the spirit. So far as I know, all other Note that it is incorrect to assume that only GNAT has this limitation. I believe GNAT and Rational Apex both require one one compilation unit per file. There are probably others as well.