-
-
Notifications
You must be signed in to change notification settings - Fork 616
fix(local_runtime): Improve local_runtime usability in macos / windows #3148
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
Open
laramiel
wants to merge
37
commits into
bazel-contrib:main
Choose a base branch
from
laramiel:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+547
−90
Open
Changes from 3 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
76926ac
fix(local_runtime): Improve local_runtime usability in macos / windows
laramiel b9cbc67
Correct _expand_incompatible_template
laramiel 965a6a9
Update changelog
laramiel 8b61915
Formatting + minor cleanups
laramiel 6ac66c9
format WORKSPACE
laramiel f4c0fed
Move the complex logic to resolve the python shared libraries from bz…
laramiel 9283a3f
Fix formatting and method docs
laramiel e8997c1
Better handle missing interface_library values. This can happen on m…
laramiel 655ea0f
Format local_runtime_repo_setup.bzl
laramiel e4eea87
reformat get_local_runtime_info.py and main.py
laramiel 87d5391
Update CHANGELOG and minor comments.
laramiel 09bfee9
Minor tweaks to library name genration
laramiel dda37d6
expand changelog description
rickeylev d7b2888
Merge branch 'main' into main
rickeylev 0df9bf1
name loop var, add non-uv libs finding comment
rickeylev 5874d5c
Distinguish between interface library and dynamic library file paths.
laramiel 7bafc72
Refine comments, a few other minor changes
laramiel 7c3428e
Update comment.
laramiel 454c923
Merge branch 'main' into main
rickeylev 230f5cb
Merge branch 'main' into main
rickeylev 499ac15
fix incorrect merge
rickeylev 66a16f9
Add workspace to tests/integration/local_toolchains
rickeylev 9454daa
Delete examples/local_python directory
rickeylev a9f1e07
Fallback to shared library if there is no static library
laramiel 5757bcd
add workspace test for local_toolchains
rickeylev 931a1b6
add mac, windows bazel-in-bazel jobs
rickeylev db3de32
buildifier WORKSPACE
laramiel f6f31ff
Add a test of building an extension for local_runtime
laramiel 70509e1
Complete extension rename: echo -> echo_ext
laramiel 59c5812
run pre-commit
laramiel 379506f
Minor improvements to py_extension test; add comments, rename, etc.
laramiel d966723
have mac/win only run local toolchains bazel in bazel integration test
rickeylev 15d8e0d
Add -fvisibility=hidden to py_extension
laramiel 4dbf51d
Simplify py_extension slightly
laramiel 530ec06
more minor updates to py_extension
laramiel f32a551
comment formatting
laramiel 81f80e3
replace if with else
laramiel 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
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.