pulumi/pkg/diag
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
..
colors Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
diag.go Stop formatting output that should be raw. 2017-11-14 11:26:41 -08:00
doc.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
pos.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
sink.go Stop formatting output that should be raw. 2017-11-14 11:26:41 -08:00
sink_test.go Improve output formatting 2017-09-23 05:20:11 -07:00