all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: emacs-devel@gnu.org
Cc: Vibhav Pant <vibhavp@gmail.com>
Subject: Re: master a140513: Optimize certain memq forms during byte-compilation.
Date: Sat, 24 Mar 2018 17:03:59 -0400	[thread overview]
Message-ID: <d0605ldw3k.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <20180324193058.8731020445@vcs0.savannah.gnu.org> (Vibhav Pant's message of "Sat, 24 Mar 2018 15:30:58 -0400 (EDT)")

Vibhav Pant wrote:

> branch: master
> commit a140513acb4ce27bd2b3472ee7a6ecb92676a8e9

>     Optimize certain memq forms during byte-compilation.

Hi,

This change introduces new compiler warnings from (featurep 'xemacs)
forms that were previously silent. Minimal example is compiling a file
with contents:

(defun foo ()
  (and (featurep 'xemacs)
      (blah)))

  -> Warning: the function 'blah' is not known to be defined.

Compare build logs from
https://hydra.nixos.org/build/71888654
https://hydra.nixos.org/build/71888409

Eg search for "defined" in each logfile.



       reply	other threads:[~2018-03-24 21:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20180324193057.15201.3832@vcs0.savannah.gnu.org>
     [not found] ` <20180324193058.8731020445@vcs0.savannah.gnu.org>
2018-03-24 21:03   ` Glenn Morris [this message]
2018-03-25  6:43     ` master a140513: Optimize certain memq forms during byte-compilation Paul Eggert
2018-03-25  7:34       ` Vibhav Pant

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=d0605ldw3k.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=vibhavp@gmail.com \
    /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.