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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.245.139 with SMTP id k133mr114575ith.36.1506586308846; Thu, 28 Sep 2017 01:11:48 -0700 (PDT) X-Received: by 10.157.33.247 with SMTP id s110mr15086otb.16.1506586308779; Thu, 28 Sep 2017 01:11:48 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!paganini.bofh.team!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!o200no303747itg.0!news-out.google.com!p6ni557itp.0!nntp.google.com!o200no303742itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 28 Sep 2017 01:11:48 -0700 (PDT) In-Reply-To: <87h8vo86cr.fsf@jacob-sparre.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.167.239.134; posting-account=bPTmZAoAAAC_6HP9XLKB9aAAxBa6BuOR NNTP-Posting-Host: 85.167.239.134 References: <87h8vo86cr.fsf@jacob-sparre.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <16f38ace-ce32-42b1-b054-f5a883d363f0@googlegroups.com> Subject: Re: My first test of github: cpros - lightweight Ada command processor From: reinert Injection-Date: Thu, 28 Sep 2017 08:11:48 +0000 Content-Type: text/plain; charset="UTF-8" Xref: news.eternal-september.org comp.lang.ada:48247 Date: 2017-09-28T01:11:48-07:00 List-Id: Did it now. 5 points to you :-) I had no clue about "gprbuild" with a "-p" :-) Next step is to introduce a "help" feature. Due to the "micro" size of cpros, it may have a niche for micro-controllers? reinert On Wednesday, September 27, 2017 at 6:16:21 PM UTC+2, Jacob Sparre Andersen wrote: > reinert writes: > > > I am preparing to use github for an Ada project. To make the learning > > curve steeper, I now put a small test project on github: > > > > https://github.com/reinertk/cpros > > > > Yes, things are missing here, but could anybody make some valuable > > comments to help make the learning faster? Any problem to get access > > to it? > > It is always good to see more Ada sources on GitHub. > > Even though I prefer Mercurial, I must admit that Git isn't very hard to > learn to use. > > Some friendly suggestions: > > + It isn't necessary to create the object directory first, if you pass > "gprbuild" a "-p" argument. > > + If I press Ctrl-D, you report an "End_Error" exception. It might look > nicer, if you just caught it and exited the shell. Conventional Unix > shell style is to terminate successfully (exit code 0) on > end-of-input. > > Greetings, > > Jacob > -- > Black Hole: Where the universe made a Divide by Zero.