Ola Rozenfeld

Results 26 comments of Ola Rozenfeld

Oh, right, I forgot to update the go.mod/go.sum! I should try migrating it to Go 1.13 as well. Hmm, if I declare this to be v2.0.0 in the mod file,...

After reading more of https://github.com/golang/go/wiki/Modules, I'm not sure we did this right to begin with. Our current versioning plan for the repo is very Bazel-centric: we have a directory under...

Wait, so you want to force everyone using these protos with Go to use the SDK, right? This might be de-facto doable (the SDK should be good enough by now),...

Okay, then I don't mind if we follow suit and move all language-specific stuff to the clients (maybe only Go to start?). This will require to migrate the existing Go...

We could add this support, but it would have to be optional (additional Client option that configures how symlinks should be handled). The options are: pretend that symlinks are regular...

Do I understand correctly that the current behavior breaks some users of yours? If yes, then as a first step, #188 needs configuration (a client Opt that's off by default...

Does https://github.com/bazelbuild/remote-apis/issues/90 fully address this, or is there anything remaining?

The doc is no longer maintained. We're in the process of moving it to Markdown, although not alongside the proto. Internally, cl/228569321. On Sat, Jan 19, 2019 at 12:00 AM...

I suggest we sync up on the plan for generalizing the credential helper support, because it looks to me like there has been some parallel work happening on this front,...

Go vet is a good thing as well, it has some practices that lint misses.