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,57d38066e78cc7ca,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 X-Received: by 10.180.98.103 with SMTP id eh7mr18151wib.3.1363918479531; Thu, 21 Mar 2013 19:14:39 -0700 (PDT) Path: p18ni6019wiv.0!nntp.google.com!feeder1.cambriumusenet.nl!82.197.223.108.MISMATCH!feeder2.cambriumusenet.nl!feed.tweaknews.nl!193.141.40.65.MISMATCH!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!border2.nntp.ams2.giganews.com!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsreader4.netcologne.de!news.netcologne.de!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: =?utf-8?B?SWRlYTogbWFuYWdpbmcgc291cmNl4oCRZmlsZXMgd2l0aCBYTUwgY2F0YWw=?= =?utf-8?B?b2d1ZXM/?= Date: Sun, 17 Mar 2013 21:50:48 +0100 Organization: Ada @ Home Message-ID: NNTP-Posting-Host: avooxY6ppU3aL0CYEXPUZA.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/12.14 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2013-03-17T21:50:48+01:00 List-Id: Hi people, May looks a bit off=E2=80=91topic at first sight, but that may be finall= y no more = off=E2=80=91topic than talking about managing sources in a particular so= urce = chain, like with GNAT project files. Those of you who know XML catalogues (the ones you use to manage documen= t = types), may have noticed it's all about retrieving the effective locatio= n = of a file originally designated by a unique identifier. Ex. you may use = = XML catalogues to say =E2=80=9Cfoo.dtd=E2=80=9D is to be retrieved at th= at location, of = all DTD whose Public Identifier starts with =E2=80=9C-//FOO=E2=80=9D may= be retrieved by = delegation to =E2=80=9Cbar.xml=E2=80=9D catalogue. Could finally be appl= ied to Ada source = files too, to say the compiler =E2=80=9CFoo.Bar spec=E2=80=9D may be ret= rieved at that = location, or all reference starting with =E2=80=9CFoo=E2=80=9D may be de= legated to another = catalogue dedicated to the =E2=80=9CFoo=E2=80=9D package hierarchy. Note= the use of XML = catalogues, does not requires the retrieved files to be XML, only the = catalogues has to be. I was just thinking that may be an option for some kind of tool=E2=80=91= chain = neutral source files management based on an already widely used standard= = (=E2=80=9Calready widely used standard=E2=80=9D, that's what I like with= it, not only = because that's just a standard, but also because as with many standards,= = that's the result of many people's experiences with a matter). Those of you who know XML catalogues, how do you feel this may be good a= t = managing Ada sources files, or on the opposite, how do you feel this may= = not be good at it? Just out of curiosity, as I feel it may be a good ide= a, = while I may be wrong (thus this thread to request for comments). -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [1] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [1] [1]: Epigrams on Programming =E2=80=94 Alan J. =E2=80=94 P. Yale Univers= ity