mirror of https://github.com/pulumi/pulumi.git
433b76b6e3
This change makes the engine backwards compatible with older language host binaries, by simply ignoring GetRequiredPlugins calls when the RPC server has not yet implemented it. This is benign, since we will eventually fault plugins in on demand, although it does mean that commands like `pulumi plugin install` will become no-ops (which, thankfully, is what we want). |
||
---|---|---|
.. | ||
analyzer.go | ||
analyzer_plugin.go | ||
check.go | ||
context.go | ||
host.go | ||
host_server.go | ||
langruntime.go | ||
langruntime_plugin.go | ||
plugin.go | ||
provider.go | ||
provider_plugin.go | ||
rpc.go | ||
rpc_test.go |