home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / modula3 / 1088 next >
Encoding:
Internet Message Format  |  1992-12-21  |  815 b 

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!rutgers!concert!decwrl!src.dec.com!kalsow
  2. From: kalsow@src.dec.com
  3. Newsgroups: comp.lang.modula3
  4. Subject: Re: What happenned to Wr.Error and Rd.Error...
  5. Message-ID: <9212211748.AA00999@jellybean.pa.dec.com>
  6. Date: 21 Dec 92 17:48:53 GMT
  7. Sender: kalsow@src.dec.com (Bill Kalsow)
  8. Organization: DEC Systems Research Center
  9. Lines: 8
  10. X-Cc: kalsow
  11. X-To: m3
  12. X-Received: by jellybean.pa.dec.com; id AA00999; Mon, 21 Dec 92 09:48:53 -0800
  13. X-Mts: smtp
  14.  
  15. The original M2+ authors used Wr.Error and Rd.Error to document the
  16. behavior of the streams in presence of programming bugs.  It was
  17. never intended that programmers catch Wr.Error or Rd.Error.  They
  18. were supposed to cause a crash.
  19.  
  20. We decided that in Modula-3 "checked runtime error" was more appropriate.
  21.  
  22.   - Bill Kalsow
  23.