Handle experimental features in releases
See original GitHub issueTo properly handle the usage restrictions on experimental features we need:
- A flag to enable experimental feature imports (
-Xenable-experimental
). This flag will enable the use of experimental features trough language imports or language flags. - When publishing we need let the binary know if it is a stable release or not (i.e. nightly).
- Nightly: allows the use of
-Xenable-experimental
- Stable: disallows the use of
-Xenable-experimental
- Nightly: allows the use of
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Understand experimental, preview, and retired features in ...
Experimental and preview features are listed in the app's Settings > Upcoming features. From within the app, select Settings, and then select ...
Read more >iOS 15 Experimental WebKit Features: GPU Process
Hello,. Just wondering if any folks have insight on one of the new experimental features that is enabled by default on the latest...
Read more >Reset Safari's Experimental Features to the Defaults to Fix ...
Navigate to Settings –> Safari –> Advanced –> Experimental Features, and then scroll to the bottom and tap "Reset All to Defaults." There...
Read more >Product Manager's Guide to Using Feature Flags in ...
Why use feature flags? · 1. Control over the timing of new releases · 2. Reduced risk in the deployment process · 3....
Read more >Experimental features in Firefox - Mozilla - MDN Web Docs
They later propagate though to Firefox Developer Edition and eventually to the release build. After a feature is enabled by default in a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hence https://github.com/lampepfl/dotty/pull/11845
Maybe it would be more clear if it’s called something more like -Ystable-features-only or -Yno-unstable-features