-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flag --incompatible_load_java_rules_from_bzl will break Flogger in Bazel 1.2.1 #122
Labels
Comments
etc. I filed google/bazel-common#97, as I think this needs to be fixed in bazel-common. (And then Flogger will need to update to a new version of bazel-common.) |
P3 because I believe this is blocked by Bazel itself, as noted in google/bazel-common#97 |
kluever
pushed a commit
to google/bazel-common
that referenced
this issue
Feb 23, 2020
Fixes #97 Progress toward google/flogger#122 I have also tested this against Flogger and Dagger (modified to fix their own --incompatible_load_java_rules_from_bzl problems). Everything appears to work except for Dagger, which has some breakages from bazel_tools itself, for which I have filed bazelbuild/bazel#10839. (This is in addition to filing and working around bazelbuild/bazel#10838.) It also includes an upgrade to rules_kotlin to contain the analogous fix for that repo: bazelbuild/rules_kotlin@186c1e1 And ditto for protobuf. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=296727595
kluever
pushed a commit
to google/bazel-common
that referenced
this issue
Feb 23, 2020
Fixes #97 Progress toward google/flogger#122 I have also tested this against Flogger and Dagger (modified to fix their own --incompatible_load_java_rules_from_bzl problems). Everything appears to work except for Dagger, which has some breakages from bazel_tools itself, for which I have filed bazelbuild/bazel#10839. (This is in addition to filing and working around bazelbuild/bazel#10838.) It also includes an upgrade to rules_kotlin to contain the analogous fix for that repo: bazelbuild/rules_kotlin@186c1e1 And ditto for protobuf. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=296727595
cpovirk
added a commit
that referenced
this issue
Feb 27, 2020
...by load()-ing java_library and other rules wherever we use them. Fixes #122 Compare to CL 296727595 for bazel_common. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=297412705
Merged
cpovirk
added a commit
that referenced
this issue
Feb 27, 2020
...by load()-ing java_library and other rules wherever we use them. Fixes #122 Compare to CL 296727595 for bazel_common. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=297412705
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Incompatible flag --incompatible_load_java_rules_from_bzl will break Flogger once Bazel 1.2.1 is released.
Please see the following CI builds for more information:
Questions? Please file an issue in https://github.com/bazelbuild/continuous-integration
Important: Please do NOT modify the issue title since that might break our tools.
The text was updated successfully, but these errors were encountered: