emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#10388: closed (Assoc list confusion in set-procedu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10388: closed (Assoc list confusion in set-procedure-properties!)
Date: Thu, 05 Jan 2012 21:58:01 +0000

Your message dated Thu, 05 Jan 2012 22:54:01 +0100
with message-id <address@hidden>
and subject line Re: bug#10388: Assoc list confusion in 
set-procedure-properties!
has caused the debbugs.gnu.org bug report #10388,
regarding Assoc list confusion in set-procedure-properties!
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10388: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10388
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Assoc list confusion in set-procedure-properties! Date: Tue, 27 Dec 2011 15:14:55 -0800 (PST)
Hi-
 
In Guile 2.0.2, scm_set_procedure_properties (when SCM_ENABLE_DEPRECATED)
has a call to scm_assq where the KEY and ALIST parameters are reversed.
 
To demonstrate, try this
> (define (func x) #t)
> (set-procedure-properties! func (procedure-properties func))
 
ERROR: In procedure assq: Wrong type argument in position 2
(expecting association list): arity
 
Thanks,
 
Mike Gran



--- End Message ---
--- Begin Message --- Subject: Re: bug#10388: Assoc list confusion in set-procedure-properties! Date: Thu, 05 Jan 2012 22:54:01 +0100 User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)
Hello!

Mike Gran <address@hidden> skribis:

> In Guile 2.0.2, scm_set_procedure_properties (when SCM_ENABLE_DEPRECATED)
> has a call to scm_assq where the KEY and ALIST parameters are reversed.
>  
> To demonstrate, try this
>> (define (func x) #t)
>> (set-procedure-properties! func (procedure-properties func))
>  
> ERROR: In procedure assq: Wrong type argument in position 2
> (expecting association list): arity

Fixed along with the other bug of this line in
fe2400c993927cd7d7ff89ebbe3af4c35e30a0e1, thanks!

Ludo’.


--- End Message ---

reply via email to

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