unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master a350ae0: * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
       [not found] ` <20210227012459.46B1820B2C@vcs0.savannah.gnu.org>
@ 2021-03-09 10:26   ` Andrea Corallo via Emacs development discussions.
  2021-03-09 16:04     ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Corallo via Emacs development discussions. @ 2021-03-09 10:26 UTC (permalink / raw)
  To: emacs-devel; +Cc: Stefan Monnier

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: master a350ae0: * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
  2021-03-09 10:26   ` master a350ae0: * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings Andrea Corallo via Emacs development discussions.
@ 2021-03-09 16:04     ` Stefan Monnier
  2021-03-09 16:31       ` Andrea Corallo via Emacs development discussions.
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2021-03-09 16:04 UTC (permalink / raw)
  To: Andrea Corallo; +Cc: emacs-devel

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

Should be fixed now, thanks,


        Stefan




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: master a350ae0: * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
  2021-03-09 16:04     ` Stefan Monnier
@ 2021-03-09 16:31       ` Andrea Corallo via Emacs development discussions.
  0 siblings, 0 replies; 3+ messages in thread
From: Andrea Corallo via Emacs development discussions. @ 2021-03-09 16:31 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> ;; -*- lexical-binding: t; -*-
>> (defun foo (x)
>>   "foo")
>> (byte-compile #'foo)
>> (unless (equal "foo" (foo nil))
>>   (error "FAIL"))
>
> Should be fixed now, thanks,

Thank you for the quick fix!

  Andrea



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-09 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210227012457.15624.53219@vcs0.savannah.gnu.org>
     [not found] ` <20210227012459.46B1820B2C@vcs0.savannah.gnu.org>
2021-03-09 10:26   ` master a350ae0: * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings Andrea Corallo via Emacs development discussions.
2021-03-09 16:04     ` Stefan Monnier
2021-03-09 16:31       ` Andrea Corallo via Emacs development discussions.

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).