Skip to content

[dwds] pass --enable-experiment flags to the expression compiler worker #1793

@annagrin

Description

@annagrin

Currently expression compiler does not get this argument even if it is passed to the original compilation:

[FINEST] ExpressionCompilerService: Failed to compile "(true, 3)": org-dartlang-debug:synthetic_debug_expression:1:1: Error: This requires the experimental 'records' language feature to be enabled.
Try passing the '--enable-experiment=records' command line option.
(true, 3)
^
CompilationError: This requires the experimental 'records' language feature to be enabled.
Try passing the '--enable-experiment=records' command line option.
(true, 3)
^

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions