Fraser Waters

Results 278 comments of Fraser Waters
trafficstars

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...

Just had a quick look at this and note that the current "Last used" data we have is clearly no good for this. Just doing `plugin ls` resets all the...

This is probably another case of us needing to fix https://github.com/pulumi/pulumi/issues/14775 first.

Three notes: Firstly https://github.com/pulumi/pulumi/pull/16498 probably covers this, but maybe not in the ideal way. Re-reading this ticket, it would probably have been nicer to change _utilities.py to read the plugin.json...