Related articles |
---|
A lesson for compiler warning writers Garrett.Wollman@UVM.EDU (1992-06-10) |
Re: A lesson for compiler warning writers mcdaniel@adi.com (1992-06-12) |
Re: A lesson for compiler warning writers tmb@arolla.idiap.ch (1992-06-17) |
Re: A lesson for compiler warning writers maniattb@cs.rpi.edu (1992-06-17) |
Re: A lesson for compiler warning writers stephen@estragon.uchicago.edu (1992-06-18) |
Re: A lesson for compiler warning writers arnold@cc.gatech.edu (1992-06-18) |
Re: A lesson for compiler warning writers xjam@cork.CS.Berkeley.EDU (1992-06-18) |
Re: A lesson for compiler warning writers hays@ssd.intel.com (1992-06-18) |
Re: A lesson for compiler warning writers kendall@centerline.com (1992-06-19) |
Re: A lesson for compiler warning writers wicklund@intellistor.com (1992-06-18) |
Re: A lesson for compiler warning writers dds@doc.imperial.ac.uk (Diomidis Spinellis) (1992-06-19) |
[10 later articles] |
Newsgroups: | comp.compilers |
From: | stephen@estragon.uchicago.edu (Stephen P Spackman) |
Keywords: | errors, design |
Organization: | University of Chicago CILS |
References: | <19920609091040SEB1525@MVS.draper.com> 92-06-065 |
Date: | Thu, 18 Jun 1992 15:28:39 GMT |
To pick up on the flame bait, there *are* perfectly good reasons for
compiler warnings, even in a new language. For (purely hypothetical)
instance:
"Argument type declaration is not strictly accurate.
Arithmetic error will occur if x = 0"
"I failed to prove that this loop terminates."
"This declaration shadows a library function."
"Indentation pattern doesn't match bracketting."
You really do want to design a language with some slack in it;
there's nothing to STOP you making all of the above errors, but is
that really what you'd want?
----------------------------------------------------------------------
stephen p spackman stephen@estragon.uchicago.edu
from july 01 spackman@dfki.uni-sb.de
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.