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

smol violates API guidelines' "C-STABLE" #228

Closed
taiki-e opened this issue Feb 21, 2021 · 2 comments
Closed

smol violates API guidelines' "C-STABLE" #228

taiki-e opened this issue Feb 21, 2021 · 2 comments

Comments

@taiki-e
Copy link
Collaborator

taiki-e commented Feb 21, 2021

https://rust-lang.github.io/api-guidelines/necessities.html#public-dependencies-of-a-stable-crate-are-stable-c-stable

Public dependencies of a stable crate are stable (C-STABLE)

A crate cannot be stable (>=1.0.0) without all of its public dependencies being stable.

@taiki-e
Copy link
Collaborator Author

taiki-e commented Feb 22, 2021

We can resolve this in smol 3.0 at the latest as there can be major changes in the std stream trait and std async io trait.

@taiki-e
Copy link
Collaborator Author

taiki-e commented Mar 11, 2021

It will take at least a year to resolve this, and there is little that can be done on the smol side, so I will close this as blocked-closed.

@taiki-e taiki-e closed this as completed Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant