bazelbuild / rules_webtesting

Bazel rules to allow testing against a browser with WebDriver.
Apache License 2.0
97 stars 56 forks source link

buffer signals in wtl #454

Closed jmhodges closed 1 year ago

jmhodges commented 1 year ago

The docs for signal.Notify say that signals will be dropped unless the channel is buffered. This was noticed with a rules_go nogo run of @org_golang_x_tools//go/analysis/passes/sigchanyzer.