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,28b389d4503cb555 X-Google-Attributes: gid103376,public From: "Robert I. Eachus" Subject: Re: generic package dilemma Date: 1999/12/01 Message-ID: <38459B97.840219C0@mitre.org>#1/1 X-Deja-AN: 555504863 Content-Transfer-Encoding: 7bit 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> <383982E4.110F0F2D@mail.com> <38459568.8DAF60@mitre.org> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@news.mitre.org X-Trace: top.mitre.org 944085572 8615 129.83.41.77 (1 Dec 1999 21:59:32 GMT) Organization: The MITRE Corporation Mime-Version: 1.0 NNTP-Posting-Date: 1 Dec 1999 21:59:32 GMT Newsgroups: comp.lang.ada Date: 1999-12-01T21:59:32+00:00 List-Id: I wrote: > ...Of course, changing these messages could change the elaboration order > for the program, or worse, create a situation where no workable > elaboration order existed. If this check was static, there was no way > to find and remove this emergent property of the program other than to > backtrack. This was no help to the guy trying to get the initialization > code of a large system to work. He was MUCH happier getting And accidentally hit the send button. (It is the one thing I hate about Netscape Communicator. The Send button is too near the File and Edit menus.) In any case: He (or she) was much happier getting the first part of the elaboration code debugged, then recompiling and getting incrementally further. This could leave many error messages that would raise Program_Error if invoked, but so what, it still got you to the location of the real error, often with a Text_IO call that had the correct message text as a parameter. ;-) -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...