guile-user
[Top][All Lists]
Advanced

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

Re: GUILE_WARN_DEPRECATED


From: Marius Vollmer
Subject: Re: GUILE_WARN_DEPRECATED
Date: 27 Dec 2004 16:19:33 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

David Pirotte <address@hidden> writes:

> but why is this so impossible to control behavior of a 'guile
> variable' within guile itself? why guile isn't listening to my
> setting? is this a module/environment limitation?

The reason is actually quite simple: guile only looks once at the
environment variable, during initialization.  After that, you can not
change the deprecation mode, which could be called a bug.

I think I will add a debug option (to be set with 'debug-enable', say)
that controls the deprecation mode.  Opinions?

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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