-
-
Notifications
You must be signed in to change notification settings - Fork 678
feat(pip_repository): Support pip parse cycles #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rickeylev
merged 19 commits into
bazel-contrib:main
from
abnormal-security:arrdem/EE-603-pip-parse-cycles
Nov 28, 2023
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
76ea4f0
[EE-603] pip_parse requirement groups; take II
arrdem 05eae27
Ignas: set non-public visibility on impls
arrdem aa64e01
Ignas: docstring fix
arrdem 743ad46
requirement_groups -> requirement_cycles & doc.
arrdem ba03847
Ignas: group whl installation separately
arrdem b5cf125
Fix: Don't need to specify this dep on *nix
arrdem 50d3877
Fix: Support cycles in platform-conditional deps
arrdem 69041b0
Fixup tests for visibility specs
arrdem 3d262ad
Update manifest
arrdem ff0c669
Fix: Actually use those windows pinnings
arrdem 7bbdb53
Buildifier
arrdem a2a7cab
Add a CHANGELOG entry
arrdem a937b4e
Fix: correct windows requirement paths
arrdem cc68dc5
Fix: sets label
arrdem 6940aac
Document requirement_cycles in rtd
arrdem 9339db4
Ignas: Document other cycle break strategies
arrdem 2f35431
Ignas: experimental_ prefix
arrdem a98998b
Buildifier
arrdem 4284fe0
Fix: Need to normalize names for 'in'
arrdem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,6 +65,7 @@ py_library( | |
| deps = [ | ||
| "//random_number_generator", | ||
| "@pip//flask", | ||
| "@pip//sphinx", | ||
| ], | ||
| ) | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.