pulumi/pkg/diag
Matt Ellis eb1b9d685f Remove pkg/compiler/errors
Most of the errors in this package are holdovers from our previous
syetem where we had our own custom compiler and evaluator and are no
longer needed. The few we still use during plan applicaton (via the
diagnostics system, which is another component from the old system
that we still use) have been promoted into the diag package. Doing so,
allows us to not have to import "github.com/pkg/errors" as "goerr" in
some parts of the engine, a nice cleaup.
2018-02-28 17:41:04 -08:00
..
colors Attempt to fix colorization (#740) 2017-12-18 11:42:32 -08:00
diag.go Remove Document and Location 2018-01-30 16:42:39 -08:00
errors.go Remove pkg/compiler/errors 2018-02-28 17:41:04 -08:00
sink.go Remove Document and Location 2018-01-30 16:42:39 -08:00
sink_test.go Attempt to fix colorization (#740) 2017-12-18 11:42:32 -08:00