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=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!wuarchive!udel!rochester!pt.cs.cmu.edu!sei!firth From: firth@sei.cmu.edu (Robert Firth) Newsgroups: comp.lang.ada Subject: Re: File name conventions for Ada units Message-ID: <8889@fy.sei.cmu.edu> Date: 4 Oct 90 12:10:39 GMT References: <589@censun1.UUCP> <2190@sparko.gwu.edu> <2152@enea.se> <1682@software.software.org> Reply-To: firth@sei.cmu.edu (Robert Firth) Organization: Software Engineering Institute, Pittsburgh, PA List-Id: In article <1682@software.software.org> blakemore@software.org (Alex Blakemore) writes: >Even better, some systems (e.g. Rational) don't view source as files >- you edit the actual library units. This problem never arises. And this, surely, is the right answer. An Ada compiler does not operate on files, but on compilation units. The association between those units and entities in some other universe of discourse is not the proper concern of the compiler, and the knowledge, or partial knowledge, of the designations of those entities ought not to be bound into it.