guile-user
[Top][All Lists]
Advanced

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

Re: Compatibility V1.8 and 2.0 - deprecated (debug-enable 'debug)


From: Ludovic Courtès
Subject: Re: Compatibility V1.8 and 2.0 - deprecated (debug-enable 'debug)
Date: Mon, 22 Aug 2011 22:59:28 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Hi,

(Sorry for the late reply.)

Peter TB Brett <address@hidden> skribis:

> Ian Hulin <address@hidden> writes:
>
>> In the Lilypond code we use (debug-enable 'debug) to give full error
>> information when we have Scheme lines embedded in a LilyPond source file.
>>
>> This option has been deprecated in V2.0 but there's no indication in
>> NEWS of how to supply equivalent functionality.
>
> I believe that it's always on in Guile 2.x.

Indeed.

>> We'd like to know how to crack this so we don't have to run with
>> deprecated Guile code when running with V2.
>
> I'd like to know how to detect if it's needed too, since we have
> a similar problem.

(cond-expand (guile-2 'alright)
             (guile (debug-enable 'debug)))

Thanks,
Ludo’.




reply via email to

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