Zak Cutner
Zak Cutner
### Description of the bug: The [`_find_linker_path` function](https://github.com/bazelbuild/bazel/blob/master/tools/cpp/unix_cc_configure.bzl#L175-L219) determines the linker path by using the output of the following command (e.g. for the `lld` linker): ```bash $ cc empty.cc -o...
It seems that merging across recursion works for simple examples like this one. ``` global protocol Example1(role A, role B) { rec Loop { Foo() from A to B; choice...
As part of this, also update the Linux kernel to version 4.14, glibc to version 2.37, the Bootlin toolchain to version 2023.08-1, and Ubuntu to version 23.10. Separately, the first...
### What version of rules_go are you using? 0.46.0 ### What version of gazelle are you using? 0.36.0 ### What version of Bazel are you using? 7.1.1 ### Does this...
There are currently several concurrency issues with the analyzer: 1. `ctx.SetFileInfo` and `c.Check` can be called concurrently. However, go-critic does not support multiple operations on the same context at once....
Thanks for maintaining these very useful linters 😄 I've come across a `concurrent map iteration and map write` panic at [`checkers/importShadow_checker.go#L34`](https://github.com/go-critic/go-critic/blob/v0.11.3/checkers/importShadow_checker.go#L34). I'm using the latest version of go-critic (v0.11.3). I...
First off, thanks for maintaining this project! I recently updated go-oidc, and realised that #364 is actually a breaking change in some cases. After this change, go-oidc uses the deadline...
Thanks for this great project! I noticed that [families have a `clear` method](https://docs.rs/prometheus-client/0.22.2/prometheus_client/metrics/family/struct.Family.html#method.clear), but nothing like this exists for histograms and counters. I figured out that you can get around...
### Module version ``` v1.15.0 ``` ### Use-cases The [`cloudflare_ruleset` resource](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/ruleset) takes an ordered list of rules as an attribute: ```terraform resource "cloudflare_ruleset" "my_ruleset" { zone_id = var.zone_id name =...