Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reflect experimental features to spec compliance matrix #3976

Open
jack-berg opened this issue Apr 2, 2024 · 1 comment
Open

How to reflect experimental features to spec compliance matrix #3976

jack-berg opened this issue Apr 2, 2024 · 1 comment
Labels
spec:miscellaneous For issues that don't match any other spec label triage:deciding:community-feedback

Comments

@jack-berg
Copy link
Member

As discussed in the 4/2/24 Spec SIG, the spec compliance matrix is ambiguous in terms of how to represent experimental features:

  • Should experimental features be given rows?
  • How does a language indicate the stability of its implementation?

By representing this information, we can use the spec compliance matrix to track implementations of experimental features, which are a prerequisite to stabilization. Additionally, we can convey to users that stability of a particular feature in a language.

@jack-berg jack-berg added the spec:miscellaneous For issues that don't match any other spec label label Apr 2, 2024
@jack-berg
Copy link
Member Author

Related comment from @carlosalberto: #3984 (comment)

A good question is whether this should be updated once a feature has been released as well.

What I'd like to see:

  • If a feature is experimental in the spec, flag that row with a symbol indicating so
  • If a language's implementation of a feature is experimental (regardless of whether the spec feature is experimental), indicate it with some symbol (maybe the test tube emoji 🧪?). That would mean that each cell can be checked with:
    • + Language has stable support
    • - Language does not have support
    • (blank) Language has not yet indicated status of this feature
    • N/A Feature is not applicable to the language
    • 🧪 Language has experimental support for feature
  • Only set status to be 🧪 or + if the support is released. Feature branches, PRs, etc don't count.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec:miscellaneous For issues that don't match any other spec label triage:deciding:community-feedback
Projects
None yet
Development

No branches or pull requests

2 participants