Skip to content

Conversation

aslonnie
Copy link
Collaborator

working towards breaking down ray_release package into smaller modules

@aslonnie aslonnie requested a review from a team October 13, 2025 02:54
@aslonnie aslonnie added the go add ONLY when ready to merge, run all tests label Oct 13, 2025
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request makes good progress on breaking down the ray_release package into smaller, more manageable Bazel py_library targets. The changes correctly identify several modules that can be standalone and update the build definitions and test dependencies accordingly.

My main feedback is regarding a circular dependency between result.py and exception.py. While the current changes might work due to a local import, it's not ideal for a clean modular architecture. I've suggested a refactoring to break this cycle for better long-term maintainability. Addressing this will make the modularization effort even more effective.

@aslonnie aslonnie force-pushed the lonnie-251012-winfix4 branch from f0780fd to 400c67f Compare October 13, 2025 03:11
cursor[bot]

This comment was marked as outdated.

@aslonnie aslonnie force-pushed the lonnie-251012-winfix4 branch 2 times, most recently from 13e41fe to 07e792e Compare October 13, 2025 03:18
working towards breaking down `ray_release package` into
smaller modules

moves ExitCode to exception.py

Signed-off-by: Lonnie Liu <[email protected]>
@aslonnie aslonnie force-pushed the lonnie-251012-winfix4 branch from 07e792e to fa2823e Compare October 13, 2025 03:48
@aslonnie aslonnie merged commit a6b2053 into master Oct 13, 2025
6 checks passed
@aslonnie aslonnie deleted the lonnie-251012-winfix4 branch October 13, 2025 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant