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> |
||
---|---|---|
.. | ||
analyzer.go | ||
analyzer_plugin.go | ||
check.go | ||
config_source.go | ||
context.go | ||
doc.go | ||
host.go | ||
host_server.go | ||
langruntime.go | ||
langruntime_plugin.go | ||
plugin.go | ||
plugin_test.go | ||
provider.go | ||
provider_plugin.go | ||
provider_plugin_test.go | ||
provider_server.go | ||
provider_server_test.go | ||
provider_test.go | ||
provider_unimplemented.go | ||
rpc.go | ||
rpc_rapid_test.go | ||
rpc_test.go |