NEP: update status fields of many NEPs#25920
Merged
charris merged 2 commits intonumpy:mainfrom Mar 4, 2024
Merged
Conversation
Mark 56 as Accepted, and the other ones as superseded. The NEP doc build tooling needed a small update to allow the metadata in one NEP to list several others in `:Replaces:`. [skip azp] [skip actions] [skip cirrus]
We marked process NEPs as Accepted/Final so far, but the intent of policy/process NEPs that still apply and can be updated when we update our development processes or project policies is that they are marked as Active, so they show up under "Meta-NEPs". NEP 21 is still considered perhaps a good idea, but hasn't been touched in many years (it's from 2015), so mark it as Deferred. NEP 38 was finished several years ago, so mark it as Final. [skip actions] [skip azp] [skip cirrus]
Member
|
LGTM. It might be nice, maybe in a future PR, to make the "Replaced by: " text a |
Member
Author
Good idea. I'll open an issue for that. May be nice for a new contributor; it's not urgent. |
Member
|
Thanks Ralf. |
Contributor
|
Thanks for doing the review 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The first commit marks NEPs 30, 31, 37, and 47 as superseded (by NEP 56), and NEP 56 as accepted, since it's done and 99.x% implemented. The NEP doc build tooling needed a small update to allow the metadata in one NEP to list several others in
:Replaces:.The second commit updates the status of active process NEPs, marks NEP 21 as deferred, and NEP 38 as final:
Overall this should give a better picture of the current state of development and thinking. There are only four NEPs left under Draft, and NEP 50 (type promotion) and NEP (C API changes for 2.0) should be moving to Accepted soon as well. I chose not to touch those, since for NEP 50 there is still a fair bit in flight, and NEP 53 seems to need some updates for what was actually implemented (at a high level, forexample a compat header rather than a separate library).
I'll send an email to the mailing list about this PR.