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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,447840d42a580dc0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-29 07:14:12 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: child packages and nested packages Date: 29 Mar 2002 07:14:11 -0800 Organization: http://groups.google.com/ Message-ID: <4519e058.0203290714.5a3054e@posting.google.com> References: <6a6390b8.0203230702.14c071c1@posting.google.com> <6a6390b8.0203280151.6681fd8f@posting.google.com> <4519e058.0203280649.2b6d7788@posting.google.com> <6a6390b8.0203281030.23c8356c@posting.google.com> <4519e058.0203281413.7b27ff92@posting.google.com> <6a6390b8.0203282130.2e4fe981@posting.google.com> NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1017414852 16450 127.0.0.1 (29 Mar 2002 15:14:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 29 Mar 2002 15:14:12 GMT Xref: archiver1.google.com comp.lang.ada:21840 Date: 2002-03-29T15:14:12+00:00 List-Id: "Sergey Koshcheyev" wrote in message news:... > > In the CORBA context, this would mean intertwining hand written code > > with automatically generated code: > > A.B is automatically generated while A.B.Impl is hand written. > > Er, sorry, I've just clicked the wrong button and sent this to Oliver by > e-mail: > > Just a quick idea - maybe using "is separate" in some right places would > solve it? Like having the spec of A.B.Impl inside A.B, and having the body > separate. I don't know enough about nested packages and separates to say if/how this would work. But issues like this are the reason "is separate" is in the language.