all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Engster <deng@randomsample.de>
To: emacs-devel@gnu.org
Subject: Fixing "Unknown slot" warnings
Date: Sun, 29 Jan 2017 13:39:31 +0100	[thread overview]
Message-ID: <87sho2m458.fsf@engster.org> (raw)

I'm currently fixing the above byte-compiler warnings for CEDET. I've
replaced all the 'oref' with 'slot-value' and properly used quotes for
the slot names, but there are some warnings remaining. The reason is
that the byte-compiler has not seen the class declaration, so it does
not know about the available slots. However, I cannot simply
eval-when-compile-require the file with the class as it would create a
circular dependency.

Example: Compiling lisp/cedet/semantic.el issues

  In semantic-analyze-completion-at-point-function:
  cedet/semantic.el:1188:15:Warning: Unknown slot ‘bounds’

The class declaration for `semantic-analyze-context' is in
semantic/analyze.el, which however itself requires semantic.

How can I tell the compiler everything will be OK at runtime, similar to
what 'declare-function' does for functions?

-David



             reply	other threads:[~2017-01-29 12:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29 12:39 David Engster [this message]
2017-01-29 14:41 ` Fixing "Unknown slot" warnings Stefan Monnier
2017-01-29 15:35   ` David Engster
2017-01-29 17:07     ` Stefan Monnier
2017-01-29 21:26       ` David Engster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sho2m458.fsf@engster.org \
    --to=deng@randomsample.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.