Stephen Leake <[EMAIL PROTECTED]> writes:

>   * lisp/xgit.el (xgit-parse-status): Fix free variable `indexed'.

I found this because I used the package-maint-compile-verbosely
function; it turns on all byte-compiler warnings. 

That seems useful, so I added a target 'all-verbose' to the
lisp/Makefile, and 'dvc-verbose' to the top-level Makefile.

That currently gives these warnings:

dvc-fileinfo.el:256:21:Warning: reference to free variable `dir-compare'

    This is a let-bound variable

In dvc-capturing-lambda-helper:
dvc-lisp.el:76:35:Warning: reference to free variable `captured-values'
dvc-lisp.el:77:14:Warning: assignment to free variable `captured-values'

    Another let-bound variable

tla.el:8894:25:Warning: `vc-ignore-vc-files' is an obsolete variable
xmtn-compat.el:69:6:Warning: `process-kill-without-query' is an obsolete

    These are protected by emacs version checks; I think there's
    supposed to be a pattern that lets the byte compiler recognize
    that, and not complain?


For the let-bound variables; should we have a policy of declaring
them, with a 'dvc-' prefix in the name?

-- 
-- Stephe

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to