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.
This adds standard @deprecated support for any access to env vars in place of the equivalent options via a class decorator that generates a pair of methods for each env/replacement-option pair. Along the way it fixes a bug where `--coverage` was being exported but not honored. Testing Done: Manually tested that advancing the version to `0.0.35` triggered the expected error when running: ```console $ PANTS_DEV=1 ./pants compile compile src/python/pants/backend/python/tasks/:python ``` CI went green here: https://travis-ci.org/pantsbuild/pants/builds/64960654 Bugs closed: 1618 Reviewed at https://rbcommons.com/s/twitter/r/2299/
- Loading branch information
Showing
6 changed files
with
191 additions
and
102 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
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
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
Oops, something went wrong.