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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3283a610ea0294f5 X-Google-Attributes: gid103376,public From: Andre Spiegel Subject: Re: What's Pure for Dist Sytems? Date: 1997/06/19 Message-ID: #1/1 X-Deja-AN: 251075551 Sender: spiegel@moon References: <5oa5ol$8vv$1@goanna.cs.rmit.edu.au> Organization: Freie Universitaet Berlin X-Access: 16 17 19 Newsgroups: comp.lang.ada Date: 1997-06-19T00:00:00+00:00 List-Id: Dale Stanbrough writes: > After playing with Gnatdist and wanting to use it as a basis for some > assignment work, I was struck by the extent of the restriction of only > Pragma Pure for "Remote Call Interface" packages. > I was especially upset at the restriction of no {un}bounded strings. > Is there anything that i'm missing here? There is a proposal to add pragma Remote_Types to some of the predefined packages (see Ada Issue ai-00126, at http://sw-eng.falls-church.va.us/AdaIC/standards/95com/ada-issues/). However, even under this proposal, Ada.Strings.Bounded and Ada.Strings.Unbounded are still non-remote. I find this an intolerable restriction, too, and I wonder if anyone sets out to remedy this... Andre Spiegel Free University of Berlin