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

Fix union, complement, symdiff, and intersect for transient resources #13182

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

bep
Copy link
Member

@bep bep commented Dec 22, 2024

Fixes #13181

@@ -175,6 +175,14 @@ type Identifier interface {
Key() string
}

// Identifier identifies a transient resource.
type TransientIdentifier interface {
// TransientKey is is mostly for internal use and should be considered opaque.
Copy link

Choose a reason for hiding this comment

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

Typo - double "is"

@bep bep force-pushed the fix/resourcescomplement-13181 branch from dcca45f to 21b333c Compare December 22, 2024 18:21
@bep bep force-pushed the fix/resourcescomplement-13181 branch from 21b333c to eeb039c Compare December 22, 2024 18:21
@bep bep merged commit 4a5e940 into gohugoio:master Dec 22, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

union, complement, symdiff, and intersect not working with resource collections
2 participants