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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c6567772e9f3871d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news4.google.com!feeder.news-service.com!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: organizing deep source trees with child packages Date: Thu, 13 Oct 2011 05:52:21 +0200 Organization: Ada @ Home Message-ID: References: <21c9e6bb-f4f7-4a00-bde7-68f2c1a42d01@q13g2000vby.googlegroups.com> <941c3189-418d-44be-aa51-168dbee5948b@g25g2000yqh.googlegroups.com> NNTP-Posting-Host: 6i38pu6ziujRbXQdDKlgmg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.51 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news1.google.com comp.lang.ada:21404 Date: 2011-10-13T05:52:21+02:00 List-Id: Le Thu, 13 Oct 2011 04:07:48 +0200, Greg Moncreaff a= = =C3=A9crit: > 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 "/"; > > ??????? > That's clever at least :) A lightweight simple answer. Will try it a later day (removed the Ada compiler for some reasons, it = will be back later). Unless you already did ? If that does not work, the= n = the GNAT patch could allow this, this would be simpler and nicer than = tricking elsewhere. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem] Java: Write once, Never revisit