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 X-Received: by 10.176.84.13 with SMTP id n13mr7526822uaa.12.1482528064368; Fri, 23 Dec 2016 13:21:04 -0800 (PST) X-Received: by 10.157.31.20 with SMTP id x20mr1282708otd.10.1482528064313; Fri, 23 Dec 2016 13:21:04 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!p16no2054089qta.1!news-out.google.com!u18ni18217ita.0!nntp.google.com!b123no3095408itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 23 Dec 2016 13:21:03 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.218.37.33; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.218.37.33 References: <1482249331.3268.99.camel@obry.net> <787c12e7-2e94-4080-8eb6-eb964b551c6a@googlegroups.com> <1482268804.30739.9.camel@obry.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4a804bf7-41d8-4358-908b-f61896ea9b2b@googlegroups.com> Subject: Re: AWS vs encode '#' From: Stephen Leake Injection-Date: Fri, 23 Dec 2016 21:21:04 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:32956 Date: 2016-12-23T13:21:03-08:00 List-Id: On Friday, December 23, 2016 at 2:16:22 AM UTC-6, Simon Wright wrote: > Stephen Leake writes: > > > On Tuesday, December 20, 2016 at 3:20:06 PM UTC-6, Pascal Obry wrote: > >> Hi Stephen, > >> > >> > Ok. I'll see if I can come up with a patch. I'm using GPL 2016; is > >> > there a public AWS source repository? > >> > >> Yes on GitHub, see: > >> https://github.com/AdaCore/aws > > > > I'm trying to make that work, in a Debian testing VM. "make setup" > > fails because the "templates_parser" directory is empty. > > I think you are meant to clone using --recursive, because > templates_parser is a submodule. Ok, that works. > At the bottom of readme.txt it suggests > http://lists.adacore.com/mailman/listinfo/aws I posted my original issue, with a patch. I'll raise the issue of submodule checkout.