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

ssa: avoid potential cyclic import #697

Merged
merged 1 commit into from
Dec 1, 2023
Merged

ssa: avoid potential cyclic import #697

merged 1 commit into from
Dec 1, 2023

Conversation

hiddeco
Copy link
Member

@hiddeco hiddeco commented Dec 1, 2023

This moves things into separate packages to avoid a potential cyclic import as soon as we would like to utilize jsondiff in ssa itself.

Part of: #696

@hiddeco hiddeco added enhancement New feature or request area/server-side-apply SSA related issues and pull requests labels Dec 1, 2023
@hiddeco hiddeco requested a review from stefanprodan as a code owner December 1, 2023 10:26
@hiddeco hiddeco force-pushed the ssa-break-cycle branch 4 times, most recently from 8d9886f to e73c8ab Compare December 1, 2023 10:31
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @hiddeco 🏅

This moves things into separate packages to avoid a potential cyclic
import as soon as we would like to utilize `jsondiff` in `ssa` itself.

Signed-off-by: Hidde Beydals <[email protected]>
@hiddeco hiddeco merged commit 6637feb into main Dec 1, 2023
13 checks passed
@hiddeco hiddeco deleted the ssa-break-cycle branch December 1, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/server-side-apply SSA related issues and pull requests enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants