mirror of https://github.com/pulumi/pulumi.git
da8241988f
11866: sdk/plugin: Delete unused tracingToFile field r=abhinav a=abhinav The unused tracingToFile on pluginArgumentOptions caused a reference to cmdutil.TracingToFile which has been deprecated. Issue caught by staticcheck: ``` go/common/resource/plugin/plugin.go:301:20: SA1019: cmdutil.TracingToFile is deprecated: Even in this case TracingEndpoint will now have the tcp:// scheme and will point to a proxy server that will append traces to the user-specified file. Plugins should respect TracingEndpoint and ignore TracingToFile. (staticcheck) ``` Refs #11808 11867: sdk/internal: pulumi.NewOutput => ctx.NewOutput r=abhinav a=abhinav pulumi.NewOutput has been deprecated in favor of Context.NewOutput. Issue caught by staticcheck: ``` go/pulumi/internals/outputs_test.go:37:22: SA1019: pulumi.NewOutput is deprecated: use Context.NewOutput instead. (staticcheck) go/pulumi/internals/outputs_test.go:50:21: SA1019: pulumi.NewOutput is deprecated: use Context.NewOutput instead. (staticcheck) ``` Refs #11808 Co-authored-by: Abhinav Gupta <abhinav@pulumi.com> |
||
---|---|---|
.. | ||
config | ||
plugin | ||
testing | ||
alias.go | ||
alias_test.go | ||
asset.go | ||
asset_test.go | ||
custom_timeouts.go | ||
errors.go | ||
mapper_test.go | ||
properties.go | ||
properties_diff.go | ||
properties_diff_test.go | ||
properties_path.go | ||
properties_path_test.go | ||
properties_test.go | ||
resource_goal.go | ||
resource_id.go | ||
resource_id_test.go | ||
resource_operation.go | ||
resource_state.go | ||
stack.go | ||
status.go | ||
urn.go | ||
urn_test.go |