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

std: Update MatchIndices to return a subslice #28632

Merged
merged 1 commit into from
Sep 26, 2015

Conversation

alexcrichton
Copy link
Member

This commit updates the MatchIndices and RMatchIndices iterators to follow
the same pattern as the chars and char_indices iterators. The matches
iterator currently yield &str elements, so the MatchIndices iterator now
yields the index of the match as well as the &str that matched (instead of
start/end indexes).

cc #27743

@alexcrichton
Copy link
Member Author

r? @aturon or @Kimundi

@rust-highfive rust-highfive assigned aturon and unassigned Gankra Sep 24, 2015
@rust-highfive
Copy link
Contributor

r? @gankro

(rust_highfive has picked a reviewer for you, use r? to override)

This commit updates the `MatchIndices` and `RMatchIndices` iterators to follow
the same pattern as the `chars` and `char_indices` iterators. The `matches`
iterator currently yield `&str` elements, so the `MatchIndices` iterator now
yields the index of the match as well as the `&str` that matched (instead of
start/end indexes).

cc rust-lang#27743
@alexcrichton
Copy link
Member Author

@bors: r=Kimundi

@bors
Copy link
Collaborator

bors commented Sep 26, 2015

📌 Commit d5f2d3b has been approved by Kimundi

bors added a commit that referenced this pull request Sep 26, 2015
This commit updates the `MatchIndices` and `RMatchIndices` iterators to follow
the same pattern as the `chars` and `char_indices` iterators. The `matches`
iterator currently yield `&str` elements, so the `MatchIndices` iterator now
yields the index of the match as well as the `&str` that matched (instead of
start/end indexes).

cc #27743
@bors
Copy link
Collaborator

bors commented Sep 26, 2015

⌛ Testing commit d5f2d3b with merge 54f7b1d...

@bors bors merged commit d5f2d3b into rust-lang:master Sep 26, 2015
@alexcrichton alexcrichton deleted the update-match-indices branch October 21, 2015 06:17
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.

5 participants