pulumi/pkg/resource/deploy/providers
Pat Gavlin f465fc0a48
Reorder an error check in the provider registry. (#2078)
The provider registry was checking for a `nil` provider instance before
checking for a non-nil error. This caused the CLI to fail to report
important errors during the plugin load process (e.g. invalid checkpoint
errors) and instead report a failure to find a matching plugin.
2018-10-19 17:22:50 -07:00
..
reference.go Validate type tokens before using them (#1904) 2018-09-07 15:19:18 -07:00
reference_test.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
registry.go Reorder an error check in the provider registry. (#2078) 2018-10-19 17:22:50 -07:00
registry_test.go Implement status sinks 2018-08-31 15:56:53 -07:00