-
Notifications
You must be signed in to change notification settings - Fork 45
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
Stardoc with Bazel 7.4 / 7.5 fails on attr.string_keyed_label_dict
.
#277
Comments
Thanks. Confirming. Unfortunately, fixing this requires changes in both Bazel (hopefully we can get this into Bazel 8.1.0) and Stardoc :/ CC @lberki |
Actually, not confirming, this should have been fixed already by bazelbuild/bazel@1ce4ab1 which is part of Bazel 8.0.0 and higher. @r0bobo - which version of Bazel and Stardoc are you using where you see these symptoms? |
I see now, the issue was introduced by bazelbuild/bazel#23998 - the |
attr.string_keyed_label_dict
.attr.string_keyed_label_dict
.
Aha ok! Yeah, you're right. I'm on Bazel 7.4.1 / Stardoc 0.8.0. I will hopefully manage to upgrade to Bazel 8.x soon anyway. :) |
(I see that it might get cherrypicked into 7.5 as well from the PR you linked.) |
It seems like stardoc doesn't support the string_keyed_label_dict attribute.
I get errors like this if I try to generate documentation for rules with that attribute type.
The text was updated successfully, but these errors were encountered: