This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
show deprecation warning for options given in env and config
Currently, if a deprecating option is provided through environment variable or config file, no warnings will be printed. It will result in errors when that option is eventually deprecated. This change makes Pants spit out a warning in those cases and adds test cases. Testing Done: https://travis-ci.org/pantsbuild/pants/builds/164089994 Bugs closed: 3896, 3918 Reviewed at https://rbcommons.com/s/twitter/r/4272/
- Loading branch information
Showing
2 changed files
with
51 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters