David Ostrovsky

Results 153 comments of David Ostrovsky

Reopening the issue, as we are seeing this on Gerrit CI again and this downstream issue with priority 0 was filed: [1]. Excerpt from downstream issue: The build steps that...

I can reproduce the issue locally now. As assumed, the problem is related to the disk cache. Here are the steps: 1. Install remote cache https://github.com/buchgr/bazel-remote 2. I used docker...

So, i tried to set up the project for Bazel by following the instructions on the Bazel page. Select src > main > java and src > test > java...

OK. Thanks for pointing this out. Still is there a way to open e4b plugin setup page again in Eclipse?

> [...] but you know how fast 20% project goes... Yeah, but thanks so much for this great work!

That's really pity, that this was closed. @alexeagle Thank you so much for releasing a prebuilt `protoc` toolchain on: https://github.com/aspect-build/toolchains_protoc. @comius Thank you so much for adding `--incompatible_enable_proto_toolchain_resolution` to Bazel...

@alexeagle Can you share the reference to a discussion as for why the current `rules_protoc` maintainer would reject the proposal to host the prebuilt `protoc` toolchain in this repository? I...

I havn't found it yet. There is `os` attribute in `repository_ctx`, but it looks like it's only exposed in repository rule, that doesn't help us: ``` /** A Skylark structure...

I will look into implementing this, unless someone else is faster than me.

> (We disable them in Bazel since we inside Google we surface those at code review time) ;-) Edwin from gerrit team was fixing sporadically some error prone warnings, and...