Ian Gudger
Ian Gudger
`@io_bazel_rules_go//go/toolchain:cgo_on` and `@io_bazel_rules_go//go/toolchain:cgo_off` exist, but the state of the pure flag does not affect the values of these conditions.
https://cloud.google.com/blog/products/application-development/cloud-functions-go-1-11-is-now-a-supported-language
As far as I can tell, the [current mechanism for enabling profiling](https://github.com/VirusTotal/yara/blob/aa95312682b6667299fdc8faaba7a2fe88e9ee92/BUILD.bazel#L44) is only toggleable via a Bazel commandline flag. This can be set via a bazelrc file, but I...
### What version of gazelle are you using? v0.26.0 ### What version of rules_go are you using? v0.34.0 ### What version of Bazel are you using? 5.2.0 ### Does this...
I have a stack of two PRs. I restacked and tried to submit both. Each time I run `gt stack submit` I get the following error: ``` ERROR: Failed to...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
For example, if msghdr.msg_control is NULL and msghdr.msg_controllen is non-zero, the NULL msg_control should cause msg_controllen to be ignored.
SO_REUSEPORT is implemented with a middleware endpoint in the transport demuxing path called multiPortEndpoint. It is currently regenerated on restore with a different randomly generated seed. In addition, the endpoints...
### Description ``` exec ${PAGER:-/usr/bin/less} "$0" || exit 1 Executing tests from //pkg/tcpip/stack:stack_x_test ----------------------------------------------------------------------------- --- FAIL: TestBindToDeviceDistribution (2.60s) --- FAIL: TestBindToDeviceDistribution/ReuseAndBindToDeviceIPv4-1 (0.15s) transport_demuxer_test.go:450: want about 50% (5000 of 10000) packets...