emacs-devel
[Top][All Lists]
Advanced

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

Re: master e7be986: Make seq.el more extensible by using cl-defmethod


From: Stefan Monnier
Subject: Re: master e7be986: Make seq.el more extensible by using cl-defmethod
Date: Tue, 25 Aug 2015 10:43:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> About this change--loading the seq library makes noise:
> ‘array’ also matches CL structs and EIEIO classes
> ‘sequence’ also matches CL structs and EIEIO classes
> ‘sequence’ also matches CL structs and EIEIO classes

These are valid warnings, yet the code can't really do anything
about them.  So there are two problems:
1- the warning should not show up while loading (only while compiling).
2- even while compiling the warning should be silenced in this case.


        Stefan



reply via email to

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