mirror of https://github.com/pulumi/pulumi.git
73e073efc6
We have this deepcopy utility in our public API, but it does not work properly on structs with unexported values. Make a note of that, and also disallow OutputState from being copied, since OutputState has required unexported fields that we can't deepcopy. Not sure if we should special case `OutputState` here, which I've done since that has come up in particular, or maybe even disallow deepcopy'ing any values that have unexported fields? That would be a breaking change though, so I've shied away from it for now. Fixes https://github.com/pulumi/pulumi/issues/16634 |
||
---|---|---|
.. | ||
go | ||
nodejs | ||
proto/go | ||
python | ||
.version | ||
README.md | ||
go.mod | ||
go.sum | ||
version.go |