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-Thread: 103376,29f311e5e4153888 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread3.news.pas.earthlink.net.POSTED!a6202946!not-for-mail From: Jeffrey Carter Organization: jrcarter commercial-at acm [period | full stop] org User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: need help with errors im getting References: <1119650372.546285.220190@z14g2000cwz.googlegroups.com> In-Reply-To: <1119650372.546285.220190@z14g2000cwz.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Sat, 25 Jun 2005 06:17:57 GMT NNTP-Posting-Host: 67.3.210.166 X-Complaints-To: abuse@earthlink.net X-Trace: newsread3.news.pas.earthlink.net 1119680277 67.3.210.166 (Fri, 24 Jun 2005 23:17:57 PDT) NNTP-Posting-Date: Fri, 24 Jun 2005 23:17:57 PDT Xref: g2news1.google.com comp.lang.ada:11640 Date: 2005-06-25T06:17:57+00:00 List-Id: ramesh wrote: > type Student is new person with--line 28 > At line 28 > > COmpletion of nonlimited type cannot be limited. We could help you better if you included the specs of the packages in the context clause. Apparently type Person is a limited type. The public view of type Student is not limited, so this is not allowed. Either Student must be limited, or Person must not. -- Jeff Carter "No one is to stone anyone until I blow this whistle, do you understand? Even--and I want to make this absolutely clear--even if they do say, 'Jehovah.'" Monty Python's Life of Brian 74