[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
- Re: Towards a cleaner build: project.el, (continued)
- Re: Towards a cleaner build: project.el, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: obsolete/cl-compat.el, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: erc.el, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: calendar, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/13
- Re: Towards a cleaner build: cedet, Noam Postavsky, 2019/06/13
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/13
- Re: Towards a cleaner build: cedet, Noam Postavsky, 2019/06/13
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/13
- Re: Towards a cleaner build: cedet,
Lars Ingebrigtsen <=
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/13
- Re: Towards a cleaner build: cedet, Stefan Monnier, 2019/06/13
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/14
- Re: Towards a cleaner build: cedet, Stefan Monnier, 2019/06/14
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/14
- Re: Towards a cleaner build: cedet, Stefan Monnier, 2019/06/14
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/15
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/14
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/14
- Re: Towards a cleaner build: cedet, Stefan Monnier, 2019/06/14