-
Notifications
You must be signed in to change notification settings - Fork 1.7k
dartanalyzer .
crashes on pkg/glob
#29288
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
Just verified that this does NOT happen on 1.22.1. qed: regression |
and also with pkg/firebase
|
I can reproduce the first case on bleeding edge. I tried to reproduce the second by executing
and there was no exception. Instead I got five hints:
I suspect that means the the bug has been fixed but that the fix hasn't been cherry-picked. Unfortunately, I don't know which CL(s) need to be cherry picked in order to get the fix. |
For the 2nd one, delete Or just sync to a new direction w/out running |
CL for the problem with |
The 2nd problem (with @foo
import 'bar:baz'; Basically, if a URI is not resolved to a See also #29188 for a similar problem. |
…wn its ParameterElement(s). Never share. [email protected] BUG= #29288 Review-Url: https://codereview.chromium.org/2799093007 .
The first problem is fixed. |
The fix for the 2nd problem would require quite a big change to analyzer in order to create |
CL for the 2nd problem. |
We need all of them because there might be associated annotations, which should be applied to corresponding AST nodes. #29288 #29188 [email protected] BUG= #29288 Review-Url: https://codereview.chromium.org/2809523002 .
Fixed in 021d99e. |
With 1.23.0-dev.11.5
The text was updated successfully, but these errors were encountered: