pulumi/pkg/compiler/backends
joeduffy 0f666688bd Add a diag.Sink.Success helper function
This new API cleans up callsites so that they can say

        if d.Success() {
        }

rather than

        if d.Errors() == 0 {
        }
2016-11-22 09:40:09 -08:00
..
clouds Add a diag.Sink.Success helper function 2016-11-22 09:40:09 -08:00
schedulers Sketch out more AWS backend code-generator bits and pieces 2016-11-18 16:46:36 -08:00
arch.go Sketch out more AWS backend code-generator bits and pieces 2016-11-18 16:46:36 -08:00
provider.go Use assertions in more places 2016-11-19 16:13:13 -08:00