Skip to content

Change copytest parameter name from y to sign #59745

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

Merged
merged 1 commit into from
Apr 6, 2019
Merged

Change copytest parameter name from y to sign #59745

merged 1 commit into from
Apr 6, 2019

Conversation

cwhakes
Copy link
Contributor

@cwhakes cwhakes commented Apr 6, 2019

This should help clarify ambiguity with whether a.copysign(b) applies the sign of a to b or b to a.

r? @Centril

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Centril (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 6, 2019
@sanxiyn
Copy link
Member

sanxiyn commented Apr 6, 2019

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 6, 2019

📌 Commit 350e492 has been approved by sanxiyn

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 6, 2019
@bors
Copy link
Collaborator

bors commented Apr 6, 2019

⌛ Testing commit 350e492 with merge 209b0b4...

bors added a commit that referenced this pull request Apr 6, 2019
Change `copytest` parameter name from `y` to `sign`

This should help clarify ambiguity with whether `a.copysign(b)` applies the sign of `a` to `b` or `b` to `a`.

r? @Centril
@bors
Copy link
Collaborator

bors commented Apr 6, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: sanxiyn
Pushing 209b0b4 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 6, 2019
@bors bors merged commit 350e492 into rust-lang:master Apr 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants