RFCs for changes to V
47
stars
12
commits
Nov 7, 2023
updated
Many changes, including bug fixes and documentation improvements can be implemented and reviewed via the normal GitHub pull request workflow.
Some changes though are significant, and we ask that these be put through a bit of a design process and produce a consensus among the community.
The RFC (request for comments) process is intended to provide a consistent and controlled path for new features to enter the language and standard libraries, so that all stakeholders can be confident about the direction the language is evolving in.
In short, to get a major added feature, one must first get the RFC merged into the RFC repository as a markdown file. At that point the RFC is "active" and may be implemented with the goal of eventual inclusion into V. In long, RFC process is very simple. It takes just 12 steps!
000-template.md to rfcs/000-my-proposal (where "my-proposal" is descriptive name). Don't assign an RFC number yet; This is going to be the PR number and we'll rename the file accordingly if the RFC is accepted.000- prefix to that number.WARNING: If you submit a pull request to implement a new feature without going through the RFC process, it may be closed with a polite request to submit an RFC first.
You need to follow this process if you intend to make significant changes to repos in vlang organization in github. What constitutes a significant change is evolving based on community norms and varies depending on what part of the ecosystem you are proposing to change, but may include the following.
vlib.Some changes do not require an RFC:
While the RFC pull request is up, the reviewers may schedule meetings with the author and/or relevant stakeholders to discuss the issues in greater detail, and in some cases the topic may be discussed at a reviewers meeting. In either case a summary from the meeting will be posted back to the RFC pull request.
The reviewers makes final decisions about RFCs after the benefits and drawbacks are well understood. These decisions can be made at any time, but reviewers will regularly issue decisions. When a decision is made, the RFC pull request will either be merged or closed. In either case, if the reasoning is not clear from the discussion in thread, the reviewer will add a comment describing the rationale for the decision.
The author of an RFC is not obligated to implement it. Of course, the RFC author (like any other developer) is welcome to post an implementation for review after the RFC has been accepted.
If you are interested in working on the implementation for an "active" RFC, but cannot determine if someone else is already working on it, feel free to ask (e.g. by leaving a comment on the associated issue).
Some accepted RFCs represent vital features that need to be implemented right away. Other accepted RFCs can represent features that can wait until some arbitrary developer feels like doing the work. Every accepted RFC has an associated issue tracking its implementation in the V repository; thus that associated issue can be assigned a priority via the triage process that the team uses for all issues in the V repository.
Usually an RFC pull request marked as "postponed" has already passed an informal first round of evaluation, namely the round of "do we think we would ever possibly consider making this change, as outlined in the RFC pull request, or some semi-obvious variation of it." (When the answer to the latter question is "no", then the appropriate response is to close the RFC, not postpone it.)
Some RFC pull requests are tagged with the "postponed" label when they are closed (as part of the rejection process). An RFC closed with "postponed" is marked as such because we want neither to think about evaluating the proposal nor about implementing the described feature until some time in the future, and we believe that we can afford to wait until then to do so. Historically, "postponed" was used to postpone features until after 1.0. Postponed pull requests may be re-opened when the time is right. We don't have any formal process for that, you should ask reviewers.
RFCs for changes to V
47
stars
12
commits
Nov 7, 2023
updated
Many changes, including bug fixes and documentation improvements can be implemented and reviewed via the normal GitHub pull request workflow.
Some changes though are significant, and we ask that these be put through a bit of a design process and produce a consensus among the community.
The RFC (request for comments) process is intended to provide a consistent and controlled path for new features to enter the language and standard libraries, so that all stakeholders can be confident about the direction the language is evolving in.
In short, to get a major added feature, one must first get the RFC merged into the RFC repository as a markdown file. At that point the RFC is "active" and may be implemented with the goal of eventual inclusion into V. In long, RFC process is very simple. It takes just 12 steps!
000-template.md to rfcs/000-my-proposal (where "my-proposal" is descriptive name). Don't assign an RFC number yet; This is going to be the PR number and we'll rename the file accordingly if the RFC is accepted.000- prefix to that number.WARNING: If you submit a pull request to implement a new feature without going through the RFC process, it may be closed with a polite request to submit an RFC first.
You need to follow this process if you intend to make significant changes to repos in vlang organization in github. What constitutes a significant change is evolving based on community norms and varies depending on what part of the ecosystem you are proposing to change, but may include the following.
vlib.Some changes do not require an RFC:
While the RFC pull request is up, the reviewers may schedule meetings with the author and/or relevant stakeholders to discuss the issues in greater detail, and in some cases the topic may be discussed at a reviewers meeting. In either case a summary from the meeting will be posted back to the RFC pull request.
The reviewers makes final decisions about RFCs after the benefits and drawbacks are well understood. These decisions can be made at any time, but reviewers will regularly issue decisions. When a decision is made, the RFC pull request will either be merged or closed. In either case, if the reasoning is not clear from the discussion in thread, the reviewer will add a comment describing the rationale for the decision.
The author of an RFC is not obligated to implement it. Of course, the RFC author (like any other developer) is welcome to post an implementation for review after the RFC has been accepted.
If you are interested in working on the implementation for an "active" RFC, but cannot determine if someone else is already working on it, feel free to ask (e.g. by leaving a comment on the associated issue).
Some accepted RFCs represent vital features that need to be implemented right away. Other accepted RFCs can represent features that can wait until some arbitrary developer feels like doing the work. Every accepted RFC has an associated issue tracking its implementation in the V repository; thus that associated issue can be assigned a priority via the triage process that the team uses for all issues in the V repository.
Usually an RFC pull request marked as "postponed" has already passed an informal first round of evaluation, namely the round of "do we think we would ever possibly consider making this change, as outlined in the RFC pull request, or some semi-obvious variation of it." (When the answer to the latter question is "no", then the appropriate response is to close the RFC, not postpone it.)
Some RFC pull requests are tagged with the "postponed" label when they are closed (as part of the rejection process). An RFC closed with "postponed" is marked as such because we want neither to think about evaluating the proposal nor about implementing the described feature until some time in the future, and we believe that we can afford to wait until then to do so. Historically, "postponed" was used to postpone features until after 1.0. Postponed pull requests may be re-opened when the time is right. We don't have any formal process for that, you should ask reviewers.