Re: [cc65] cc65 Output left from debugging?

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2010-11-16 11:32:37
Hi!

On Tue, Nov 16, 2010 at 02:07:42AM -0800, Stefan Wessels wrote:
> cc65 suddenly started outputting "Deleting" when I compile a program I am
> writing.  I think, from doing a grep of source, that it's from line 165 in
> copttest.c.  I suspect it was accidentally left as part of some
> development/debugging effort?  It was a little strange getting that as output
> compiling a file that didn't give that before the last edit.

The debug output was there from the beginning when the routine had been added
in 2009. Seemingly no one noticed:-) The reason why it pops up after source
changes like in your case is that the code triggers some optimization action.
I've removed the message - thanks for the report!

> Is this the appropriate place for a message like this or is there a
> different mechanism for reporting bugs & issues?

In general, the mailing list is the correct place. For things like the above,
where it can be assumed that not many people are interested in, a report using
private email will save 150 people a few seconds skipping the mail.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Nov 16 11:32:46 2010

This archive was generated by hypermail 2.1.8 : 2010-11-16 11:32:48 CET