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

feat: create plugin path alongside repo cache #301

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

patrickjcasey
Copy link
Contributor

@patrickjcasey patrickjcasey commented Aug 23, 2024

This pull request updates the HcCache to HcRepoCache (to make it more clear that it actually manages the repo cache) and moves all structs/functions related to the repository cache into its own file repo_cache.rs inside of the new folder hipcheck/cache

A placeholder struct HcPluginCache has also been added and will be implemented further in future work as the plugin system is implemented further

@patrickjcasey patrickjcasey force-pushed the patrickjcasey/plugin-cache branch 2 times, most recently from 51e4419 to a243650 Compare August 27, 2024 13:30
@patrickjcasey patrickjcasey marked this pull request as ready for review August 27, 2024 14:15
@alilleybrinker alilleybrinker merged commit 97bdc55 into main Aug 27, 2024
9 checks passed
@patrickjcasey patrickjcasey deleted the patrickjcasey/plugin-cache branch August 27, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants