]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Fri Oct 7 08:41:21 BST 2011 david-sarah@jacaranda.org
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:09:45 +0000 (19:09 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:09:45 +0000 (19:09 +0100)
commit09c5fa820054a4be3988a9dfd61c8c7561738112
treea47ec230a4419e8b7abf89b4d002b4009f72fd61
parent4103386495c935ab709ad1cc2f6528616e84b614
Fri Oct  7 08:41:21 BST 2011  david-sarah@jacaranda.org
  * Add misc/coding_tools/check-miscaptures.py to detect incorrect captures of variables declared in a for loop, and a 'make check-miscaptures' Makefile target to run it. (It is also run by 'make code-checks'.) This is a rewritten version that reports much fewer false positives, by determining captured variables more accurately. fixes #1555
Makefile
misc/coding_tools/check-miscaptures.py [new file with mode: 0644]