pulumi/sdk/go/common/util/cmdutil
Aaron Friel 4e19e95a83
Address engine data races detected by `go test -race` (#10081)
* fix: data race on global var

* fix: data race on waiting for events to close

* fix: data race on URNs in test

* chore: note spurious data race, simplify outputstate

* chore: log error on reusing a resource state, as it will cause data races

* chore: remove note, reference PR number in comment
2022-07-12 09:39:07 -07:00
..
args.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
child.go Fix lint (#7915) 2021-09-07 16:41:17 -04:00
child_windows.go move pkg/util/cmdutil -> sdk/go/common/util/cmdutil 2020-03-18 15:39:00 -07:00
console.go Fix cmdutil.PrintTable to handle ansi escapes and non-byte glyphs (#8344) 2021-11-04 10:06:20 +00:00
console_password.go move pkg/util/cmdutil -> sdk/go/common/util/cmdutil 2020-03-18 15:39:00 -07:00
console_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
diag.go Address engine data races detected by `go test -race` (#10081) 2022-07-12 09:39:07 -07:00
exit.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
profile.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
spinner.go re-enable and color dot spinner for non-interactive mode (#8996) 2022-02-15 14:37:04 -08:00
trace.go Fix --tracing flag propagation to resource plugins (#9980) 2022-07-01 16:58:00 -04:00