Skip to content

install: Move Aleph bits to a separate module #1504

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cgwalters
Copy link
Collaborator

install.rs is getting way too large.

install.rs is getting way too large.

Signed-off-by: Colin Walters <[email protected]>
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 refactors the 'Aleph' related code from install.rs into a new install/aleph.rs module. This is a good change that improves code organization and reduces the size of install.rs. The logic for writing the aleph data has been nicely encapsulated into a write_to method on the InstallAleph struct. I have one suggestion to further improve encapsulation by making the fields of InstallAleph private.

@cgwalters cgwalters requested a review from ckyrouac August 13, 2025 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant