-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implement Host.isEqual and Test #2036
Conversation
@ikesyo Open Source Swift workshopに参加しました。初めてのオープンソースです。 |
@swift-ci test |
1 similar comment
@swift-ci test |
Build failed because of "/home/buildnode/jenkins/workspace/swift-corelibs-foundation-PR-Linux@2/swift-corelibs-libdispatch/src/swift/Block.swift:14:8: error: no such module '_SwiftDispatchOverlayShims'", even though there is nothing changed in that file in this PR. |
@swift-ci test Linux platform |
@swift-ci test |
@swift-ci please test |
@ikesyo it looks like your concerns were fixed, can you confirm? |
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.
Yes looks good to me now! 👍
This is my first rather small contribution to the swift project.
I implemented Host.isEqual method and test.