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 packager struct properties #2694

Closed
phillebaba opened this issue Jul 3, 2024 · 1 comment
Closed

Refactor packager struct properties #2694

phillebaba opened this issue Jul 3, 2024 · 1 comment

Comments

@phillebaba
Copy link
Contributor

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

@brandtkeller
Copy link
Contributor

Closing as duplicate

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

No branches or pull requests

3 participants