emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master a350ae0: * lisp/emacs-lisp/cconv.el: Improve line-nb info of


From: Andrea Corallo
Subject: Re: master a350ae0: * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Date: Tue, 09 Mar 2021 10:26:14 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Merging master into native-comp one of the compiler tests highlighted
the following bug, this is byte-compiler related and I can reproduce it
on master, here reduced:

====
;; -*- lexical-binding: t; -*-
(defun foo (x)
  "foo")
(byte-compile #'foo)
(unless (equal "foo" (foo nil))
  (error "FAIL"))
====

Git bisect is pointing to the commit in subject.

Thanks

  Andrea



reply via email to

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