comp.lang.ada
 help / color / mirror / Atom feed
* with child: access to parent
@ 2001-10-02 10:06 Peter Hermann
  2001-10-02 10:49 ` Pat Rogers
  0 siblings, 1 reply; 15+ messages in thread
From: Peter Hermann @ 2001-10-02 10:06 UTC (permalink / raw)


We happened to detect following non-expected 
language permission (at least by gnat3.13p):

--------------------
with pak.child;
procedure mytest is
begin
   pak.hugo:=1;
   end;
--------------------
package pak is
   hugo :integer;
   end pak;
--------------------
package pak.child is
end;
--------------------

This may be perfectly legal but
I can not find the appropriate rule 
in the LRM.

-- 
Peter Hermann Tel+49-711-685-3611 Fax3758 ica2ph@csv.ica.uni-stuttgart.de
Pfaffenwaldring 27 Raum 114, D-70569 Stuttgart Uni Computeranwendungen
http://www.csv.ica.uni-stuttgart.de/homes/ph/
Team Ada: "C'mon people let the world begin" (Paul McCartney)



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

end of thread, other threads:[~2001-10-12 13:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-02 10:06 with child: access to parent Peter Hermann
2001-10-02 10:49 ` Pat Rogers
2001-10-02 12:53   ` Marc A. Criley
2001-10-02 14:25     ` Peter Hermann
2001-10-02 14:44       ` Pat Rogers
2001-10-02 14:10   ` Peter Hermann
2001-10-02 14:17     ` Ted Dennison
2001-10-02 15:17       ` Wes Groleau
2001-10-02 16:14         ` Peter Hermann
2001-10-12 13:58         ` Simon Wright
2001-10-02 14:22     ` Pat Rogers
2001-10-08 10:51       ` Jean-Pierre Rosen
2001-10-11 15:07         ` Peter Hermann
2001-10-11 14:54           ` Pat Rogers
2001-10-03  0:34     ` dale

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