-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat: add list utils #512
feat: add list utils #512
Conversation
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.
LGTM, will let @kormide look too
@alexeagle thanks for taking the time to make some extra work @kormide thanks for your review I really like your suggestions and will adopt them ❤️ |
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.
LGTM
Looks like this just needs a rebase to fix the test errors. |
6c03bef
to
54dfffb
Compare
54dfffb
to
232ffa0
Compare
This adds functions to work with lists from bzlparty/lib_common as discussed in #495.
I removed the
occurs
functions, this is not needed because of thein
-operator.Please let me know if I should add more tests/documentation.
Type of change
For changes visible to end-users
Test plan