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: Dmitry Gutov
Subject: Re: Towards a cleaner build: cedet
Date: Fri, 14 Jun 2019 23:05:09 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

On 14.06.2019 16:22, Lars Ingebrigtsen wrote:
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:

IIRC, Java support was never merged into Emacs because of copyright assignment problems (it had a different author, I guess).



reply via email to

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