Skip to content
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

Rename to_uint to to_usize. #182

Merged
merged 1 commit into from
Mar 24, 2017
Merged

Conversation

waywardmonkeys
Copy link
Contributor

@waywardmonkeys waywardmonkeys commented Mar 24, 2017

The naming was a historical artifact and since the types involved
as usize, the name can match.

Fixes #180.


This change is Reviewable

The naming was a historical artifact and since the types involved
as `usize`, the name can match.

Fixes servo#180.
@kvark
Copy link
Member

kvark commented Mar 24, 2017

Thank you!
Not: API breaking change.
@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 26fb2e6 has been approved by kvark

@bors-servo
Copy link
Contributor

⌛ Testing commit 26fb2e6 with merge cd162c3...

bors-servo pushed a commit that referenced this pull request Mar 24, 2017
Rename `to_uint` to `to_usize`.

The naming was a historical artifact and since the types involved
as `usize`, the name can match.

Fixes #180.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/182)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

💔 Test failed - status-travis

@kvark
Copy link
Member

kvark commented Mar 24, 2017

Ugh, this is not related to PR:

error: no default toolchain configured

@kvark
Copy link
Member

kvark commented Mar 24, 2017

@bors-servo retry

@bors-servo
Copy link
Contributor

⌛ Testing commit 26fb2e6 with merge 78bbebb...

bors-servo pushed a commit that referenced this pull request Mar 24, 2017
Rename `to_uint` to `to_usize`.

The naming was a historical artifact and since the types involved
as `usize`, the name can match.

Fixes #180.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/182)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - status-travis
Approved by: kvark
Pushing 78bbebb to master...

@bors-servo bors-servo merged commit 26fb2e6 into servo:master Mar 24, 2017
@mbrubeck
Copy link
Contributor

mbrubeck commented May 1, 2017

Not: API breaking change.

This looks like a breaking change to me. This is a public method, and this change breaks crates like servo-glutin that call the method by its old name. Filed #187.

@nox
Copy link
Contributor

nox commented May 1, 2017

i think @kvark meant "Note:", but that's why one shouldn't merge and then forget about what was merged, and we should release often, given we don't maintain a changelog.

nox added a commit to nox/euclid that referenced this pull request May 1, 2017
…ark"

This reverts commit 78bbebb, reversing
changes made to e30da73.
@kvark
Copy link
Member

kvark commented May 1, 2017

Yep, I meant Note

@waywardmonkeys waywardmonkeys deleted the rename-to-uint branch December 14, 2017 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants