pulumi/pkg/engine
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
..
deploy.go Remove pkg/compiler/errors 2018-02-28 17:41:04 -08:00
destroy.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
engine.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
env.go Remove the Engine type entirely. 2018-01-08 14:20:51 -08:00
events.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
eventsink.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
plan.go Add support for project plugins 2018-02-19 11:24:19 -08:00
preview.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
project.go Do not use absolute paths for main/proj 2018-02-18 08:08:15 -08:00