From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:a095:: with SMTP id j143mr6584289qke.277.1632302172680; Wed, 22 Sep 2021 02:16:12 -0700 (PDT) X-Received: by 2002:a05:6902:124c:: with SMTP id t12mr41564131ybu.91.1632302172504; Wed, 22 Sep 2021 02:16:12 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 22 Sep 2021 02:16:12 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=94.31.101.123; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 94.31.101.123 References: <3b6f0a2d-f3ba-45c8-9710-54d9edcf3fddn@googlegroups.com> <614502fd$0$1362$426a74cc@news.free.fr> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: Adare_net Ada network lib From: AdaMagica Injection-Date: Wed, 22 Sep 2021 09:16:12 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62814 List-Id: > I agree with you Nicolas, they should not be declared Pure. It makes the = GNAT compiler check for example that there are no global variables used in = the packages but other than that, they (I didn't check all the packages) ar= e not Pure. The pragma Pure worked as expected in Ada83 but the meaning and= utility of it disappeared with the Ada95 standard. There is no pragma Pure in Ada 83.