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.
[internal] Make
generate-lockfiles
goal generic (pantsbuild#14122)
The goal was originally hardcoded for Python. This allows us to now use it for other languages like Java. We do this through some elaborate usage of unions + newtyping so that distinct types look the same. Remaining TODOs: * Re-enable ambiguity check, and check for ambiguity between user lockfiles, like Python vs. Java. * Update `help` for the goal to be generic.
- Loading branch information
1 parent
d79439a
commit e9946d3
Showing
30 changed files
with
714 additions
and
457 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.