GNU bug report logs - #20644
25.0.50; Re-evaluating cl-defmethod form doesn't update the behavior

Previous Next

Package: emacs;

Reported by: Dmitry Gutov <dgutov <at> yandex.ru>

Date: Sun, 24 May 2015 15:21:03 UTC

Severity: normal

Found in version 25.0.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#20644: closed (25.0.50; Re-evaluating cl-defmethod form
 doesn't update the behavior)
Date: Mon, 25 May 2015 14:55:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 25 May 2015 10:54:29 -0400
with message-id <jwv4mn0emie.fsf-monnier+emacsbugs <at> gnu.org>
and subject line Re: bug#20644: 25.0.50; Re-evaluating cl-defmethod form doesn't update the behavior
has caused the debbugs.gnu.org bug report #20644,
regarding 25.0.50; Re-evaluating cl-defmethod form doesn't update the behavior
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
20644: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20644
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Dmitry Gutov <dgutov <at> yandex.ru>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; Re-evaluating cl-defmethod form doesn't update the behavior
Date: Sun, 24 May 2015 18:20:05 +0300
1. Evaluate:

(cl-defgeneric cl--generic-1 (x y))
(cl-defmethod cl--generic-1 ((x t) y) (cons x y))

2. (cl--generic-1 'a 'b) evaluates to '(a . b).

3. Change the defmethod form to return 1, press C-M-x.

4. (cl--generic-1 'a 'b) still evaluates to '(a . b).


[Message part 3 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Dmitry Gutov <dgutov <at> yandex.ru>
Cc: 20644-done <at> debbugs.gnu.org
Subject: Re: bug#20644: 25.0.50;
 Re-evaluating cl-defmethod form doesn't update the behavior
Date: Mon, 25 May 2015 10:54:29 -0400
> (cl-defgeneric cl--generic-1 (x y))
> (cl-defmethod cl--generic-1 ((x t) y) (cons x y))
> 2. (cl--generic-1 'a 'b) evaluates to '(a . b).
> 3. Change the defmethod form to return 1, press C-M-x.
> 4. (cl--generic-1 'a 'b) still evaluates to '(a . b).

Thanks.  Should be fixed now.


        Stefan


This bug report was last modified 10 years and 55 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.