-
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
<foo< breaks the analyser with big memory hog #34850
Comments
@danrubel @bwilkerson please let me know if this is an expected scanner / parser behavior and is something I need to protect against in Analyzer. |
While that CL fixed the hang, it doesn't fix the parser issue, so I'd like to leave this open to track that work. |
This issue still exists when running multiple projects together. |
I have no idea why the bot closed this issue. @danrubel Feel free to close this issue if appropriate. |
same issues |
Using a recent version of the analyzer (as of cb17fb6f7b24feeeac54421473d84d9149c2da90), I'm not able to reproduce the hang. #34850 (comment) indicates that the hang has been fixed, but we have an underlying parser issue still. Since the user manifestation of the bug is taken care of, I'm re-classifying as P2. |
I came from flutter but I think it's dart related.
Procedure:
create new dart file and type
<foo<
try to write something above that line.
Analyser hangs and stops responding
Dart VM version: 2.1.0-edge.5dfe3c8f94c9e880ad56d41316c0830817c96128 (Wed Oct 17 22:26:47 2018 +0000) on "macos_x64"
Affects VScode and Android Studio.
Needs urgent attention because affects code like
Future<List<int>> ...
The text was updated successfully, but these errors were encountered: