-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Dart editor incremental parser doesn't handle string interpolation properly #7768
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
Added this to the M3 milestone. |
Works for me. Attachment: Set owner to @scheglov. |
This comment was originally written by [email protected]
Dart Editor version is 0.1.2_r17412, on linux. Attachment: Added Triaged label. |
Removed the owner. |
This comment was originally written by [email protected] Added Editor-AnalysisEngine label. |
Set owner to @bwilkerson. |
Added Analyzer-Recovery label. |
Removed this from the Later milestone. |
Removed Oldschool-Milestone-Later label. |
Dart Editor is dead. And this seems like it is maybe a dup of #946 as its filed just under "analyzer-recovery" now. Close? |
Most issues reported against Dart Editor were really issues with the analyzer. It's a slightly different case from a recovery perspective because the string is not terminated. |
Closing as stale. |
This issue was originally filed by [email protected]
When inserting a "${0} at the beginning of a huge file, editor adds a error markers to all lines in the file and scrolling and editing become very slow.
Strings without interpolation (e.g. "foo) are handled correctly.
The text was updated successfully, but these errors were encountered: