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: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: Is this a gnat problem? Date: Tue, 19 Feb 2019 21:31:43 +0100 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <7cf8c053-f702-4687-a1ef-8dc27afb99e9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 19 Feb 2019 20:31:44 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="c993be07c8289660b1b78e25654de395"; logging-data="6589"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+FU5qTMVYD8vtZNHU9hQkvs22pMfQOeEo=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 Cancel-Lock: sha1:dDHZMOt2k8vv152jGCzFofppv+o= In-Reply-To: <7cf8c053-f702-4687-a1ef-8dc27afb99e9@googlegroups.com> Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:55588 Date: 2019-02-19T21:31:43+01:00 List-Id: On 2/19/19 7:35 PM, Egil H H wrote: > > Aspect specifications for tasks/task types, should come before *is*, like so: > > task type Cyclic (S : Any_Cyclic_State) > with Priority => S.Pri > is > end Cyclic; Yes, and a task type without entries doesn't need "is": task type Cyclic (S : Any_Cyclic_State) with Priority => S.Pri; -- Jeff Carter "C++ is like jamming a helicopter inside a Miata and expecting some sort of improvement." Drew Olbrich 51