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: Dmitry Gutov <dgutov <at> yandex.ru>
Subject: bug#20644: closed (Re: bug#20644: 25.0.50; Re-evaluating
 cl-defmethod form doesn't update the behavior)
Date: Mon, 25 May 2015 14:55:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#20644: 25.0.50; Re-evaluating cl-defmethod form doesn't update the behavior

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 20644 <at> debbugs.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: 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

[Message part 3 (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).



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.