Experimental Specification Features #8105
westonpace
started this conversation in
Ideas
Replies: 1 comment 2 replies
|
I like this idea. It might be worth testing this idea by thinking through how it will apply tot he file format. It sounds like:
That sound right?
This is the key one to understand. They need to accept also that the PMC might request backwards incompatible changes to the feature. So it might be approved, but in a way that breaks someone who is already using the experimental feature. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The requirement for votes can make it difficult to develop for a variety of reasons. Often, I want to get out a change before going through a vote process. For example, to test a fix in a real world environment (which often needs a wheel) or to get some experience with a feature in production before finalizing an implementation.
I would like to introduce formal rules for "experimental" features so that we can simplify the voting process. For a feature to be experimental the following prerequisites must be met:
If all these criteria are met then I think the voting requirement should be waived if the following actions happen:
All reactions