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

Add --experimental CLI flag, require it to enable experimental features. #21

Merged
merged 2 commits into from Sep 25, 2022

Conversation

kentonv
Copy link
Member

@kentonv kentonv commented Sep 25, 2022

Specifically, the following features are considered experimental:

  • Ephemeral objects (fka "colo-local actors").
  • Any compatibility flag that doesn't have a default-on date assigned. We could consider creating a separate $experimental or $stable annotation instead of using presence/absence of a date, but I wanted to be cautious for now. (Incidentally, though, it looks like we should go ahead and assign dates to most of the flags that don't have them?)

I decided to use a CLI flag rather than a config flag in order to add resistance against using this in production, but we can consider finer-grained control if it proves warranted.

Specifically, the following features are considered experimental:
- Ephemeral objects (fka "colo-local actors").
- Any compatibility flag that doesn't have a default-on date assigned. We could consider creating a separate `$experimental` or `$stable` annotation instead of using presence/absence of a date, but I wanted to be cautious for now. (Incidentally, though, it looks like we should go ahead and assign dates to most of the flags that don't have them?)

I decided to use a CLI flag rather than a config flag in order to add resistance against using this in production, but we can consider finer-grained control if it proves warranted.
@kentonv kentonv merged commit 324be7b into main Sep 25, 2022
@kentonv kentonv deleted the kenton/experimental branch September 25, 2022 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants