-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add test case for #70019 #70020
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 test case for #70019 #70020
Conversation
@swift-ci Please smoke test |
I am away from my computer whole day today and tomorrow but I will take a look on Monday. |
OK, Thanks. By the way, can I review other pull requests like you? I didn't find the way. And I wonder can I see a bug's detail by |
Okay here is what is passing locally for me:
Notice that it has two Also I suggested naming it |
Sure, feel free to ping me about other PRs. |
@xedin Thank you, it really helps! Please start a Swift CI test to make it ready to merge. |
Anyone can review pull requests in this repository. Finding an article on how to review changes in pull requests should be straightforward.
That is an identifier in the internal bug tracker, yes. |
Please squash your commits and see to a proper commit message before we go for merge. You might also want to read our How to Submit Your First Pull Request guidelines. |
Thanks, I'll read it. |
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, thank you! Once -I %t
is dropped we can land this.
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.
Thanks! Could you use the PR title as the commit message instead? Git wants them in the imperative mood, plus, GitHub conveniently turns hash references, such as #70019, into links.
@AnthonyLatsis @xedin All done! Please run the checks and merge it. |
We were talking just about the |
I'm sorry about that, it's OK now. |
@swift-ci please smoke test |
@swift-ci please test macOS platform |
let's run a full test on macOS just in case |
Added a test case for #70019.