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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,744136b4fae1ff3e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-21 07:17:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!kibo.news.demon.net!demon!news-FFM2.ecrc.net!news.iks-jena.de!not-for-mail From: Lutz Donnerhacke Newsgroups: comp.lang.ada Subject: Re: [Spark] Converting Arrays Date: Fri, 21 Mar 2003 15:17:33 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <3E7053AC.DB4C71DD@praxis-cs.co.uk> <3E7B2A1D.CA3214D9@praxis-cs.co.uk> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1048259853 14269 217.17.192.37 (21 Mar 2003 15:17:33 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Fri, 21 Mar 2003 15:17:33 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:35600 Date: 2003-03-21T15:17:33+00:00 List-Id: * Peter Amey wrote: > The next release of the Examiner will allow exported, formal parameters > of unconstrained types to appear in preconditions. That's great, thank you. Currently a valid workaroud is to declare the parameter "in out" and initialize it outside the procedure, if necessary.