-
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
Angular code generator needs to be verified to work with optional new and const #33221
Comments
We don't seem to have an area-frameworks flag to triage with, should we? cc @matanlurey |
Probably an |
@MichaelRFairhurst is currently investigating a potential breakage. We need to narrow down whether there is an edge case in the analyzer, or in angular/the build systems usage of the analyzer. |
any updates here? |
I have a repro that I've been stepping through, I had at one point thought
I'd pinned down the cause but that turned out to be a dead end. Still
looking but I'm feeling good about it.
… |
I saw this on the
|
I believe this is fixed with https://dart-review.googlesource.com/c/sdk/+/57000. Going to do my best to try to confirm that, with that fix, there are no remaining issues. |
Any updates? |
I do have some issues I've seen, I thought I had reproed them correctly but found out I was debugging the wrong issue. So I am still working on that. There's also a DDC issue which may be the same, or different (inside DDC or analyzer). |
the second analyzer issue I found was fixed: https://dart-review.googlesource.com/c/sdk/+/58800 the DDC issue is still outstanding |
cc @munificent @MichaelRFairhurst What's the status on this? |
Have been working on #30384 which has dragged on more than I expected. I should have either a fix for, or repro of, the DDC issue in a few days (hopefully, some point this weekend) |
The DDC issue here seems to be the original issue which prompted this. It merely reared its head at different times, and internally, required a patch to dart_lang in addition to third_party/ analyzer. It seems from my tests that this is now working perfectly. Will keep straining the system a bit longer to increase my certainty in this. |
Glad I ran further tests. Found yet another issue related to type parameters. Haven't yet distilled the error I'm seeing, but I'm getting
Which is very, very strange. Working to distill this now. |
Thanks! |
OK, digging further, that was a false alarm. I am now extremely confident that this will work -- assuming you use --preview-dart-2 of course! Edit: s/not/now |
This is the angular specific issue for #30921 .
The text was updated successfully, but these errors were encountered: