-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add filter method for ordered and unordered map #67501
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 filter method for ordered and unordered map #67501
Conversation
@swift-ci Please test |
If you modify the original comment to add "Resolves #67400," as shown when you submitted this pull, that issue will be linked to this pull. |
@mohanadkandil thanks for the PR! You won't be able to run the CI just yet, this is fine, running the CI requires write access to the repo. I can run the CI for you in the future. Let me know if you need any help with compiling this locally on your machine. |
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.
@mohanadkandil please try building and running this on your machine
I have some personal insights regarding |
I agree. Another reason why it should return |
Hi @egorzhdan, Also, I posted a more detailed post on the forum so maybe anyone could tell me about a workaround to sole DAK errors. It will be solved asap All issues resolved ✅ |
b420685
to
62cf45f
Compare
Hi @egorzhdan Should we run the checks ? ![]() |
@mohanadkandil awesome, let's run the CI! |
@swift-ci please smoke test |
@egorzhdan Passed! |
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.
This mostly looks good to me, thanks @mohanadkandil!
Left a couple comments.
@swift-ci please smoke test |
@swift-ci please smoke test |
@swift-ci please smoke test |
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.
This looks great to me now, thank you @mohanadkandil!
@swift-ci please smoke test |
@swift-ci please smoke test macOS |
@swift-ci please smoke test Linux |
I'm going to merge this now. @mohanadkandil next time could you please squash all your commits in a PR into one commit 😉 |
Co-authored-by: mkandil <[email protected]>
Sorry this is maybe the wrong place to ask this, but does Swift's umbrella header expose a |
Not at the moment, no.
You could pass around an instance of |
Implemented a filter method like the Swift stdlib one
Resolves #67400