* 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 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).