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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d6f7b92fd11ab291 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-16 21:58:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!snoopy.risq.qc.ca!chi1.webusenet.com!news.webusenet.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny01.gnilink.net.POSTED!53ab2750!not-for-mail From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030708 Thunderbird/0.1a X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Crosspost: Help wanted from comp.compilers References: <1058275843.720814@master.nyc.kbcfp.com> <3F158832.1040206@attbi.com> <1058378673.35463@master.nyc.kbcfp.com> <1058390613.119827@master.nyc.kbcfp.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Thu, 17 Jul 2003 04:58:19 GMT NNTP-Posting-Host: 162.84.202.76 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny01.gnilink.net 1058417899 162.84.202.76 (Thu, 17 Jul 2003 00:58:19 EDT) NNTP-Posting-Date: Thu, 17 Jul 2003 00:58:19 EDT Xref: archiver1.google.com comp.lang.ada:40384 Date: 2003-07-17T04:58:19+00:00 List-Id: John R. Strohm wrote: > The same thing can occur in Ada. An overt change in one specification may > propagate through a chain of apparently-unchanged descendants, producing > hidden but very real semantic changes in each of them, and eventually > producing a very visible change in the final descendant. You're not listening. The complaint was that some Ada systems recompiled dependents when a file was compiled, even if the source code had not changed. You keep telling me that changes can ncessitate recompilation. I know that. Ada knows that. Ada specifies such dependencies on changes very carefully.