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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,68f318e142f40431 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-18 23:19:34 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!gatech!newsxfer.itd.umich.edu!zip.eecs.umich.edu!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: GNAT-Problem / Please Help !! Date: 19 Nov 1994 02:19:34 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3ak8u6$10v@gnat.cs.nyu.edu> References: <39lbil$euf@tucs6.rz.tu-cottbus.de> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-11-19T02:19:34-05:00 List-Id: Regarding Keith's comment on the error message, that's quite right, we don't give a helpful error message for an incorrect use of Set_Col. The reason is that Set_Col is overloaded. If a function is not overloaded, there is no problem, and we give a nice message, but overloading makes it tricky. We disussed specially recognizing the case of varying number of parameters, which is a special case (which applies to Set_Col) and might be a path for a better error message.