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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpcc05!hpcuhb!hpcllla!hpclisp!defaria@hpclapd.HP.COM From: defaria@hpclapd.HP.COM (Andy DeFaria) Newsgroups: comp.lang.ada Subject: Re: File name conventions for Ada units Message-ID: <920035@hpclapd.HP.COM> Date: 8 Oct 90 17:33:48 GMT References: <589@censun1.UUCP> Organization: Hewlett-Packard Calif. Language Lab List-Id: >/ hpclapd:comp.lang.ada / emery@linus.mitre.org (David Emery) / 7:56 am Oct 1, 1990 / >Incidently, I agree with Mike Feldman about the inconvience of compilers that >force a specific naming convention, such as Verdix. I've submitted a >bug report to this effect to Verdix after every major release... > > dave emery > emery@aries.mitre.org I agree whole heartedly. But doesn't the C compiler require .c? This is indeed stupid. IMHO, you should be able to say: ada sourcefile and the compiler should look for "sourcefile" first and then "sourcefile.ada" next (i.e. you could have your own naming conventions. Also if you said sourcefile.ads then the compiler should look only for sourcefile.ads. This allows you to have a breifer (?) command syntax if you want (i.e. ada sourcefile compiles "sourcefile.ada" if "sourcefile" doesn't exist) and allows you to override this either by having no .ada suffixed file or using you own suffixes of your own choosing.