-
Notifications
You must be signed in to change notification settings - Fork 87
Replace (most of) custom set library by Skylib's sets.bzl #1834
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
Conversation
|
|
bf9bd9c to
2146718
Compare
|
|
1 similar comment
|
|
sets|
|
2146718 to
d45f901
Compare
googleson78
left a comment
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.
I've left some very minor comments that could be addressed.
d45f901 to
f70ae5f
Compare
f70ae5f to
8f670cf
Compare
8f670cf to
ecf7ccc
Compare
See #1799.
bazelbuild/bazel-skylib#415 tracks the addition of
mutable_{union,difference}to Skylib, but Skylib's merge process isn't the fastest. For the moment, I've left our implementations in, in the interest of getting this merged quickly. I'll remove those in a future PR, which will allow us to close the issue linked above.