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.
Functions are now first class targets for a plan's execution. The example thrift planners are converted from tasks to functions to exercise this. Scheduler is now a proper `AbstractClass`. A bad implementatiion of `Plan.__getattr__` is fixed to allow this. The same bad implementation of `__getattr__` is also fixed in `Configuration`. Testing Done: CI went green here: https://travis-ci.org/pantsbuild/pants/builds/87148211 Bugs closed: 2413, 2453 Reviewed at https://rbcommons.com/s/twitter/r/3032/
- Loading branch information
Showing
6 changed files
with
122 additions
and
79 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
Oops, something went wrong.