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.194.5 with SMTP id dw5mr20519030icb.5.1386226257988; Wed, 04 Dec 2013 22:50:57 -0800 (PST) X-Received: by 10.49.35.107 with SMTP id g11mr1769582qej.5.1386226257955; Wed, 04 Dec 2013 22:50:57 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!bm17no13508001qab.0!news-out.google.com!p7ni9990qat.0!nntp.google.com!p15no5175763qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 4 Dec 2013 22:50:57 -0800 (PST) In-Reply-To: <45ccc264-b606-45d1-a766-f1d8e652212f@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.161.11.227; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 75.161.11.227 References: <45ccc264-b606-45d1-a766-f1d8e652212f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <927ec816-b6a7-47e8-a217-894b854f44e9@googlegroups.com> Subject: Re: Reason for 'Ada.Strings.Bounded' not being declared 'pragma Pure' ? From: Shark8 Injection-Date: Thu, 05 Dec 2013 06:50:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1775 Xref: number.nntp.dca.giganews.com comp.lang.ada:184082 Date: 2013-12-04T22:50:57-08:00 List-Id: On Wednesday, December 4, 2013 8:58:46 PM UTC-7, Rod Kay wrote: > Hi all, > > > > Would anyone know the reason for this ? > > > > Bounded strings would appear to be useful for DSA at least. As a test, I copied/renamed the relevant bounded string packages and made them Pure and found no obvious problems (a simple test compiled and ran ok). Does DSA = Distributed System Application? Another package that would be nice in a different categorization is Ada.Tags (it would be nice to be able to use them across DSA partitions and in remote-call interfaces).