emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build: cedet


From: Stefan Monnier
Subject: Re: Towards a cleaner build: cedet
Date: Fri, 14 Jun 2019 15:16:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>>> I'll go through all the warnings emitted and adjust the
>>> oref/oset/slot-value calls and push after I've figured out how to
>>> actually test this stuff.  I mean, it looks like it should be a
>>> semi-mechanical replacement situation, but I hate not testing these
>>> things...
>>
>> The non-mechanical part is to look for the :initarg to see if
>> indeed :<foo> is the init arg for the <foo> slot.
>> This is *usually* the case, but it's just a coding convention,
>
> I grepped through :initarg in cedet, and it looks like there's only one:
>
>    (max-tags-initial :initarg max-tags-initial
>
> And my changes didn't change any of the call sites...

Then I guess you can just remove the `:`s and be done with it.


        Stefan




reply via email to

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