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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Building Matreshka on Windows Date: Fri, 04 Nov 2016 08:55:48 +0000 Organization: A noiseless patient Spider Message-ID: References: <3c41f737-a1d9-40a5-aea3-08c4b61baaa8@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="666ffea3fbb5916a3934ea1ecf390105"; logging-data="5462"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX188nN2dYOh9c86RBtGKkrulX/hRMKmKDCA=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin) Cancel-Lock: sha1:74/La4kKxNqla+Br4CfQq7EsPFw= sha1:RCgMYK1WP9UzgVyzcT6dI4n/kto= Xref: news.eternal-september.org comp.lang.ada:32237 Date: 2016-11-04T08:55:48+00:00 List-Id: "G.B." writes: > 1 - why would compiler writers parse version strings using > REs that can fail in ways that I'd be tempted to call > classic when their core business actually depends on > well working parsers? The input formats to be processed by this RE are very limited, and under AdaCore's control: (whatever GNAT Pro reports) GNATLS GPL 2016 (20160515-49) GNATLS 4.8.1 and it's not as though the RE processing is done by shelling out to run grep (you can tell this because gprconfig runs on Windows).