From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:d82:b0:477:3d7c:1081 with SMTP id e2-20020a0562140d8200b004773d7c1081mr22967984qve.28.1662015387658; Wed, 31 Aug 2022 23:56:27 -0700 (PDT) X-Received: by 2002:a25:2649:0:b0:696:4270:277c with SMTP id m70-20020a252649000000b006964270277cmr18761799ybm.217.1662015387190; Wed, 31 Aug 2022 23:56:27 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 31 Aug 2022 23:56:26 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2a01:e0a:810:89e0:e466:bce8:63d7:5e6c; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 2a01:e0a:810:89e0:e466:bce8:63d7:5e6c References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Calling inherited primitive operations in Ada From: Emmanuel Briot Injection-Date: Thu, 01 Sep 2022 06:56:27 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:64249 List-Id: > generic > type Foo is ...; > package > subtype Actual_Foo is Foo; To me, this is an orthogonal issue though (which would be worth its own blog post in fact). I can never remember (or perhaps not even understand) the reason for this limitation in Ada, which is a major pain when dealing with generics indeed... I like the "Actual_" prefix, which I assume is some sort of convention in your code. Emmanuel