Synopsis - Issue Tracker

Message368

Author stefan
Recipients stefan, volodya
Date 2005-02-10.15:14:05
Content
While looking a bit closer at the issues involved in
implementing overload resolution I realize how much
work that actually is (quite complex type analysis).

Therefor, I'm tempted to put that into its own module, i.e. let symbol lookup return all matched 
functions and declare victory (for as far as symbol
lookup is concerned).
Does this appear to be a sensible choice ? Or would
there be reasons not to separate symbol lookup
and overload resolution ?
History
Date User Action Args
2005-02-10 15:14:06stefansetmessageid: <1108048446.05.0.741821727557.task25@synopsis.fresco.org>
2005-02-10 15:14:06stefansetrecipients: + stefan, volodya
2005-02-10 15:14:06stefanlinktask25 messages
2005-02-10 15:14:06stefancreate