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

Open
phillebaba opened this issue Jul 3, 2024 · 0 comments
Open

Refactor packager struct properties #2694

phillebaba opened this issue Jul 3, 2024 · 0 comments
Labels
tech-debt 💳 Debt that the team has charged and needs to repay

Comments

@phillebaba
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt 💳 Debt that the team has charged and needs to repay
Projects
Status: No status
Development

No branches or pull requests

1 participant