pulumi/pkg/diag
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
..
diag.go Perform more real compilation activities 2016-11-15 17:42:22 -08:00
doc.go Perform more real compilation activities 2016-11-15 17:42:22 -08:00
pos.go Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
sink.go Add a diag.Sink.Success helper function 2016-11-22 09:40:09 -08:00
sink_test.go Fix diag.Sink errors/warnings count bug 2016-11-16 17:52:14 -08:00