-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
The reconcilers package is large. We would like to extract everything related to stashing into a stash package.
We don't want to break anyone's code. That means we'd like to alias the types in the reconcilers package for backwards-compatibility.
⚡ Some of the types, most prominently Stasher are generic. However, generic types cannot be aliased unless GOEXPERIMENT=aliastypeparams is set or until runtime depends on Go 1.24 (see alias names). That means this is blocked until Go 1.24 is out and we require it.
validation.WithRecursive can start using a Stasher then.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels