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=-0.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,c05c6bb760f34f5f X-Google-Attributes: gid103376,public From: "Pat Rogers" Subject: Re: Ada83 Package Name Expander Date: 1998/10/22 Message-ID: <70nq8e$500$1@supernews.com>#1/1 X-Deja-AN: 403990423 References: <362E0596.B4C8B7A2@debis.com> <70nnn6$5pi$1@nnrp1.dejanews.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Complaints-To: newsabuse@supernews.com X-Trace: 909077582 Y6JRGRJUHDE81C640C usenet54.supernews.com Organization: http://www.supernews.com, The World's Usenet: Discussions Start Here Newsgroups: comp.lang.ada Date: 1998-10-22T00:00:00+00:00 List-Id: dennison@telepath.com wrote in message <70nnn6$5pi$1@nnrp1.dejanews.com>... >In article <362E0596.B4C8B7A2@debis.com>, > "Georg D�hmen" wrote: >> (Internet-/Intranet-/CD-ROM-repositories), is an analyzer/code >> formatter, that takes all sources and expands every occurence of an >> imported data type to the fully qualified naming >> ("package-name.data-type"). > >Such a tool would be very dependent on what compiler (front end) you are >using, as it would have to have some way of finding out what source file(s) >correspond to any given Ada unit name. So it would really be impossible to >fully answer without knowing what Ada compiler you are using, and on what >platform. > >Good idea for a tool, though. Shouldn't ASIS be able to support such a tool?