mirror of https://github.com/pulumi/pulumi.git
04c49122c1
Fixes #17760 by changing the condition to error out when encountering circular references. For PCL components we don't error with a circular ref when the components - are not self-referencing - have mutual dependencies with other components Added unit tests to assert the new behavior Breaking the circular reference will be a responsibility of each of the target languages we support. |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.