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,MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7a8e90e9b8a62d13 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-27 19:54:27 PST Path: nntp.gmd.de!stern.fokus.gmd.de!ceres.fokus.gmd.de!zib-berlin.de!news.mathworks.com!usenet.eel.ufl.edu!news-feed-1.peachnet.edu!gatech!howland.reston.ans.net!news.moneng.mei.com!uwm.edu!lll-winken.llnl.gov!seismo!hal!erik From: erik@fisher.CSS.GOV (Erik Magnuson) Newsgroups: comp.lang.ada Subject: Re: Please explain why this is wrong... Summary: Bad compiler jargon Message-ID: <3390@hal.CSS.GOV> Date: 28 Feb 95 03:54:27 GMT References: <3h8u4s$ea3@nonews.col.hp.com> <3hjj97$dld@gnat.cs.nyu.edu> <3hnquq$j2k@watnews1.watson.ibm.com> <3i3p2q$j7o@gnat.cs.nyu.edu> Sender: news@hal.CSS.GOV X-Nntp-Posting-Host: fisher.css.gov Date: 1995-02-28T03:54:27+00:00 List-Id: In article <3i3p2q$j7o@gnat.cs.nyu.edu>, Robert Dewar wrote: >norman, error messages are NOT for the purposes of learning fine points >It is easy, especially for experts in the language, to make the mistake >of knowing too much in figuring out error messages. It is a tricky business. >In particular, one has to be very careful not to overuse reference manual >jargon which is unlikely to be familiar to most Ada programmers. This comment immediately brings to mind Rational's (first Delta and it's still in Apex) "co-resident homograph" error message when you have two procedures with the same parameter profile. Sometimes I think they leave it in for the fun of it.