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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: How to put main procedure in SPARK_Mode? Date: Tue, 21 May 2019 17:56:33 +0100 Organization: A noiseless patient Spider Message-ID: References: <9ad71ff8-71c6-436c-9a56-f9637565d99a@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="2a57a09140910fc57e1b44da630f3017"; logging-data="6521"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19XUOb6KmIKMJNoFrTYUpD3G5LTnZOj0JQ=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:8bvgdaGatCub//LG+5fxLw6VQyk= sha1:bU4nJ7BcQHABLBy31r8mj9PnpUI= Xref: reader01.eternal-september.org comp.lang.ada:56358 Date: 2019-05-21T17:56:33+01:00 List-Id: mockturtle writes: > There is maybe a difference... I do not know if it is important, but > in my setup the main procedure is a child of a "big root package" > (this is a setup that I usually find convenient). Could this be the > difference? I'll try later. I think you need a spec for the child main procedure, also 'with SPARK_Mode'.