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.42.178.136 with SMTP id bm8mr12622256icb.13.1429890988028; Fri, 24 Apr 2015 08:56:28 -0700 (PDT) X-Received: by 10.140.93.14 with SMTP id c14mr138115qge.42.1429890987997; Fri, 24 Apr 2015 08:56:27 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!m20no5975103iga.0!news-out.google.com!k20ni1059qgd.0!nntp.google.com!j5no3522653qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 24 Apr 2015 08:56:27 -0700 (PDT) In-Reply-To: <85tww5d57k.fsf@stephe-leake.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.55.218.4; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 91.55.218.4 References: <85r3rlg6dd.fsf@stephe-leake.org> <85tww5d57k.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: OpenToken 6.0 released From: AdaMagica Injection-Date: Fri, 24 Apr 2015 15:56:28 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25598 Date: 2015-04-24T08:56:27-07:00 List-Id: Am Freitag, 24. April 2015 15:30:10 UTC+2 schrieb Stephen Leake: > Stephen Leake writes: > > > OpenToken 6.0 is now available on the website: > > http://stephe-leake.org/ada/opentoken.html > > Several people have reported minor bugs; I'll do a bug fix release soon. > So if you have found any problems that you have not reported yet, please > report them. May I propose to add pragma Elaborate_Body to all Recognizer subpackages? This will prevent any elaboration problems with calling the Get procedures - otherwise you have to use Elaborate{_All} in every caller of Get. (I see that there is no such pragma e.g. in the Ada Lexer, but I think it is only a coincidence that elaboration does not fail.)