Jay Conrod

Results 194 comments of Jay Conrod

I wonder instead if `fips40` should be an attribute on the toolchain rather than an attribute on `go_binary`. The `go_sdk` module extension could let users pick which version they want,...

I'd rather not inherit `--action_env` if there's *any* other way to do it. I'm especially concerned about cache busting. Isn't this basically why we're recompiling protoc all the time? I...

I guess I'm curious about how it would be used. @lollllcat could you say more about that? I've never actually used this feature, but I assume since the output is...

+1 to what @fmeum said. I think we should switch primarily to `MODULE.bazel`. I expect we'll need to support users in `WORKSPACE` mode for another year or so, so we...

Didn't mean to close this, not done.

@nikki-ef I'd appreciate if you could take a look at this one too. Not in a hurry though.

In this example, why would the header not be included? It seems like good practice for Gazelle to only keep something in `deps` if the corresponding import is present. If...

> Maybe this should be special-cased so that using the BAZEL_CURRENT_REPOSITORY macro in a C/C++ file would cause Gazelle to add //cc/runfiles as dependency. I think this might be the...

Sorry, I didn't have much time today to dig into this. But I was able to reproduce the error on my Windows machine. It, er, doesn't look like we print...

Could you say more about the problem you're trying to solve? Would you need any extensions other than Go and protobuf? Would you need the `go_repository` rule or the `go_deps`...