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

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

[debbugs-tracker] bug#20420: closed (25.0.50; eieio methods with optiona


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20420: closed (25.0.50; eieio methods with optional arguments now fail)
Date: Sun, 15 May 2016 01:55:02 +0000

Your message dated Sat, 14 May 2016 21:55:16 -0400
with message-id <address@hidden>
and subject line Re: bug#20420: 25.0.50; eieio methods with optional arguments 
now fail
has caused the debbugs.gnu.org bug report #20420,
regarding 25.0.50; eieio methods with optional arguments now fail
to be marked as done.

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


-- 
20420: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20420
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; eieio methods with optional arguments now fail Date: Fri, 24 Apr 2015 21:28:12 +0200
Hi.

First declare:

   (defclass cc-A ()
     ((a :initform "foo")))
   
   (defgeneric xx (&optional a b))
   (defmethod xx ()
     (message "default"))


And eval (xx). It works as expected.

Now add

   (defmethod xx ((obj cc-A) &optional b)
     (message "called on cc-A object"))

and eval (xx) again. It throws (wrong-number-of-arguments (1 . &rest) 0).

It used to work in emacs 24.


Thanks,

  Vitalie







In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2)
 of 2015-04-13 on galago
Repository revision: 30bcb238c3a53f777c2a4952f51a68df6272cff4
Windowing system distributor `The X.Org Foundation', version 11.0.11600000
System Description:     Ubuntu 14.10

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB

Important settings:
  value of $LC_TIME: en_DK.UTF-8
  value of $LANG: en_DK.UTF-8
  locale-coding-system: utf-8-unix



--- End Message ---
--- Begin Message --- Subject: Re: bug#20420: 25.0.50; eieio methods with optional arguments now fail Date: Sat, 14 May 2016 21:55:16 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)
> Is there something left to fix in this bug? If not, please close it.

Done, thanks,


        Stefan




--- End Message ---

reply via email to

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