pulumi/pkg/engine
Pat Gavlin 234f0816e5 Stop formatting output that should be raw.
These changes introduce a new field, `Raw`, to `diag.Message`. This
field indicates that the contents of the message are not a format string
and should not be rendered via `Sprintf` during stringification.

The plugin std{out,err} readers have been updated to use raw messages,
and the event reader in `pulumi` has been fixed s.t. it does not format
event payloads before display.

Fixes #551.
2017-11-14 11:26:41 -08:00
..
deploy.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00
destroy.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00
engine.go PR feedback. 2017-10-23 10:11:09 -07:00
env.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00
events.go Break the diag goroutine upon exit 2017-10-22 15:52:00 -07:00
eventsink.go Stop formatting output that should be raw. 2017-11-14 11:26:41 -08:00
pack.go Fix whitespace issues 2017-10-20 13:30:07 -07:00
plan.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00
preview.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00