-
-
Notifications
You must be signed in to change notification settings - Fork 681
feat!: make windows use venvs #3680
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
Merged
Changes from 5 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
639000e
force full venv
rickeylev 8eaafca
feat: make windows use full venvs
rickeylev 27732f6
fix syntax error, sys_path order test
rickeylev e89f1c9
allow empty dll glob
rickeylev 5b07725
Merge branch 'main' of https://github.com/bazel-contrib/rules_python …
rickeylev 1f47ab5
fix is_windows bug, address gemini comments
rickeylev 04fd4ee
format code
rickeylev 34c7b37
fix missing arg, test_basic_windows analysis test
rickeylev 5344aa0
fix test_debugger
rickeylev 6fc07d7
fix/handle missing interpreter in bin
rickeylev a77e542
remove windows build_python_zip_true test
rickeylev d08770b
format
rickeylev 815cacb
udno deleted packages change
rickeylev fb51a46
make zippapp + windows + venv work
rickeylev 23783ff
Merge branch 'sys.py.win.venv' of https://github.com/rickeylev/rules_…
rickeylev 8495123
remove extraneous zip_main logic
rickeylev e3ba016
Merge branch 'main' of https://github.com/bazel-contrib/rules_python …
rickeylev 4ac1c81
Merge branch 'main' of https://github.com/bazel-contrib/rules_python …
rickeylev 98aa09d
remove chmod+w, cleanup print_verbose
rickeylev 27088fe
normpath, fix venv.interpreter_runfiles NPE
rickeylev 1c069b9
special test configs
rickeylev fc800e8
fix zipapp bootstrap for windows
rickeylev d087713
cleanup python_bootstrap_template.txt a bit
rickeylev e0722d0
fix repl test
rickeylev 78c62b2
doc missing arg
rickeylev bc9d121
format code
rickeylev 887ebfb
fix some windows 10 settings for local_toolchains
rickeylev 5a73954
Merge branch 'sys.py.win.venv' of https://github.com/rickeylev/rules_…
rickeylev 085bc24
fix local toolchain
rickeylev 132174a
fix glob for windows+linux
rickeylev 5c51f06
format
rickeylev 399a462
remove defunct comment
rickeylev 96c5929
Merge branch 'sys.py.win.venv' of https://github.com/rickeylev/rules_…
rickeylev d771b76
fix dll include again
rickeylev 6f26953
have a manifest of symlinks to work around windows+declare_symlink bugs
rickeylev 711f758
format
rickeylev 4a8260c
fix empty runtime venv symlinks handling
rickeylev 454d3a6
fix buildifier warning
rickeylev b6fd07b
update zipper test
rickeylev 4451571
re-enable zip cleanup
rickeylev c4d0643
have explicit symlinks add files to runfiles to ensure target exists
rickeylev 5b4ebbb
format
rickeylev 5093729
update zipper test
rickeylev 9f77a5e
Merge branch 'main' of https://github.com/bazel-contrib/rules_python …
rickeylev 2576dd1
format
rickeylev 58307f5
fix relpath bug in zipper
rickeylev 754790c
fix zipper test
rickeylev e301c14
add test to verify symlink is readable after extraction
rickeylev ff00bd3
fix zipapp build_manifest bad arg
rickeylev 78eff68
fix zip_main hash calculation, was omitting inputs
rickeylev 6110990
update zipper test
rickeylev c49bb5d
remove debug print
rickeylev 8a03d79
handle symlink manifest entries in zip_main_maker
rickeylev 23c4d87
fix zipper test for windows
rickeylev f5ef9d3
format code
rickeylev 77d087d
rename specialized config
rickeylev 93be441
add note that the file is generated
rickeylev 49aa579
cleanup, expand nodeps test
rickeylev 0c42698
cleanup var name
rickeylev 311c166
Merge branch 'sys.py.win.venv' of https://github.com/rickeylev/rules_…
rickeylev a0f96de
make build_zip_enabled a one liner
rickeylev 22a5d61
update changelog
rickeylev 7696cae
copyedit changelog
rickeylev 7deb7e2
format
rickeylev 62b0dc9
remove defunct comment
rickeylev ace63ba
Merge branch 'sys.py.win.venv' of https://github.com/rickeylev/rules_…
rickeylev 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,3 +54,4 @@ common --incompatible_no_implicit_file_export | |
|
|
||
| build --lockfile_mode=update | ||
|
|
||
| try-import user.bazelrc | ||
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
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.