-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Implementation Issue for Super Mixins: DDC #34167
Comments
testing CL now: https://dart-review.googlesource.com/c/sdk/+/74965 DDC+Kernel support is not implemented yet because we can't tell which classes are these new mixins. |
I landed inference tests, and I'm seeing some tests that are expected to produce a compile time error and which are passing on the analyzer, failing on ddc. This seems unexpected so re-opening this for investigation.
|
I'm going to open a new issue, since this one is about implementing the feature in DDC, which has been landed. I don't see how inference/MissingCompileTimeError can be a DDC problem (we don't do inference, or produce compile errors, except in rare circumstances), but I'll take a look. It could be something related to Analyzer task model or summaries, both of which DDC uses, and Analyzer tests don't. |
new bug is #34516 |
What: Issue for implementation for DDC
ETA: 10/15 in Dart Repo.
For: SuperMixins Implementation and strawman documentation
Meta Issue: This is subsumed under the Super Mixins Meta Issue in the Language Repo
Comments: Feel free to break this further into further tasks and issues, or use as a meta issue for all the tasks in the implementation plan
Note: This is a P1 for Super Mixins
The text was updated successfully, but these errors were encountered: