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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9983e856ed268154 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.86.72 with SMTP id n8mr306770paz.24.1344570745314; Thu, 09 Aug 2012 20:52:25 -0700 (PDT) Path: c10ni100804pbw.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: Should Inline be private in the private part of a package spec? Date: Thu, 9 Aug 2012 20:10:57 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3235054d-3832-4127-83f1-784a3ee50d01@googlegroups.com> References: <501bd285$0$6564$9b4e6d93@newsspool4.arcor-online.net> <502005b6$0$9510$9b4e6d93@newsspool1.arcor-online.net> <50203ca2$0$9512$9b4e6d93@newsspool1.arcor-online.net> <502040c0$0$9510$9b4e6d93@newsspool1.arcor-online.net> <50677fa2-7f82-4ccc-8c56-161bf67fefe1@googlegroups.com> NNTP-Posting-Host: 69.20.190.126 Mime-Version: 1.0 X-Trace: posting.google.com 1344570745 15191 127.0.0.1 (10 Aug 2012 03:52:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 10 Aug 2012 03:52:25 +0000 (UTC) In-Reply-To: <50677fa2-7f82-4ccc-8c56-161bf67fefe1@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-08-09T20:10:57-07:00 List-Id: On Thursday, August 9, 2012 7:49:07 PM UTC-6, Britt wrote: > On Thursday, August 9, 2012 5:39:32 PM UTC-4, Randy Brukardt wrote: >=20 > >=20 > > I detest the idea of separate project files like GPR; most of that=20 > > information should have been in the Ada source (having it there makes t= he=20 > > code more portable to other Ada implementations). The need for=20 > > meta-languages always shows a lack in the original language. >=20 > I think GPR files are fabulous. I see them as a well designed framework f= or managing the development and build process. Almost all of the informatio= n that goes in GPR files is about project structure (e.g. file locations), = settings for GNAT's ASIS-based tools, and some IDE options. I don't really = see any overlap with information I would want to put in source code. Other = Ada implementations would benefit from something similar. I have mixed feelings about gpr-files. It would be interesting to have a DB-based system (or somesuch) where the s= ource isn't stored as a simple text-file; though perhaps that would be a lo= t of work for little payoff. (The library-system and ALI-files could be han= dled in this manner though.)