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,e3ad0eba55db3514 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: task activation Date: 1999/12/06 Message-ID: #1/1 X-Deja-AN: 557300300 Sender: bobduff@world.std.com (Robert A Duff) References: <383733d3_1@news1.prserv.net> <82fbr9$jqm$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1999-12-06T00:00:00+00:00 List-Id: Robert Dewar writes: > Suppress elaboration checks in the task body if you know the > body is not executed till after elaboration is complete. I don't understand this one. What effect does this have on the static elab method? I thought that if you use the static elab method, you wouldn't get any checks at all, so what's the point of suppressing them? - Bob