Re: What VMS does RIGHT!
- From: "Richard B. Gilbert" <rgilbert88@xxxxxxxxxxx>
- Date: Thu, 09 Aug 2007 20:42:57 -0400
John Santos wrote:
<snip>
LOL!!!
Steven M. Schweda wrote:
From: John Santos <john@xxxxxxx>
John, you're probably the right person to suggest this to :-) ...
How about a compiler qualifier that limits the number of errors generated
before it aborts? E.G. /ERROR_LIMIT=<n>
You mean like:
CC
/ERROR_LIMIT
/ERROR_LIMIT[=number]
/NOERROR_LIMIT
Limits the number of Error-level diagnostic messages that are
acceptable during program compilation. Compilation terminates when
the limit (number) is exceeded. /NOERROR_LIMIT specifies that
there is no limit on error messages.
The default is /ERROR_LIMIT=30, which specifies that compilation
terminates after 31 error messages.
???
I looked at HELP BASIC before posting just to make sure I wasn't
missing something that had been implemented years ago, but didn't
bother to look at C!
Since my proposed syntax was exactly the same as what C actually
does, it was probably lurking in the back of my brain somewhere.
I'm sure I must have read the help at some point. :-) :-) :-)
I think it's probably just familiarity with VMS/DCL "style". If you know VMS and want your compiler to be able to give up after a certain number of errors, /ERROR_LIMIT=N is the obvious way to do it. This is one of VMS's strong points; if you are looking for some capability, it's not too hard to guess what they called it!
Contrast it with Unix; if you want what awk does, you'll never guess what they called it and if you find the awk executable, you'll never guess what it does!
.
- Follow-Ups:
- Re: What VMS does RIGHT!
- From: Bob Koehler
- Re: What VMS does RIGHT!
- References:
- Re: What VMS does RIGHT!
- From: Steven M. Schweda
- Re: What VMS does RIGHT!
- From: John Santos
- Re: What VMS does RIGHT!
- Prev by Date: Re: Wonderful things happen to an OS when it has an internal champion
- Next by Date: Re: Suggestion: F$FAO question
- Previous by thread: Re: What VMS does RIGHT!
- Next by thread: Re: What VMS does RIGHT!
- Index(es):
Relevant Pages
|