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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g25g2000yqh.googlegroups.com!not-for-mail From: Greg Moncreaff Newsgroups: comp.lang.ada Subject: Re: organizing deep source trees with child packages Date: Wed, 12 Oct 2011 19:07:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <941c3189-418d-44be-aa51-168dbee5948b@g25g2000yqh.googlegroups.com> References: <21c9e6bb-f4f7-4a00-bde7-68f2c1a42d01@q13g2000vby.googlegroups.com> NNTP-Posting-Host: 199.46.198.231 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1318471771 4243 127.0.0.1 (13 Oct 2011 02:09:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 13 Oct 2011 02:09:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g25g2000yqh.googlegroups.com; posting-host=199.46.198.231; posting-account=95T5lgoAAADbcAro2csVwCIG3o1qfV_4 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: ASELNKCHRU X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:21403 Date: 2011-10-12T19:07:48-07:00 List-Id: random thought http://www.adacore.com/wp-content/files/auto_update/gnat-unw-docs/html/gnat_ugn_12.html#SEC130 Dot_Replacement: This attribute specifies the string that should replace the "." in unit names. Its default value is "-" so that a unit Parent.Child is expected to be found in the file `parent-child.adb'. The replacement string must satisfy the following requirements to avoid ambiguities in the naming scheme: could you set it for Dot_Replacement use "/"; ???????