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: a07f3367d7,ec6f74e58e86b38b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!nx02.iad01.newshosting.com!newshosting.com!novia!news-out.readnews.com!postnews3.readnews.com!not-for-mail Message-Id: <4bfd9aaa$0$2359$4d3efbfe@news.sover.net> From: "Peter C. Chapin" Subject: Re: Lost in translation (with SPARK user rules) Newsgroups: comp.lang.ada Date: Wed, 26 May 2010 18:06:15 -0400 References: <0466e131-cc80-4db4-b080-eec9aefcb1c7@z17g2000vbd.googlegroups.com> <4bfd2d05$0$27598$ba4acef3@reader.news.orange.fr> <4bfd7728$0$27592$ba4acef3@reader.news.orange.fr> User-Agent: KNode/0.10.9 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Organization: SoVerNet (sover.net) NNTP-Posting-Host: 082ca68a.news.sover.net X-Trace: DXC=KEdgM@]5MmoZ=N]>\A8jdhK6_LM2JZB_cH\ERZ28IfFj:WUUlR<856oL;TWA_637idFh3M4en_TKo X-Complaints-To: abuse@sover.net Xref: g2news2.google.com comp.lang.ada:12059 Date: 2010-05-26T18:06:15-04:00 List-Id: Pascal Obry wrote: > The fact that your are working on a boundary. The secure SPARK on one > side and the OS non-SPARK foreign world. One difficult part was that > this is IO (stream like) where data are read from the same socket but > two consecutive read won't return the same value. There is way in SPARK > to deal with that, to avoid SPARK complaining that you have ineffective > code... not straight forward! Is this the sort of thing external own variables are intended to handle? Peter