Fraser Waters
Fraser Waters
Yeh we've moved away from CGO as much as possible, everything should be statically linked now.
> these kinds of forced checks dont survive in the wild and so forcing the warning on the user without recourse is hard on the user Understood, but firstly this...
> can't we just remove the checks about symlinks ? As long as it doesn't break homebrew setups which also heavily use symlinks (and is our supported distribution mechanism). Looking...
> Error is likely due to source being undefined on line 198 of Looks like it. Probably ok for the filter to just check if that's undef and filter out...
Not yet, mostly just been a case of no one having time to pick up anything from this codebase.
From https://pkg.go.dev/os/exec#Command > On Windows, processes receive the whole command line as a single string and do their own parsing. Command combines and quotes Args into a command line string...
This might just be your `ulimit` being set too low. Try increasing that, e.g. `ulimit -n 5000`.
> As part of merging, I would really like to see the contract semantics as comments in Can do, I'm still trying to work out how we're going to handle...
Yeh this is a limitation with dynamic providers. We _might_ be able to fix the last scenario (using the Import resource option) but as far as I know the others...
> The bug was introduced in Pulumi version 3.74.0 This works on 3.73.0? > `pulumi destroy --exclude-protected` Anything special about `--exclude-protected` here? It doesn't look like any of your resources...