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: Lars Ingebrigtsen
Subject: Re: Towards a cleaner build: cedet
Date: Thu, 13 Jun 2019 17:10:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Lars Ingebrigtsen <address@hidden> writes:

> Oh!  Those are without colons?  Is that the entire issue here, that the
> check is strict about colons/not colons and the rest of cedet doesn't
> care?

Let's try!

(require 'semantic/analyze)
(setq context (make-instance 'semantic-analyze-context :buffer 
(current-buffer)))
=> #s(semantic-analyze-context unbound unbound unbound unbound unbound #<buffer 
*unsent wide reply to Lars Ingebrigtsen*> unbound)

(oref context :buffer)
=> #<buffer *unsent wide reply to Lars Ingebrigtsen*>

(oref context buffer)
=> #<buffer *unsent wide reply to Lars Ingebrigtsen*>

Surely it's can be that easy -- just remove the colons to the 111
accesses with coloned slot names to get rid of the 111 warnings?

Comments please.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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