Fraser Waters

Results 227 comments of Fraser Waters

Looks like the culprit is the `makeValidIdentifier` which is replacing the '-' in "aws-native" with an underscore. That's used in a load of different places, but is probably most noticeable...

Chocolatey again, needs time to get approved.

Suggest we close 14300 as duplicate, this one has a bit more information on it.

Ok the repro above wasn't enough to trigger it, but turns out just nesting arrays another level is.

Ah right so the issue is we need to generate new "primitive" types for these nested structures because we now need things like `pulumi.StringArrayArrayOutput`. I'm am very inclined to say...

That was my plan, trying to track down the same repro that aws was hitting. I think the repro I got was a larger type than what aws had so...

/run-acceptance-tests Please view the results of the acceptance tests [Here](https://github.com/pulumi/pulumi/actions/runs/7179056400)

> I think if an update fails we should not overwrite its outputs at all. Even if we did that it's still pretty risky for downstream stacks. Imagine reading an...

Is "test" marked as a secret in the config file? Or are you expecting the auto-filter to kick in here because it has the same value as another output explicitly...

GetRoot change is so that the NewProgramINfo function validates it as a valid path.