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 13:13:01 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!news.tele.dk!news.tele.dk!small.news.tele.dk!colt.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Visibility problems with package instantiations..... Date: 05 Dec 2003 21:10:25 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <95234e08.0311270742.631b1228@posting.google.com> <349csv0udb5k0kuk0q99d7tm7fh5leuefu@4ax.com> <95234e08.0311280323.7a5bb870@posting.google.com> <95234e08.0311302345.4f9e235b@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1070658780 12788 62.49.19.209 (5 Dec 2003 21:13:00 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 5 Dec 2003 21:13:00 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:3163 Date: 2003-12-05T21:10:25+00:00 List-Id: "Randy Brukardt" writes: > What I said is that GNAT follows the *letter* of the standard, not the > *spirit*. If you have to do something that the compiler and/or make tool > does not recognize and do automatically if needed, then it doesn't really > support it in my book. That's because you can't edit the source file with > the multiple units and use the make tool to update your program. That means > that you either modify the split files (at which point you no longer have > multiple units in your file), or you have to rememeber to run gnatchop by > hand (and the failure to do so means a lot of wasted time figuring out why > something doesn't work - something I've spent a lot of time doing with > Claw). I added a minor mode to Emacs that automatically runs gnatchop when you save the file. -- Simon Wright 100% Ada, no bugs.