-
Notifications
You must be signed in to change notification settings - Fork 719
Follow hlint suggestion: use infix #11143
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
c84ab43
to
441a17b
Compare
- Follow hlint suggestion: Use infix for elem and notElem - Follow hlint suggestion: Use infix for isPrefixOf - Follow hlint suggestion: Use infix for set ops, union and intersect - Add extensionIn - Reuse hasThreaded
441a17b
to
906d2de
Compare
@mergify refresh |
✅ Pull request refreshed |
Does the bot refresh reset the countdown timer or is this pull request stuck? If the former can I please add [merge delay passed] label? |
Quick glance makes me think you said "mergify refresh" a tiny bit before the 48 hours from the last push lapsed. Maybe it decided to reset the timer then. I'd wait more. Sadly, there's no reliable way to check the timer, afaik. |
Thanks @ulysses4ever. Yes that's what I'm thinking too. At 3 days now, we've definitely passed the 2 day delay. |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at ff7c123 |
See #9110. Discharges and no longer ignores the "Use infix" warning so that it will be picked up by our CI linting.
A follow on from #11135, from a code review suggestion from @ulysses4ever to use
notElem
infix, #11135 (comment).After following the suggestions, I made a couple of additional changes, adding an
extensionIn
function and reusing thehasThreaded
function.I'll squash commits before applying the merge label if this pull request is approved.