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!feeder.eternal-september.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!newsfeed.xs3.de!io.xs3.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.109.59.75.130.mobile.3.dk!not-for-mail From: Jacob Sparre Andersen Newsgroups: comp.lang.ada Subject: Re: My first test of github: cpros - lightweight Ada command processor Date: Wed, 27 Sep 2017 18:16:20 +0200 Organization: JSA Research & Innovation Message-ID: <87h8vo86cr.fsf@jacob-sparre.dk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: franka.jacob-sparre.dk; posting-host="109.59.75.130.mobile.3.dk:109.59.75.130"; logging-data="4437"; mail-complaints-to="news@jacob-sparre.dk" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:gnabbIFHfFzEJ1IlNH/xLs2fbCw= Xref: news.eternal-september.org comp.lang.ada:48239 Date: 2017-09-27T18:16:20+02:00 List-Id: 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.