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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5894fe67040038b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-09 18:18:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!crtntx1-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Attributes 'Version and 'Body_Version Date: 9 Nov 2001 20:16:37 -0600 Organization: LJK Software Message-ID: References: <9s9iti$g$1@nh.pace.co.uk> <5ee5b646.0111081953.31e2633c@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1005358599 22370 192.135.80.34 (10 Nov 2001 02:16:39 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sat, 10 Nov 2001 02:16:39 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:16184 Date: 2001-11-09T20:16:37-06:00 List-Id: In article , Keith Thompson writes: > If unit A depends on unit B, a change in B can affect the object > generated for A even if the source of A is unchanged. I don't see a > requirement for A'Version or A'Body_Version to change when this > happens, though I can see that such a requirement would be useful. E.3 (5) says: The version of a compilation unit changes whenever the version changes for any compilation unit on which it depends semantically. The version also changes whenever the compilation unit itself changes in a semantically significant way. It is implementation defined whether there are other events (such as recompilation) that result in the version of a compilation unit changing.