home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / modula3 / 873 next >
Encoding:
Internet Message Format  |  1992-08-11  |  788 b 

  1. Path: sparky!uunet!gossip.pyramid.com!olivea!decwrl!deccrl!news.crl.dec.com!pa.dec.com!src.dec.com!wyant@centerline.com
  2. From: wyant@centerline.com
  3. Newsgroups: comp.lang.modula3
  4. Subject: Should linker warn about unimplemented methods ?
  5. Message-ID: <9208121548.AA09325@riposte>
  6. Date: 12 Aug 92 15:48:58 GMT
  7. Lines: 11
  8. To: m3
  9.  
  10. I just spent some time tracking down a crash which caused
  11. by my failure to add an method override connecting an
  12. abstract operation in an opaque type to the corresponding
  13. implementation method. I had written the method, I had merely
  14. forgotten to add it to the "OVERRIDES".
  15.  
  16. Is the lack to provide overrides for methods in opaque types
  17. soemthing the prelinker could check for ? Is this a bug that
  18. that typically occurs once for most people and never again ?
  19.  
  20. --geoff
  21.