Fabian Meumertzheim
Fabian Meumertzheim
I will wait for https://github.com/buildbuddy-io/buildbuddy/pull/9177 to be merged and check the logs for any remaining stale entries before I merge this, but it is ready for review.
`nogo` links in `x/tools` from `rules_go`'s `go.mod`, which results in issues if you also link in your own separate copy. Since rules_go having a baked in dependency on `x/tools` is...
These projects would be a great addition to the BCR, bootstrapping the C++ aspect of it. I noticed that some projects are patched to use Bazel runfiles. This will definitely...
I would very much like to do what `go` does by default. Do you happen to know what it does nowadays? I like the idea of honoring `--strip=never` more than...
@jayconrod Do you happen to know whether this changed?
Could you also add the flag here: https://github.com/bazelbuild/rules_go/blob/d3ecd76f872a96745ca2b68c1598628458dcc54c/.bazelrc#L40 and here: https://github.com/bazelbuild/rules_go/blob/d3ecd76f872a96745ca2b68c1598628458dcc54c/.bazelrc#L36 Without this, we won't have good CI coverage as most tests are integration tests. The error about invalid escapes...
Okay, I can look into it after the stardoc fix has been released, together with the general migration required at that point.
I would be in favor of getting rid of the custom templates in favor of whatever stardoc ships by default. If that gets rid of the escaping issue, that's a...
CC @meteorcloudy @fweikert
@meteorcloudy @sgowroji rules_go isn't compatible with `--noenable_workspace` yet, but this crash looks more like a Bazel issue.