pulumi/pkg
joeduffy 500ea0b572 Fix diag channel errors
The event diagnostic goroutines could error out sometimes during
early program exits, due to a race between the goroutine writing to
the channel and the early exiting goroutine which closed the channel.
This change stops closing the channels entirely on the abrupt exit
paths, since it's not necessary and we want to exit immediately.
2017-10-22 15:22:15 -07:00
..
apitype Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
compiler/errors Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
diag Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00
encoding Use go-yaml directly 2017-10-20 14:01:37 -07:00
engine Fix diag channel errors 2017-10-22 15:22:15 -07:00
graph Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
pack Support global configuration 2017-10-20 13:30:07 -07:00
resource Many asset improvements 2017-10-22 13:39:21 -07:00
testing/integration Rename env folder to stacks 2017-10-17 17:44:53 -07:00
tokens Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
tools Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
util Many asset improvements 2017-10-22 13:39:21 -07:00
workspace Use go-yaml directly 2017-10-20 14:01:37 -07:00