Jay Conrod
Jay Conrod
> I could change my analyzer to not return an error, and just emit a Diagnostic, but that seems a bit odd. Why not emit diagnostics though? Diagnostics are the...
> Inability to read an input file seems like something seriously wrong Ah, yes, that's a case where it makes sense to return an error. That's why `cgocall` is disabled...
In the past, we've talked about top-down / bottom-up configuration, in addition to the global configuration we have now. Top-down would be something specified on a `go_binary` or `go_library` and...
@seh `# gazelle:exclude pkg/webhook/conversion/testdata` would probably work. That should prevent Gazelle from visiting that directory. But since this is in a `go_repository` rule, you should probably add `build_extra_args = ["-exclude=pkg/webhook/conversion/testdata"]`...
Ah, sorry for the trouble. It will be a little simpler in the next version. Since #603, you're able to add directives to the root build file of a `go_repository`...
@mering Could you please create an issue describing what you want to do? It would be better to discuss the change in behavior before we get to the implementation. Some...
Thanks for creating #4350, let's move discussion there.
Tentatively, I think this would be great to have. If this were implemented, would one or both of you be open to maintaining it long term? I'm unfortunately struggling to...
Sorry for the slow response. Vacation then devops rotation kept me busy. Tagging @fmeum and @linzhp too show are also very active. On extensions in general, I hope that the...
Examples for bazelbuild/bazel#23958