-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Clarify what needs an RFC #35
Comments
There are many changes to the standard libraries that are not at all controversial and should not have to go through an RFC. I think it's usually easy enough to gauge this opinion on IRC or the mailing lists before going down the path of making either a pull request or formal RFC. Occasionally, there can be a false positive and a pull request for something there appeared to be some consensus on might not be accepted. I don't think this is a big problem now that you can simply avoid the risk for a large change by doing an RFC from the start. |
Sounds good, but let’s have it written down in https://github.com/rust-lang/rfcs/blob/master/README.md please! (Again, see also #31.) |
On Sat, Apr 05, 2014 at 02:03:43AM -0700, Simon Sapin wrote:
I'm not sure I agree with @cmr. I personally think you did right to |
We've since grown a lot of language about this, and now we've got a whole README section dedicated to this, so closing. |
Fix broken FAQ link
In #33 (comment), @cmr said:
It wasn’t clear to me based on https://mail.mozilla.org/pipermail/rust-dev/2014-March/008973.html (see also #31) if #33 required an RFC or not. It generated more discussion that I would have expected, but that discussion could just as well have happened in the main issue tracker.
This changes libraries, but not the language.
Nope.
Change, not addition.
Unsure about that one. Does
MaybeOwned
have the same "meaning" as~str
?I could make up a micro-benchmark with a numerical result, but there are also drawbacks.
This will definitely be noticed by users.
The text was updated successfully, but these errors were encountered: