pulumi/pkg/diag
Pat Gavlin 76a0079641
Fix two colorization issues. (#3385)
- The length of the text content (i.e. the content of a colorized string
  that is not control sequences) was not being correctly tracked. This
  caused the "status" column of the progress display to overflow.
- Colorization was unconditionally disabled on Windows. When we were
  using loreley, we had set the global colorization flag s.t.
  colorization on Windows _should_ have been disabled, but we overrode
  this flag each time we actually colorized anything.

Fixes #3378.
2019-10-21 16:05:45 -07:00
..
colors Fix two colorization issues. (#3385) 2019-10-21 16:05:45 -07:00
diag.go Add support for providing a log stream-id to our RPC interface. (#1627) 2018-07-11 15:04:00 -07:00
errors.go Add support for updating a subset of resources in the stack (i.e. `--target`) (#3251) 2019-09-30 23:41:56 -07:00
sink.go Make a smattering of CLI UX improvements 2018-09-24 08:43:46 -07:00
sink_test.go Revert "Plumb `LogRequest.IsStatus` through the logging subsystem" 2018-08-31 15:56:53 -07:00