bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug #1 - (debug-disable 'debug) has no effect ...


From: Neil Jerram
Subject: Re: Bug #1 - (debug-disable 'debug) has no effect ...
Date: 08 Mar 2002 23:53:35 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Marius" == Marius Vollmer <address@hidden> writes:

    Marius> Neil Jerram <address@hidden> writes:
    >> This bug has been fixed in unstable CVS, by removing the lines at the
    >> end of (ice-9 debug) that unconditionally enable debugging.  Is there
    >> any reason why we shouldn't fix it in the same way on the stable
    >> branch?

    Marius> This change would be too far reaching for a supposedly
    Marius> stable program.  Debugging wouldn't be turned on when
    Marius> people expect it.

I'm not convinced.  How can people be expecting debugging to be turned
on after having explicitly said `(debug-disable 'debug)' in their
.guile file?  Also note that the fix only affects REPL usage, not
programs run using `guile -s'.

If you are concerned about `trace' not working, we could add
`(debug-disable 'debug)' into the definition of `trace'.

I'd say it's a bug, and that it would be better to squash it now than
to support strange expectations through 1.6.x.

        Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]