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,f24b55bcdf15c088 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-06 22:58:05 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!fr.clara.net!heighliner.fr.clara.net!news.tele.dk!194.213.69.151!news.algonet.se!newsfeed1.telenordia.se!algonet!newsfeed1.funet.fi!newsfeeds.funet.fi!nntp.teliafi.net!nntp.inet.fi!central.inet.fi!inet.fi!read2.inet.fi.POSTED!not-for-mail From: "Anders Wirzenius" Newsgroups: comp.lang.ada References: <3AA44F83.87CB23B7@acm.org> <3AA48DE9.A0650F21@emw.ericsson.se> Subject: Re: use-clause X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Wed, 07 Mar 2001 06:46:57 GMT NNTP-Posting-Host: 194.251.142.2 X-Trace: read2.inet.fi 983947617 194.251.142.2 (Wed, 07 Mar 2001 08:46:57 EET) NNTP-Posting-Date: Wed, 07 Mar 2001 08:46:57 EET Organization: Sonera corp Internet services Xref: supernews.google.com comp.lang.ada:5491 Date: 2001-03-07T06:46:57+00:00 List-Id: Sven Nilsson wrote in message <3AA48DE9.A0650F21@emw.ericsson.se>... >I'm sorry if I disrupt this thread with a slightly off-topic question >(which I'm sure has been discussed countless times before) BUT > >This use-thingy. Is it really ant good? I've only ever used Ada in HUGE >projects with loads of people writing the code and I've found that the >use-clause can be a real pain as it dosn't give you a clue as to where >things are declared. Right now I'm teaching new arrivals about Ada 95 >and I invariably tell them NOT to use the use-clause. >Now, there're a lot of very clever and skilled people reading this >news-group and I'd be interested in your feelings on "use". Is it a Do >or Don't? Generally speaking? Lazy as I am, I am writing this without having read the compiler documentation, but I would not be surprised if there is some compiler options that result in an ali-file with the relevant information. Anyone who is not as lazy as I and can enlighten on that possibility? Anders