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-08 19:53:05 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Attributes 'Version and 'Body_Version Date: 8 Nov 2001 19:53:04 -0800 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0111081953.31e2633c@posting.google.com> References: <9s9iti$g$1@nh.pace.co.uk> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1005277985 10985 127.0.0.1 (9 Nov 2001 03:53:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 9 Nov 2001 03:53:05 GMT Xref: archiver1.google.com comp.lang.ada:16116 Date: 2001-11-09T03:53:05+00:00 List-Id: Keith Thompson wrote in message news:... > The version strings used by GNAT look like they might be > 32-bit checksums of the source ^ sources!!!!! It's really important to realize that 'Version is nothing like the version number of the source file, it is the version of the OBJECT, not the source, and hence depends on a whole set of sources.