pulumi/pkg/util
joeduffy 23045c5792 Simply panic for failfast
The old contract library tried to be glog-friendly in its failfast behavior.
It turns out glog seldom does the right thing when goroutines are involved
(which, as of last sprint, they now are).  We already had issues with stacks
not getting printed when --logtostderr was turned on, and the code tried
to work around this; but this still didn't work for the goroutines case.

All of this seems like way too much cleverness.  Let's just use Go panics.
2017-06-27 11:12:06 -07:00
..
cmdutil Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
contract Simply panic for failfast 2017-06-27 11:12:06 -07:00
convutil Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
mapper Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
rendezvous Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
retry Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
rpcutil Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
testutil Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00