comp.lang.ada
 help / color / mirror / Atom feed
* Visibility of package parameters in child packages
@ 2009-12-15 19:28 Andrea Taverna
  2009-12-15 21:00 ` Georg Bauhaus
  2009-12-16 21:27 ` Adam Beneschan
  0 siblings, 2 replies; 13+ messages in thread
From: Andrea Taverna @ 2009-12-15 19:28 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-12-17 18:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-15 19:28 Visibility of package parameters in child packages Andrea Taverna
2009-12-15 21:00 ` 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

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