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