pulumi/pkg/util
Matt Ellis c506549a25 Remove MustFprintf in favor of explicitly dropping errors
In travis, we've seen cases where writes to our standard streams
results in an error like: `/dev/stderr: resource temporarily
unavailable` which causes the tests to panic.

Now, in a perfect world, writes to /dev/stderr would not fail in this
way, but we do not live in a perfect world. Other processes on the
machine may make stderr/stdout non-blocking. We've are now seeing this
failure in Travis more often and it is masking real Pulumi failures
we want to debug.
2018-01-16 18:33:44 -08:00
..
archive Fix some lint errors 2017-11-29 12:15:16 -08:00
cmdutil AssertNoError instead of Assert(err == nil) 2018-01-08 13:46:21 -08:00
contract Enable pulumi update to target the Console (#461) 2017-10-25 10:46:05 -07:00
convutil Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
fsutil Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
mapper Add additional linting (#768) 2017-12-27 17:10:12 -08:00
rendezvous Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
retry Use the retry framework for REST API retries 2017-12-26 10:24:08 -08:00
rpcutil Add a missing copyright header 2017-11-19 08:08:30 -08:00
testutil Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00