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,4c019ad9cc913bbe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-13 08:29:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Ada2005 temp solo child Date: Fri, 13 Sep 2002 15:29:22 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1031930962 27969 129.241.83.82 (13 Sep 2002 15:29:22 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 13 Sep 2002 15:29:22 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:28933 Date: 2002-09-13T15:29:22+00:00 List-Id: On Fri, 13 Sep 2002 15:50:39 +0200, Dr. Michael Paus wrote: > One might even add that this is common practice in Java for example (where the > problem described here does not exist) to make package names globally unique. > All my packages are child packages of a hierarchy starting at "de.ibpaus" and > these packages are actually empty. Its just Ada which forces me to write two > empty dummy packages to satisfy the compiler. ^^^^^^^^ language ? Well this makes more sense to me at least. Or you could flip the coin and say that the compiler must compile two dummy files to satisfy you ;-) Preben