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 CallArgs::{get, get_mut} to {index, index_mut}. #220

Merged
merged 2 commits into from Nov 27, 2015
Merged

Rename CallArgs::{get, get_mut} to {index, index_mut}. #220

merged 2 commits into from Nov 27, 2015

Conversation

@Ms2ger
Copy link
Collaborator

Ms2ger commented Nov 18, 2015

CallArgs::get exists in C++ with different semantics. It is confusing to have
it exist in this form.

Fixes #219.

Review on Reviewable

Ms2ger added 2 commits Nov 18, 2015
CallArgs::get exists in C++ with different semantics. It is confusing to have
it exist in this form.
This matches the semantics in C++.
@jdm
Copy link
Member

jdm commented Nov 27, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Nov 27, 2015

📌 Commit 288af44 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Nov 27, 2015

Testing commit 288af44 with merge 6bfe259...

bors-servo added a commit that referenced this pull request Nov 27, 2015
Rename CallArgs::{get, get_mut} to {index, index_mut}.

CallArgs::get exists in C++ with different semantics. It is confusing to have
it exist in this form.

Fixes #219.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/220)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Nov 27, 2015

☀️ Test successful - travis

@bors-servo bors-servo merged commit 288af44 into master Nov 27, 2015
2 checks passed
2 checks passed
continuous-integration/travis-ci/push The Travis CI build passed
Details
homu Test successful
Details
@frewsxcv frewsxcv deleted the ca branch Dec 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.