-
Notifications
You must be signed in to change notification settings - Fork 6
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
PR: remove_item_from_list/2
#57
Conversation
Codecov Report
@@ Coverage Diff @@
## main #57 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 45 46 +1
=========================================
+ Hits 45 46 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi @LuchoTurtle, 👋 |
Reversed the order of the arguments |
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.
Looks great! Thanks! 🥳
@nelsonic are you publishing this or do you want me to? |
Published immediately. Thanks. 👌 |
Working on this for: dwyl/mvp#422 which will in turn be used in: dwyl/mvp#420
remove_item_from_list
#55remove_item_from_list/2
stringfy_map/1
changes order ofMap
keys intermittently. #56 alphabatize map keys instringify_map/1
for consistency