Fraser Waters

Results 227 comments of Fraser Waters

Those version numbers make more sense. Could probably repro this in an engine test with that info.

> Pull Request / CI / Unit Test / sdk/python/cmd/pulumi-language-python tests in this folder need running with PULUMI_ACCEPT as well because they also generate SDKs.

During discussions there was a suggestion to generate strongly typed config classes from type descriptions in Pulumi.yaml. That is given something like the above: ``` name: program config: region: description:...

> Typed Config is good, but I think that codegen'ing the config is overkill and introduces more complexity since someone might already have a file called config.(ts|js|py|go|cs|java|etc.) and we've already...

I think it's only been exposed on the dotnet automation api so this is still open to track adding to the other languages.

The Go SDK is privileged because it can share engine code. Manually re-writing all the deployment types and keeping them in-sync across all the languages is going to be even...

> Can anyone tell me what the checkpoint.json files are? They are copies of the stack files, written at the same time as the `.history` files (which are a copy...