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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,28b389d4503cb555 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: generic package dilemma Date: 1999/11/23 Message-ID: <81crr7$upp$1@nnrp1.deja.com>#1/1 X-Deja-AN: 551833361 References: <80u48b$ghr$1@bunyip.cc.uq.edu.au> <3832e27f_1@news1.prserv.net> <3832E75D.5B1BA719@mail.com> <383319e8_4@news1.prserv.net> <3833F615.5AD7166C@mail.com> <383442e1_1@news1.prserv.net> <383510EA.9DFEE8B6@mail.com> <383569db_2@news1.prserv.net> <3835CF7A.5604C6A3@mail.com> <81bt4v$7cr$1@nnrp1.deja.com> <38398127.59E30D26@mail.com> X-Http-Proxy: 1.0 x27.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Nov 23 01:49:28 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-11-23T00:00:00+00:00 List-Id: In article <38398127.59E30D26@mail.com>, Mats Weber wrote: > Well, the crash is not that bad, is it ? The worst thing you > can get provided that no tasks started at elaboration time) is > Program_Error at some point before the main procedure is > called by the environment task, is that right ? If it is, then > I can live with it. The trouble is the *I* here. The real scenario is as follows. A large and complex program is developed without systematic use of these pragmas. In practice you will find a few Elaborate pragmas presumably stuck in to correct problems with a different compiler. Then you port to a new compiler, and you get Program_Error. Finding and fixing these program errors can be quite complex! Sent via Deja.com http://www.deja.com/ Before you buy.