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-Thread: 103376,23dabf88feae3dba X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!news.in2p3.fr!in2p3.fr!proxad.net!cleanfeed1-b.proxad.net!nnrp2-1.free.fr!not-for-mail Sender: sam@willow.rfc1149.net From: Samuel Tardieu Newsgroups: comp.lang.ada Subject: Re: Elaboration worries References: <4fssh9F1ena5jU1@individual.net> <8KOdnYaLZJaLMATZnZ2dnUVZ_tydnZ2d@megapath.net> Date: 22 Jun 2006 01:07:45 +0200 Message-ID: <87odwmcdku.fsf@willow.rfc1149.net> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Leafnode-NNTP-Posting-Host: 2001:660:330f:f810:211:2fff:fe8a:af74 Organization: Guest of ProXad - France NNTP-Posting-Date: 22 Jun 2006 01:09:01 MEST NNTP-Posting-Host: 88.191.14.223 X-Trace: 1150931341 nnrp2-1.free.fr 12349 88.191.14.223:54990 X-Complaints-To: abuse@proxad.net Xref: g2news2.google.com comp.lang.ada:4888 Date: 2006-06-22T01:09:01+02:00 List-Id: >>>>> "Randy" == Randy Brukardt writes: Randy> try to avoid doing anything at elaboration time other than Randy> use language-defined packages; There are cases where this is quite impractical; for example, when using the Ravenscar profile, tasks cannot be created dynamically and will be started at elaboration time. Using a "start" protected object can be used as a workaround to limit their execution until after the main program has been launched. Sam -- Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/