Thomas

Results 166 issues of Thomas

I'm seeing strange race conditions where sometimes ir.Values are missing. Works okay when rerun. ``` (16:39:55) ERROR: /home/thomas/.cache/bazel/_bazel_thomas/b3860946b0ed29b82afe181b73c30609/external/com_github_stretchr_testify/require/BUILD.bazel:3:11: GoCompilePkg external/com_github_stretchr_testify/require/require.a failed: (Exit 1): builder failed: error executing command bazel-out/host/bin/external/go_sdk/builder compilepkg...

bug
waiting-for-feedback

According to https://pkg.go.dev/golang.org/x/tools/go/analysis#Analyzer: ```go type Analyzer struct { // ... // Run applies the analyzer to a package. // It returns an error if the analyzer failed. // // On...

### What version of rules_go are you using? v0.34.0 ### What version of gazelle are you using? N/A ### What version of Bazel are you using? 5.2.0 ### Does this...

### What version of rules_go are you using? Latest ### What version of gazelle are you using? Latest ### What version of Bazel are you using? Latest ### Does this...

### What version of rules_go are you using? `0.32.0` ### What version of gazelle are you using? `0.25.0` ### What version of Bazel are you using? `5.1.2` ### Does this...

### What version of rules_go are you using? v0.31.0 ### What version of gazelle are you using? v0.25.0 ### What version of Bazel are you using? 5.1.1 ### Does this...

### What version of rules_go are you using? `v0.29.0` ### What version of gazelle are you using? `v0.24.0` ### What version of Bazel are you using? `4.2.2` ### Does this...

# 🚀 feature request ### Relevant Rules ### Description Bazel is moving toward [modules](https://bazel.build/docs/bzlmod) for dependency management. It would be nice if rules_docker were to be a part of this....

Can Close?

``` ❯ bazel build @m4//... ... bazel-out/darwin_arm64-fastbuild/bin/external/m4/m4_foreign_cc/build_script.sh: line 102: 87922 Segmentation fault: 11 $EXT_BUILD_ROOT/bazel-out/darwin_arm64-opt-exec-2B5CBBC6/bin/external/rules_foreign_cc/toolchains/make/bin/make -C $BUILD_TMPDIR ... ```

The version of `rules_perl` declared within `rules_foreign_cc` does not support macOS aarch64. It would be nice to update the dependency to fix this. ``` ❯ bazel build @com_github_capnproto_capnproto//... (23:14:44) INFO:...