Skip to content
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

Refactor utility modules #270

Merged
merged 3 commits into from
Aug 9, 2024
Merged

Conversation

alilleybrinker
Copy link
Collaborator

This PR includes multiple refactors of utility modules to move some things out of the top-level, improve naming slightly, and generally make the Hipcheck codebase easier to navigate.

This commit moves the top-level test_util.rs file under the `util/`
module, and updates callers to use the new path.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
"Redacted" seems like a clearer name than "Hidden." This also updates
the struct name and callers.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
This commit moves the 'http' module under the 'util' module, and updates
callers.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker added the type: chore Clean up or management task. label Aug 9, 2024
@alilleybrinker alilleybrinker added this to the 3.6.0 milestone Aug 9, 2024
@alilleybrinker alilleybrinker self-assigned this Aug 9, 2024
@alilleybrinker alilleybrinker requested a review from j-lanson August 9, 2024 18:16
Copy link
Collaborator

@j-lanson j-lanson left a comment

Choose a reason for hiding this comment

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

Looks good!

@alilleybrinker alilleybrinker merged commit edab626 into main Aug 9, 2024
9 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/refactor-utils branch August 29, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Clean up or management task.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants