FastNav
FastNav
I'm actually wondering if this could be re-opened. It seems like a good way to write invariant conditions into hierarchical tests. Though it probably should**n't** be lumped in with the...
Problem +1. Even with @JamyDev's patch I get an error ``` compilepkg: /repodir/external/com_github_go_delve_delve/pkg/proc/internal/ebpf/trace_bpfel_x86.go:125:12: could not embed trace_bpfel_x86.o: no matching files found Target @com_github_go_delve_delve//pkg/proc/native:native failed to build ```
From my understanding, it seems like Gazelle's official strategy here is to either manually add BUILD files or patch the resulting BUILD files to accept a [cc_library rule](https://docs.bazel.build/versions/main/be/c-cpp.html#cc_library_args) containing the...
Update here. It seems like the master branch build of rules_go is broken by the proposed patch because `//proto/wkt:api_go_proto`, etc. relies on the following import resolutions that are pulled in...