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

Tag public std interfaces with stability index #6875

Closed
brson opened this issue Jun 1, 2013 · 7 comments
Closed

Tag public std interfaces with stability index #6875

brson opened this issue Jun 1, 2013 · 7 comments
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc metabug Issues about issues themselves ("bugs about bugs") P-medium Medium priority
Milestone

Comments

@brson
Copy link
Contributor

brson commented Jun 1, 2013

I intend to start tracking the 'stability index' of public interfaces in standard. Since most is still 'unstable' this won't require much annotation at first.

Stability index:

  • Deprecated,
  • Experimental,
  • Unstable,
  • Stable,
  • Frozen,
  • Locked,
@brson
Copy link
Contributor Author

brson commented Jun 1, 2013

Nominating for backward compat or well covered.

@brson
Copy link
Contributor Author

brson commented Jun 1, 2013

cc #6508

@huonw
Copy link
Member

huonw commented Aug 28, 2013

Triage: no progress that I know of, still relevant.

@catamorphism
Copy link
Contributor

Accepted for milestone 2, backwards-compatible

@ghost ghost assigned huonw Aug 30, 2013
bors added a commit that referenced this issue Sep 3, 2013
Significant progress on #6875, enough that I'll open new bugs and turn that into a metabug when this lands.

Description & example in the commit message.
@huonw
Copy link
Member

huonw commented Sep 3, 2013

#8921 landed basic support, but there are a few issues to resolve: #8961, #8962 and #8965.

@brson
Copy link
Contributor Author

brson commented Jun 19, 2014

Nominating for closing. This process in underway, but there is no measurable endpoint.

@pnkfelix
Copy link
Member

Might be good to add a lint to detect untagged things in a crate that wants everything tagged.

BUt that's not something that should block closing this bug.

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc metabug Issues about issues themselves ("bugs about bugs") P-medium Medium priority
Projects
None yet
Development

No branches or pull requests

4 participants