-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
JavaInfo starlark constructor doesn't fill compilation_info member #10170
Comments
cc @iirina |
I took a look and it's not actually blocking the move to attribute since IJ can just use |
+1 -- this is important for IntelliJ support (and for any non-native java rules). We'll workaround it in the short-term, but I think it's very important to fix this on the Bazel side. |
Ran into this. Wondering if this is being addressed? |
It is, see https://docs.google.com/document/d/10isTEK5W9iCPp4BIyGBrLY5iti3Waaam6EeGVSjq3r8/edit |
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out to the triage team ( |
Description of the problem / feature request:
JavaInfo
instances created from starlark have aNone
value incompilation_info
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
bazelbuild/rules_scala#872
What's the output of
bazel info release
?1.1.0
Any other information, logs, or outputs that you want to share?
Two important notes:
https://github.com/bazelbuild/intellij/blob/master/aspect/intellij_info_impl.bzl#L505
https://github.com/bazelbuild/intellij/blob/master/aspect/java_classpath.bzl#L22
The text was updated successfully, but these errors were encountered: