mirror of https://github.com/pulumi/pulumi.git
e145adc27c
12260: pkg/codegen/python: Prefer contract.Assertf over Assert r=abhinav a=abhinav Incremental step towards #12132 Migrates uses of contract.{Assert, AssertNoError, Require} to `*f` variants so that we're required to provide more error context. Refs #12132 12266: pkg/codegen/nodejs: Prefer contract.Assertf over Assert r=abhinav a=abhinav Incremental step towards #12132 Migrates uses of contract.{Assert, AssertNoError, Require} to `*f` variants so that we're required to provide more error context. Refs #12132 Co-authored-by: Abhinav Gupta <abhinav@pulumi.com> |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
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.