Skip to content

Commit

Permalink
finished abstract; added "What this proposal is not" section
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed May 13, 2020
1 parent a21b474 commit 2a3ee21
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rfc/provisional_features.md
Expand Up @@ -6,12 +6,18 @@
- These features (including their API) benefit from wide community feedback, and suffer in the vacumn of 1000+ line single PRs
- The more complex a feature, the more likely it is for its first draft to have at least some poorly formed or ill-considered API

To fix this, I propose that we should adopt a formal process for allowing provisional features in the master branch of JuptyerLab core.
To fix this, I propose that we should adopt a formal process for allowing provisional features in the master branch of JuptyerLab core. This will give the core dev team the opportunity to dogfood and improve complex features before declaring them fit for wider consumption in production code.

Our process should aim for an ideal whereby once a feature is declared mature, it will require no further changes to its API. This in turn would mean fewer breaking changes and less overall maintainence for 3rd party devs.

- Goals
- a better experience for core devs, extension devs, and power users around versioning and compatibility
- easier version migration for core and extensions packages

- What this proposal is not
- a general call to relax semver discipline
- saying that we should hold a community-wide referendum every time someone proposes a new provisional feature

- Terminology
- community: JupyterLab core devs, extension devs, and end users
- API: public interface, including externally visible package structure, function signatures, CLI, and, in the broadest sense, user interface
Expand All @@ -23,7 +29,6 @@
- Include an outline of future work, including a rough schedule describing the process by which this feature will graduate by the time of the next major release

- Graduating a feature from provisional to mature
- A provisional feature may graduate on any minor release
- A provisional feature must graduate by the next major release (wrt when it was initally pulled into core) or be removed

- How to treat a provisional feature
Expand Down

0 comments on commit 2a3ee21

Please sign in to comment.