Jay Conrod
Jay Conrod
What if new versions have removed the BUILD files or have left them out of date? I think some patching is very likely needed after changing the version. #2206 is...
The error is because `@com_github_pingcap_tidb_pkg_parser//:parser` depends on `//pkg/parser/ast`, but there is no such directory. It should be `//ast`. There is neither a `WORKSPACE` nor a `MODULE.bazel` file in this directory....
In [Gazelle 2.0 proposal](https://github.com/bazel-contrib/bazel-gazelle/discussions/2207), we're talking about making `go_repository` always ignore and overwrite build files (so `build_file_generation = "clean"` with no option to change it). I think that would mostly...
It depends. If cgo only needs files in the current directory or files and flags that are supported by the C++ toolchain that Bazel is configured to use, then it...