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,4200259190b16e16 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-30 23:45:51 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: petter.fryklund@atero.se (Petter Fryklund) Newsgroups: comp.lang.ada Subject: Re: Visibility problems with package instantiations..... Date: 30 Nov 2003 23:45:51 -0800 Organization: http://groups.google.com Message-ID: <95234e08.0311302345.4f9e235b@posting.google.com> References: <95234e08.0311270742.631b1228@posting.google.com> <349csv0udb5k0kuk0q99d7tm7fh5leuefu@4ax.com> <95234e08.0311280323.7a5bb870@posting.google.com> NNTP-Posting-Host: 138.14.239.132 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1070264751 8313 127.0.0.1 (1 Dec 2003 07:45:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 1 Dec 2003 07:45:51 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:3045 Date: 2003-11-30T23:45:51-08:00 List-Id: Well 200 parameters was an overstatement trying to make a point. What I'm doing now is moving a way from child packages partly because when you reach level four, the filenames becomes awfully long. And also, with two possible parents, which one should be choosen? Our CM policy also dictates a directory structure with every unit in it's own branch leading to a large tree. So I'm now using the chain-saw strategy with generics. (I finally found a reasonable usage of unchecked conversion at level four.) I still think that it would be nice to have a "box" syntax for parameters that aren't relevant.