Results 191 comments of Ivo List

cc @Wyverald @meteorcloudy This looks related to change of ~ to + in canonical repo names.

`current` toolchain pattern is something we're deprecating in other toolchains. What is the reason to introduce it for protos?

> What do you think of the alternative: making it possible to write an aspect that invokes starlark_doc_extract actions? If someone worked on such a PR to bazelbuild/bazel do you...

I figured out I can make the latest version backwards compatible, which is even better. https://github.com/bazelbuild/rules_java/pull/210

If I understand correctly protobuf team would like to eventually remove `--protocol_compiler` flag and also isn't completely decided to go in the direction of `--incompatible_enable_toolchain_resolution`. That's fine. The PR is...

I prefer to have everything in rules_cc, and remove as much bazel_tools references as possible.

There's a lot of tech debt around this code, so I wouldn't expose it. It's mostly related to Apple and Android rules. There's a design doc about the ideal end...

There are 2 more PRs pending, that should fix it: https://github.com/bazelbuild/intellij/pull/7614 and https://github.com/bazelbuild/intellij/pull/7615