-
Notifications
You must be signed in to change notification settings - Fork 442
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
Add incompatible flag for splitting rust_library #847
Conversation
Unsurprisingly, I realized the text of compatibility policy is incorrect. I'll update it once this PR is reviewed, once we settle down on things. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new rules will also need to be added to docs/symbols.bzl
for them to show up in docs... lame to have this duplication, I know...
Otherwise, some small things but is looking good so far!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new rules will also need to be added to docs/symbols.bzl for them to show up in docs... lame to have this duplication, I know...
Done. Please take another look :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good to me! Just needs to look good to buildifier now 😄
This PR adds some elementary infrastructure for incompatible flags.