[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: |
Fri, 14 Jun 2019 15:22:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Now that most of the warnings are gone in cedet, perhaps one of the
remaining ones is actually a bug:
In toplevel form:
cedet/ede/config.el:409:36:Warning: Unknown slot `classpath'
It's this code:
(cl-defmethod ede-java-classpath ((proj ede-project-with-config-java))
"Return the classpath for this project."
(oref (ede-config-get-configuration proj) classpath))
But... no classes define a classpath slot:
-*- mode: grep; default-directory: "~/src/emacs/trunk/lisp/cedet/" -*-
Grep started at Fri Jun 14 15:18:50
grep --color -nH --null -e classpath `find . -name '*.el'`
./ede/config.el:(cl-defmethod ede-java-classpath ((proj
ede-project-with-config-java))
./ede/config.el: "Return the classpath for this project."
./ede/config.el: (oref (ede-config-get-configuration proj) classpath))
./ede.el:(cl-defmethod ede-java-classpath ((_this ede-project))
./ede.el: "Return the classpath for this project."
Seems kinda suspicious?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: Towards a cleaner build: cedet, (continued)
- 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 <=
- Re: Towards a cleaner build: cedet, Stefan Monnier, 2019/06/14
- Re: Towards a cleaner build: cedet, Dmitry Gutov, 2019/06/14
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/15
- Re: Towards a cleaner build: cedet, Dmitry Gutov, 2019/06/15
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/15
- Re: Towards a cleaner build: cedet, Dmitry Gutov, 2019/06/15
- Re: Towards a cleaner build: cedet, Eric Ludlam, 2019/06/15
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/16
- Re: Towards a cleaner build: calendar, Lars Ingebrigtsen, 2019/06/14
- Re: Towards a cleaner build: calendar, Eli Zaretskii, 2019/06/14