all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Warnings in vc-git.el
@ 2018-02-23  6:54 Eli Zaretskii
  2018-02-23  7:41 ` Eli Zaretskii
  2018-02-23 10:52 ` Dmitry Gutov
  0 siblings, 2 replies; 3+ messages in thread
From: Eli Zaretskii @ 2018-02-23  6:54 UTC (permalink / raw)
  To: emacs-devel

Latest changes in vc-git.el cause byte-compiler warnings:

    ELC      vc/vc-git.elc

  In vc-git--pushpull:
  vc/vc-git.el:900:21:Warning: assignment to free variable
      `compilation-directory'
  vc/vc-git.el:906:36:Warning: assignment to free variable
      `compilation-arguments'
  vc/vc-git.el:1415:1:Warning: Unused lexical variable `compilation-environment'

  In vc-git-grep:
  vc/vc-git.el:1466:55:Warning: reference to free variable
      `compilation-environment'




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

* Re: Warnings in vc-git.el
  2018-02-23  6:54 Warnings in vc-git.el Eli Zaretskii
@ 2018-02-23  7:41 ` Eli Zaretskii
  2018-02-23 10:52 ` Dmitry Gutov
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2018-02-23  7:41 UTC (permalink / raw)
  To: emacs-devel

> Date: Fri, 23 Feb 2018 08:54:12 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> 
>   In vc-git--pushpull:
>   vc/vc-git.el:900:21:Warning: assignment to free variable
>       `compilation-directory'
>   vc/vc-git.el:906:36:Warning: assignment to free variable
>       `compilation-arguments'
>   vc/vc-git.el:1415:1:Warning: Unused lexical variable `compilation-environment'
> 
>   In vc-git-grep:
>   vc/vc-git.el:1466:55:Warning: reference to free variable
>       `compilation-environment'

Sorry, I forgot to mention that this is on the master branch.



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

* Re: Warnings in vc-git.el
  2018-02-23  6:54 Warnings in vc-git.el Eli Zaretskii
  2018-02-23  7:41 ` Eli Zaretskii
@ 2018-02-23 10:52 ` Dmitry Gutov
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Gutov @ 2018-02-23 10:52 UTC (permalink / raw)
  To: Eli Zaretskii, emacs-devel

On 2/23/18 8:54 AM, Eli Zaretskii wrote:
> Latest changes in vc-git.el cause byte-compiler warnings:
> 
>      ELC      vc/vc-git.elc
> 
>    In vc-git--pushpull:
>    vc/vc-git.el:900:21:Warning: assignment to free variable
>        `compilation-directory'
>    vc/vc-git.el:906:36:Warning: assignment to free variable
>        `compilation-arguments'
>    vc/vc-git.el:1415:1:Warning: Unused lexical variable `compilation-environment'
> 
>    In vc-git-grep:
>    vc/vc-git.el:1466:55:Warning: reference to free variable
>        `compilation-environment'

I guess these definitions were previously pulled in by (require 'grep).



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

end of thread, other threads:[~2018-02-23 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-23  6:54 Warnings in vc-git.el Eli Zaretskii
2018-02-23  7:41 ` Eli Zaretskii
2018-02-23 10:52 ` Dmitry Gutov

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.