-
Notifications
You must be signed in to change notification settings - Fork 176
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 packager struct properties #2694
Comments
This was referenced Jul 3, 2024
Closing as duplicate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what should be investigated or refactored
While working on #2682 I realized that packager makes use of a lot of struct properties in place of local variables or function arguments. This made the work very difficult. So before we can clean up packager the use of all struct properties that are not thread safe has to be removed.
Links to any relevant code
(optional) i.e. - https://github.com/defenseunicorns/zarf/blob/main/README.md?plain=1#L1
Additional context
N/A
The text was updated successfully, but these errors were encountered: