From lieber@ccs.neu.edu Thu Jul 31 12:05:39 1997 To: boaz@ccs.neu.edu, lieber@ccs.neu.edu Subject: Re: compatibility strategies/class graphs Cc: dougo@ccs.neu.edu Hi Boaz: If I say: >From A ... and the class graph contains no A, I have clearly a typo in my strategy or class graph. If we don't make it fatal, the Java compiler will after a minute or two. -- Karl >From boaz@ccs.neu.edu Thu Jul 31 11:46:52 1997 >Subject: Re: compatibility strategies/class graphs > >I don't think that incompatibility should be considered fatal. A warning >message should suffice. >Boaz > > From boaz@ccs.neu.edu Thu Jul 31 12:12:19 1997 To: Karl Lieberherr cc: dougo@ccs.neu.edu Subject: Re: compatibility strategies/class graphs maybe: I tend to think of a strategy graph as encompassing many possibilities (say with different choices of source/target). when one possibility is chosen with a specific class graph, it may be the case that others become useless. making this kind of error fatal disallows this kind of programming. this may be the right approach: my position in this regard is not strong. boaz