-
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
[cfe] Adjust computation of flatten #47057
Comments
@johnniwinther, am I right in guessing that you have been working on this? |
Dima and I have been working various parts of it. As I understand it we have update our flatten computation, right? Is it a spec change or just an implementation bug? |
We did not change the spec, but it looks like (I just asked Dmitry about the fact that the type of |
The runtimes only look at the |
(I'm always confused when a type named The runtimes shouldn't need to worry about this, because it's concerned with a static error (and even in the case where the program is allowed to run, this type isn't reified). |
The issue is being worked on at https://dart-review.googlesource.com/c/sdk/+/212467. |
This is the CFE specific issue for #47053, which has the details.
The text was updated successfully, but these errors were encountered: