-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Move DDC to using the new analysis driver #29118
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
Comments
what are the 3 tests, out of curiosity? could it be expected failures because the inference behavior changed (per the new spec)? |
Analysis Server crashes (I think with stack overflow) in:
For example on this: typedef A<T extends A>(); What is expected to happen here at all? |
it's supposed to be a compile time error, right? |
Yes, I think so. |
any updates on this? |
No new work was done since a week ago :-( |
Does this still need to be done for 1.23? |
No, it doesn't. |
Any updates here? Happening for 1.23? |
The CL is out for review. |
Oh gosh, my bad! I've replied there @scheglov ... and I just want to say here, the change looks lovely, thanks for putting so much work into making it such an elegant patch. |
What's the status of this? Ready for 1.24? If not, do we need it? |
I sent a patch to @scheglov to fix the CL. I'm not sure however if it's correct in general. There seems to be a behavior change for custom URL mappings. However it does fix async_helper to compile despite that. |
Thank you. |
@vsmenon is this happening for 1.24? |
Current theory is we won't need to do this, because DDC will migrate to Kernel. But if we see problems with the current DDC approach, we should revisit this. |
The current status for running DDC presubmit checks:
The text was updated successfully, but these errors were encountered: