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,fd63afa4dc364b7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-26 08:14:03 PST Path: supernews.google.com!sn-xit-03!supernews.com!cyclone-sf.pbi.net!63.208.208.143!feed2.onemain.com!feed1.onemain.com!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!colt.net!newsfeed00.sul.t-online.de!t-online.de!newscore.gigabell.net!blackbush.xlink.net!rz.uni-karlsruhe.de!news.uni-stuttgart.de!cert.uni-stuttgart.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Implementing C/C++ style #include... Date: 26 Mar 2001 18:12:16 +0200 Organization: RUS-CERT, University of Stuttgart, Germany Sender: rusfw@mercury.rus.uni-stuttgart.de Message-ID: References: <98m938$2iod0$1@ID-25716.news.dfncis.de> <99alrr$itf$1@nh.pace.co.uk> <99d5dj$fi4$1@nh.pace.co.uk> NNTP-Posting-Host: mercury.rus.uni-stuttgart.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: hornet.rus.uni-stuttgart.de 985622978 11082 129.69.1.226 (26 Mar 2001 16:09:38 GMT) X-Complaints-To: abuse@cert.uni-stuttgart.de NNTP-Posting-Date: Mon, 26 Mar 2001 16:09:38 +0000 (UTC) User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: supernews.google.com comp.lang.ada:6059 Date: 2001-03-26T18:12:16+02:00 List-Id: Anton Gibbs writes: > I agree that Ada is rich enough to do the programming part of systems > development without the need for a pre-processor but my experience is > that a pre-processor can help enormously with configuration management. Even for medium-sized projects, it doesn't. For example, Linux kernel development is quite difficult because no developer can build the kernel in more than a few configurations, but there are more then 2**50 possible configurations. As a result, it happens all the time that one change breaks some special configurations, and there's really no way to test automatically for such problems.