Skip to content

stabilize collections_range (closes #30877) #44564

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

Closed
wants to merge 1 commit into from

Conversation

budziq
Copy link
Contributor

@budziq budziq commented Sep 14, 2017

This is my first PR so excuse me if I have made some mistakes.
I know that similar PR's for stabilizing this feature have been reverted in the past.

@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 @dtolnay (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.

@@ -19,6 +16,7 @@ use Bound::{self, Excluded, Included, Unbounded};

/// `RangeArgument` is implemented by Rust's built-in range types, produced
/// by range syntax like `..`, `a..`, `..b` or `c..d`.
#[stable(feature = "collections_range", since = "1.21.0")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless this is meant to be backport to beta, the since should be 1.22.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops! Fixed. thanks @kennytm!

@budziq budziq force-pushed the stabilize_collections_range branch from 2086758 to 381d28f Compare September 14, 2017 14:15
Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks but from what I can tell, this is not ready to be stabilized yet.

The tracking issue is pretty confusing right now. It would be really helpful if you could look through all the RangeArgument-related work that has happened since the start of the final comment period, and synthesize a detailed summary of where we stand and what people have been asking to change. That includes at least the following threads:

@alexcrichton alexcrichton added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Sep 14, 2017
@dtolnay dtolnay closed this Sep 17, 2017
@dtolnay
Copy link
Member

dtolnay commented Sep 17, 2017

I wrote a summary in #30877 (comment). This API is being actively worked on in #44518 so I cancelled the FCP.

@budziq
Copy link
Contributor Author

budziq commented Sep 17, 2017

Argh sorry! I've procrastinated too long with this one. Thanks for taking this up @dtolnay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants