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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.2.137 with SMTP id 9mr9076600qaj.2.1372642457524; Sun, 30 Jun 2013 18:34:17 -0700 (PDT) X-Received: by 10.50.73.165 with SMTP id m5mr681048igv.7.1372642457478; Sun, 30 Jun 2013 18:34:17 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!j2no3118980qak.0!news-out.google.com!f7ni121qai.0!nntp.google.com!j2no3118970qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 30 Jun 2013 18:34:17 -0700 (PDT) In-Reply-To: <22fdedd9-f5e2-4489-bd41-7fb3b21e9992@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <63a787e1-c3d9-4bfd-a7e6-6ff0f0c8236b@googlegroups.com> <22fdedd9-f5e2-4489-bd41-7fb3b21e9992@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7f402618-da9e-4c01-85b8-5742a7b89b31@googlegroups.com> Subject: Re: "shadow" package hierarchy using renaming of child packages From: Shark8 Injection-Date: Mon, 01 Jul 2013 01:34:17 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1732 Xref: number.nntp.dca.giganews.com comp.lang.ada:182165 Date: 2013-06-30T18:34:17-07:00 List-Id: On Sunday, June 30, 2013 2:43:59 PM UTC-6, AdaMagica wrote: > So was I. But you cannot use a renaming as a parent of a further package. So there is no real way to mix two package trees. > > > package Shadow.Child.Grandchild is ... > 1:1 parent unit cannot be a renaming > > That's at least what GNAT GPL 2013 says. I didn't check what the RM says. Is there an ARM section for that? I can't seem to find it if there is, and it seems rather an arbitrary limitation, so I'd like to see it.