emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 5e63ea1 5/6: Suppress warning about out-of-tree


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 5e63ea1 5/6: Suppress warning about out-of-tree Java class in cedet
Date: Mon, 17 Jun 2019 09:26:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>>> +  (slot-value (ede-config-get-configuration proj)
>>> +              (intern "classpath" obarray)))
>>
>> There should be a better way to silence this kind of warning, no?
>
> Indeed.  I wondered about adding a `slot' thing to
> `with-suppressed-warnings', but (as discussed elsewhere in that big
> thread), that bit isn't in effect when the CLOS machinery is doing its
> thing...

Maybe just a `(eieio-declare-slots FOO BAR...)` at top-level?


        Stefan




reply via email to

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