comp.lang.ada
 help / color / mirror / Atom feed
From: Andrea Taverna <a.tavs@hotmail.it>
Subject: Visibility of package parameters in child packages
Date: Tue, 15 Dec 2009 11:28:47 -0800 (PST)
Date: 2009-12-15T11:28:47-08:00	[thread overview]
Message-ID: <b6650f1a-7a86-4059-a0ea-40a90e0c3645@u37g2000vbc.googlegroups.com> (raw)

Hello everyone,

I have the following packages:


generic
	with package P is new Q (<>);
	use P;
package Parent is
...
end Parent;

generic
Parent.Child is
...
end Parent.Child;


I can see P declarations inside Parent, but in Child I need to prefix
everything with 'P.', even if I add a use-clause.
This happens with gnat-4.3.0 .
Is it normal? How can I "use" P inside Child?

thanks

Andrea



             reply	other threads:[~2009-12-15 19:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-15 19:28 Andrea Taverna [this message]
2009-12-15 21:00 ` Visibility of package parameters in child packages Georg Bauhaus
2009-12-16 11:50   ` Andrea Taverna
2009-12-16 13:14     ` Georg Bauhaus
2009-12-16 14:21       ` Andrea Taverna
2009-12-16 15:54         ` Georg Bauhaus
2009-12-16 16:54           ` Andrea Taverna
2009-12-16 18:54             ` Georg Bauhaus
2009-12-16 21:44               ` Adam Beneschan
2009-12-16 21:26             ` sjw
2009-12-17  0:19     ` Randy Brukardt
2009-12-17 18:50       ` Ludovic Brenta
2009-12-16 21:27 ` Adam Beneschan
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox