Skip to content

Handle experimental features in releases #11774

@nicolasstucki

Description

@nicolasstucki

To 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions