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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8057d38c9d4235d9 X-Google-Attributes: gid103376,public From: "Larry A. Barowski" Subject: Re: Smart compilers? Date: 1998/01/24 Message-ID: <34C9D4DA.55A3@eng.auburn.edu>#1/1 X-Deja-AN: 318833066 Content-Transfer-Encoding: 7bit References: <199801231254.NAA10827@olaris.misil> <6aaik2$2da$1@peuplier.wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Auburn University Usenet Server Newsgroups: comp.lang.ada Date: 1998-01-24T00:00:00+00:00 List-Id: > > There may be also another source of confusion; if you are using Grasp, it > seems that it saves all files from open windows before compiling, even those > that have not been changed. So if you have a window with the spec open, it > will change the time-stamp of the file, and you will recompile more than is > actually needed. The UNIX/Linux version of GRASP temporarily saves only modified files (modified since the last "save", not the last compilation), so if you leave lots of edited windows around without saving this will be a problem. I'll see if I can change this to modified-since- last-compilation for the next release. The PC version I'm not directly responsible for, but I'll make sure it at worst only saves modified files, if this is not already the case. -Larry