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,33bd7fade7a30a51 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.190.104 with SMTP id gp8mr6897348pbc.4.1339173115535; Fri, 08 Jun 2012 09:31:55 -0700 (PDT) Path: l9ni28464pbj.0!nntp.google.com!news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: package Ada.Tags Date: Fri, 08 Jun 2012 17:31:52 +0100 Organization: A noiseless patient Spider Message-ID: References: <0067e29b-aceb-4c50-9d62-453c4f549f2e@googlegroups.com> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="VkRmmmXzMj956AdxXtqrqg"; logging-data="7700"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19xa4s3kcY13+8F8xAb+1kbnLSuMIycurI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (darwin) Cancel-Lock: sha1:frHxm7jg062+ikrYyGbqJ5b5uKg= sha1:kczu0z2MoJEXmpWFXH2SQO6eO2k= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Date: 2012-06-08T17:31:52+01:00 List-Id: "Yannick DuchĂȘne (Hibou57)" writes: > Le Thu, 07 Jun 2012 23:35:11 +0200, Simon Wright > a Ă©crit: >> You can get it to compile by converting the object 'event' of a specific >> type to the class-wide type: >> >> Events_Record_Type'Class (Event)'Tag > > Forgive me for being pedantic, but it's important to note this is not > a type conversion, that's a *view conversion*. Forgiven!