Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
py_binary startup benchmark
sys.path quality
Bazel analysis benchmark
py_image_layer benchmark
|
py_venv applies dep_group as an incoming rule transition, so every target beneath a terminal, including cc, proto and rust libraries shared with the rest of the build, is analyzed once per dependency group. The group only matters where the graph enters the uv hub. py_library gains a dep_group attr that transitions its deps edge alone. Listing hub packages in such a library keeps the library, its consumers and their native dependencies in the caller's configuration, while the hub aliases still resolve under the requested group.
8b4d0fa to
dd22d99
Compare
✨ Aspect Workflows Tasks📅 Thu Sep 10 17:48:35 UTC 2026 ✅ 44 successful tasks
⏱ Last updated Thu Sep 10 18:05:01 UTC 2026 · 📊 GitHub API quota 377/15,000 (3% used, resets in 47m) |
py_venvappliesdep_groupas an incoming rule transition, so every target beneath a terminal, including cc, proto and rust libraries shared with the rest of the build, is analyzed once per dependency group. The group only matters where the graph enters the uv hub.py_librarygains adep_groupattr that transitions itsdepsedge alone. Listing hub packages in such a library keeps the library, its consumers and their native dependencies in the caller's configuration, while the hub aliases still resolve under the requested group.Changes are visible to end-users: yes/no
Test plan