GNU bug report logs - #64876
30.0.50; byte-compiler warning

Previous Next

Package: emacs;

Reported by: Richard Copley <rcopley <at> gmail.com>

Date: Wed, 26 Jul 2023 16:13:01 UTC

Severity: normal

Found in version 30.0.50

Done: Mattias Engdegård <mattias.engdegard <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64876 in the body.
You can then email your comments to 64876 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#64876; Package emacs. (Wed, 26 Jul 2023 16:13:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Richard Copley <rcopley <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 26 Jul 2023 16:13:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Richard Copley <rcopley <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org,
 Mattias Engdegård <mattiase <at> acm.org>
Subject: 30.0.50; byte-compiler warning
Date: Wed, 26 Jul 2023 17:11:49 +0100
Evaluating the form "(byte-compile '(= (point)))" gives the
warning "reference to free variable ‘form’", starting from this
commit:

  e55855c5a1e85e230d2860c973358a34eb72da64
  Commit:     Mattias Engdegård <mattiase <at> acm.org>
  CommitDate: Sun Jan 29 12:02:57 2023 +0100
  Better compilation of n-ary comparisons

Is there a missing comma in "`(progn (cadr form) t))" in
byte-opt--nary-comparison in the case of 1 argument?

In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, cairo version
 1.16.0) of 2023-07-26 built on machine
Repository revision: 04a930a08ce80d8dcc123f86a3f153f23ec31a29
Repository branch: master
System Description: Ubuntu 22.04.1 LTS

Configured using:
 'configure --with-x-toolkit=no --with-xpm=ifavailable
 --with-jpeg=ifavailable --with-gif=ifavailable --with-tiff=ifavailable'

Configured features:
CAIRO FREETYPE GLIB GMP GNUTLS GPM GSETTINGS JSON LIBSELINUX LIBXML2
MODULES NOTIFY INOTIFY OLDXMENU PDUMPER PNG SECCOMP SOUND SQLITE3
THREADS X11 XDBE XIM ZLIB

Important settings:
  value of $LANG: C.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date subr-x mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils term/xterm xterm byte-opt gv bytecomp byte-compile
rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook
vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode lisp-mode prog-mode register
page tab-bar menu-bar rfn-eshadow isearch easymenu timer select
scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors
frame minibuffer nadvice seq simple cl-generic indonesian philippine
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure
cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp
files window text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget keymap hashtable-print-readable backquote
threads inotify dynamic-setting system-font-setting font-render-setting
cairo x multi-tty move-toolbar make-network-process emacs)

Memory information:
((conses 16 47432 9576) (symbols 48 5869 0) (strings 32 14970 1832)
 (string-bytes 1 423597) (vectors 16 8368)
 (vector-slots 8 105904 7199) (floats 8 24 9048) (intervals 56 256 5)
 (buffers 976 11))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#64876; Package emacs. (Wed, 26 Jul 2023 17:01:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mattias Engdegård <mattias.engdegard <at> gmail.com>
To: Richard Copley <rcopley <at> gmail.com>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 30.0.50; byte-compiler warning
Date: Wed, 26 Jul 2023 19:00:10 +0200
26 juli 2023 kl. 18.11 skrev Richard Copley <rcopley <at> gmail.com>:

> Evaluating the form "(byte-compile '(= (point)))" gives the
> warning "reference to free variable ‘form’"

Oops, sorry about that; should be fixed now. Thanks for the report!

A warning about backquote forms without any unquoting would have helped here, but a quick test resulted in hundreds of false positives and little else so it's probably not practical at this point.

A less lazy programmer who would include a test case with the original change would have helped, too.





Reply sent to Mattias Engdegård <mattias.engdegard <at> gmail.com>:
You have taken responsibility. (Wed, 26 Jul 2023 19:14:02 GMT) Full text and rfc822 format available.

Notification sent to Richard Copley <rcopley <at> gmail.com>:
bug acknowledged by developer. (Wed, 26 Jul 2023 19:14:02 GMT) Full text and rfc822 format available.

Message #13 received at 64876-done <at> debbugs.gnu.org (full text, mbox):

From: Mattias Engdegård <mattias.engdegard <at> gmail.com>
To: 64876-done <at> debbugs.gnu.org
Subject: bug#64876: 30.0.50; byte-compiler warning
Date: Wed, 26 Jul 2023 21:13:11 +0200
Closing.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 24 Aug 2023 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 303 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.