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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e507e3d80b7abf1e X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Fun with WebAda/GNAT Date: 1996/08/14 Message-ID: #1/1 X-Deja-AN: 174279640 references: <32120233.484C@lmtas.lmco.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-08-14T00:00:00+00:00 List-Id: Key Garlington said "I created a driver procedure for a package I wanted to test, and accidentally called the procedure's file "person_test.ads". I got a warning about the file name, so I copied the file to "person_test.adb" -- without deleting the .ads file. Here's the fun error I got:" Well version 3.04 is a little out of date by now, and I am afraid that the latest version of GNAT will spoil the fun :-) person_test.adb:1:11: file "person_test.ads" does not contain expected unit person_test.adb:1:11: expected unit "person_test (spec)" person_test.adb:1:11: found unit "person_test (body)" I fixed this bug this morning, it is really strange sometimes how bug reports come in pairs!