Uh oh!
There was an error while loading. Please reload this page.
RFC: RFC process redux - #6
Conversation
steveklabnik
commented
Mar 12, 2014
Why open a new PR instead of just updating the text there? |
chris-morgan
commented
Mar 12, 2014
@steveklabnik because GitHub doesn't permit that. (GitHub's pull requests are not really collaborative.) |
steveklabnik
commented
Mar 12, 2014
All you have to do is push to the branch, and it updates the PR. That includes, for example, you sending a PR to @brson 's branch with updated text. Anyway, this is very off-topic, sorry. |
bstrie
commented
Mar 12, 2014
On the one hand I think we should absolutely retain rejected RFCs in the archive, as that's what PEP does. However, I think PEP has a higher bar for inclusion in the first place, so it's possible that we could rethink this if we start to become inundated with low-quality RFCs. |
bstrie
commented
Mar 12, 2014
As far as language goes ("accepted"/"rejected"), here are the categories that PEP uses:
|
brson
commented
Mar 13, 2014
Do we need to change the terminology for RFC states and decide on whether to keep old RFCs before accepting this? |
There was a problem hiding this comment.
I have an extremely strong preference for YYYY-MM-DD rather than YYYY/MM/DD (or YYY/MM/DD!). Let's go with the standardised date formats.
There was a problem hiding this comment.
Seconded. ISO 8601 uses dashes, let's not diverge.
alexcrichton
commented
Mar 13, 2014
I think we should accept this, we can retroactively fill in old RFCs and change terminology. |
bstrie
commented
Mar 13, 2014
Agreed, this is really sort of a meta-RFC since it doesn't serve as a specification for implementing anything (and as such we can freely modify it after-the-fact). I still vote for making this RFC #0! |
pnkfelix
commented
Mar 13, 2014
huonw
commented
Mar 13, 2014
Do we need an RFC for choosing the number of this RFC RFC? ;P |
bstrie
commented
Mar 13, 2014
@pnkfelix Good point, I abstain. :P |
It is an error to incompatibly override an equivalence constraint.
Fix a couple of typos
Explicitly remove credential delegation
This updates #2 to incorporate feedback. I've stuck with sequential numbers and added an unresolved question about what to do with rejected RFCs. Also add three pieces of metadata to the template (start date, RFC PR #, Rust Issue #).