Peter Ebden
Peter Ebden
It should also be possible to disable the display with the `display.systemstats` config option, which would at least stop the irritating messages in the short term.
Agreed, bad bot!
We're interested - it's definitely nice to expand the set of supported platforms - but it isn't something we specifically need or can even test very readily, so it'd probably...
I am pretty certain we'd need some fairly major surgery on the C++ rules to support MSVC; they would need to pass flags in a way that MSVC understands (`/Ox`...
Ah interesting - but yeah, we have a few others built in (like `--whole-archive` and things like that). I assume we will inevitably hit some things that aren't mutually intelligible.
As Jon said earlier, we don't need to drag in a bunch of random people across Github to this issue. I'm sure Ian and others don't have a lot of...
It doesn't. It means things like `ParseError` or whatever.
Yep, you do. `protoc` and `protoc-gen-go` generate the code, `//third_party/go;protobuf` is a `go_module` that provides the `google.golang.org/protobuf` dependency for the generated code.
Hmmmm it's looking for `darwin_amd64` and should be looking for `darwin_arm64` on your machine (I assume that directory would exist). I'm not sure why it's doing that though. What does...