DescriptionAdded orphaned compiled Python file checks.
There have been a handful of cases where orphaned compiled Python files (.pyc
files without an accompanying .py file) have been loaded preferentially by
the presubmit scripts, causing weird problems. This adds a check and a mode for
such files, either warning the user or deleting them.
BUG=None
TEST=local
- Tested against local repository.
R=iannucci@chromium.org, szager@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=292703
Patch Set 1 #
Total comments: 4
Patch Set 2 : Updated tests w/ suggestions. #
Messages
Total messages: 11 (2 generated)
|