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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ac34139ebc41b7ab X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-19 05:29:05 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!newsfeed00.sul.t-online.de!t-online.de!tiscali!newsfeed1.ip.tiscali.net!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Release of GNADE 1.5.2 Date: 19 Mar 2004 08:28:02 -0500 Organization: Cuivre, Argent, Or Message-ID: References: <871xnrx507.fsf@beeblebrox.enst.fr> <87lllx91s2.fsf@insalien.org> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: melchior.cuivre.fr.eu.org 1079702896 22757 212.85.156.195 (19 Mar 2004 13:28:16 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Fri, 19 Mar 2004 13:28:16 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:6445 Date: 2004-03-19T08:28:02-05:00 GNU Ada Database Environment writes: > On Fri, 19 Mar 2004 00:24:45 +0100, Ludovic Brenta wrote: > > > The *.gpr files are used by gnatmake. GPS provides means to generate > > them automatically and edit them in a dialog box, but is known to > > produce project files that are incompatible with GNAT 3.15p. > > I have already made some bad expriences: > > 1. Prety_Printer is generated by GPS but not accepted yes; Pretty_Printer is only supported by later (non-public) versions of gnat. > 2. If you import a project which defienes variables, e.g. ARCH and > you modify a parameter in the importing project file, it seems that > the type importted from the top level project file are directly > copied into the project file you are working on, making the project > file relativly unuseable. > > 3. Variables are expanded as string. > > Do you know to whom i can report my problem? report@gnat.com. But there's not much point; they are not going to change GNAT 3.15p, nor are they going to dumb-down the public release of GPS. The simplest thing you can do is wait for the next public release of GNAT. Or fix it yourself, but that's a big job. Better to use Emacs, rather than GPS. -- -- Stephe