Ivo List
Ivo List
@ted-xie @ahumesky friendly ping
@ted-xie @ahumesky friendly ping
cc @rickeylev `py_common` is not available at the moment. We're doing rewrite on Python rules to Starlark, starting with the internal ones and then the ones native in Bazel. Implementing...
I see 2 options, I think are slightly better than current state (`java_import` in compiler repo and `kt_jvm_import` in `//kotlin/compiler` package): 1. Don't deprecate and only use `java_import` rules in...
Hey @matts1, do you care to explain more what you're doing, to avoid AB problem? I've seen tree-like structures in the rules before and they were often an anti-pattern. That's...
This looks stalled. What's the next action? Do you need my review? cc @lberki @fmeum
This is more protos related. I don’t think hashing for virtual_includes works though. When header files are included C++ searches them in such directory structure. And if the structure isn’t...
Pure Starlark rules allow file declaration only under their own package path. That’s why there’s a long path before _virtual_includes. The reason is, so that file name conflicts are limited...