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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "J-P. Rosen" Newsgroups: comp.lang.ada Subject: [Ann] New versions of AdaSubst and AdaDep Date: Tue, 18 Oct 2016 10:26:57 +0200 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Date: Tue, 18 Oct 2016 08:26:44 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="ed86ea9afac87405fb8b9795d374fc62"; logging-data="17304"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/iIcvthOBpiqeStlj27t9c" User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 X-Mozilla-News-Host: news://reader80.eternal-september.org:119 Cancel-Lock: sha1:rUnE+TqhwbTu7prGu7UCLAz005c= Xref: news.eternal-september.org comp.lang.ada:32111 Date: 2016-10-18T10:26:57+02:00 List-Id: Two utilities offered by Adalog (GMGPL of course), that have been updated and improved after a period of (hmm) sleep. Executable versions are provided for use with Gnat GPL 2016. AdaSubst: A tool for making semantic substitution in Ada code. Provided functions include: - Translate: Change identifiers project-wide, including when you move elements from one package to another. Adjusts the code considering all visibility rules, updates with and use clauses as necessary. Great for reorganizing projects. - Unuse: remove use clauses, and turns all identifiers that were visible due to the use clauses to full names. Great if you like use clauses, but your clients don't! - Unrepresent: remove all representation clauses from Ada code. Useful if you want to check your code with a different compiler, but representation clauses are incompatible. AdaDep: A tool for analysing dependencies. AdaDep tells you, for each withed unit, which elements are actualy used. Both can be downloaded from Adalog's components page: http://www.adalog.fr/en/components.html Enjoy! -- J-P. Rosen Adalog 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00 http://www.adalog.fr