Damien Martin-Guillerez

Results 47 comments of Damien Martin-Guillerez

I am curious to learn about the actual needs that are covered neither by `alias` nor by `--override_repository` (we should continue the discussion on bazelbuild/bazel#1952). `bind` is a very odd...

/cc @brandjon @laurentlb We have an almost finished policy about how we are going to handle backwards incompatible changes and we will publish it soonish. Error-prone checks are definitely going...

We will add this a test job to ci.bazel.io.

This is done for {www,blog}.bazel.build, still to do: docs.bazel.build

Happy new year :) Both :). It comes from the hack to work around issue bazelbuild/bazel#6889 (but bazelbuild/bazel#6889 does not prevent from fixing this one). The proto compiler flatten all...

It is a consequence of us trying to make it easy for people to use Bazel on their system. Specifying --experimental_use_strict_env should do the trick.

As stated in #95 that would also be a way to open to RLS support so nice integration in IDEs. A few comment on the prototype: 1. I have not...

So the dependencies issue is indeed because the only direct dependencies was on a `rust_grpc_library`, if I add other dependencies they get added but the grpc crates does not. I...

@epigramengineer : yes I think those dev are stopped. I never got around to work on this and i don't have active project that use Bazel and Rust, so the...

windows-x86_64 is the node name to select a windows slave. You can also just add it to your PR and iterate over your PR until the windows port works well.