Skip to content

[ddc] Broken named arguments in redirecting constructors #47831

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

Closed
nshahan opened this issue Dec 2, 2021 · 0 comments
Closed

[ddc] Broken named arguments in redirecting constructors #47831

nshahan opened this issue Dec 2, 2021 · 0 comments
Assignees
Labels
area-web-js Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop. web-dev-compiler

Comments

@nshahan
Copy link
Contributor

nshahan commented Dec 2, 2021

Three failing tests for the named-arguments-anywhere experiment are failing because the temporary variable initializers created by the CFE lowering are not being emitted in the body of redirecting constructors.

co19/LanguageFeatures/Named-arguments-anywhere/constructor_t03
co19/LanguageFeatures/Named-arguments-anywhere/constructor_t04
language/named_arguments_anywhere/all_kinds_test
@nshahan nshahan added web-dev-compiler area-web-js Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop. labels Dec 2, 2021
@nshahan nshahan self-assigned this Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-web-js Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop. web-dev-compiler
Projects
None yet
Development

No branches or pull requests

1 participant