pulumi/pkg/util/contract
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
..
assert.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
fail.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
failfast.go Simply panic for failfast 2017-06-27 11:12:06 -07:00
ignore.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
require.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00