emacs-devel
[Top][All Lists]
Advanced

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

Re: Noisy byte compilation on master


From: David Engster
Subject: Re: Noisy byte compilation on master
Date: Wed, 18 Feb 2015 20:51:20 +0100
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4 (gnu/linux)

Stefan Monnier writes:
>> agreed that EIEIO should not emit a warning when the string is provided,
>> at least not during run-time. I could live with those warnings during
>> byte-compilation, as I would just shush those as long as we support
>> Emacs24.
>
> If you get such warnings at run-time, it's a bug.  They should only
> appear at byte-compilation time.

Insert

  (require 'eieio)
  (defclass foo () ())
  (foo "test")

then do eval-buffer and you'll see

  Obsolete name arg "test" to constructor foo

-David



reply via email to

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