On Tue, Jan 04, 2005 at 05:21:41PM +0000, Mike Hearn wrote:
One thing to be aware of when doing this is that some of these calls may be used very frequently, and the cost of outputting a fixme for each one is high. Because TRACEs are not output by default making a stub a TRACE is often used in this situation.
Not to mention the users who will generate bug reports saying 'look it does not work because of this FIXME' whereas this FIXME is just for an obscure function which does not do anything important and can be let as a stub for ages.
Lionel