-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Editor shows errors in wrong files. #590
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
This is a compiler problem. Removed Area-Editor label. |
Added Started label. |
Set owner to @scheglov. |
Issue #505 has been merged into this issue. |
With https://code.google.com/p/dart/source/detail?r=3002 errors are now displayed in correct units. With https://code.google.com/p/dart/source/detail?r=3074 and https://code.google.com/p/dart/source/detail?r=3101 Editor now does not remove markers from unchanged/unaffected files. Unfortunately, there is bug in compiler, which sends non-diet aboutToCompile notification for diet parsing. Will be fixed shortly. Better dependencies tracking is in progress. |
Marked this as blocking #1338. |
https://code.google.com/p/dart/source/detail?r=3799 Added Fixed label. |
make compile command optional, fixes #505
Editor (or compiler?) mixes up errors.
I have a (valid) type-warning that there is no such type "HLeftShift". But the error points to files that don't (and never did) contain any reference to this type.
In some cases it even points to lines that don't exist (because the file is too short). (This might actually be a good way to detect and debug the problem).
Attached a screenshot, and the log-files.
Editor build: 1832
Attachments:
.log (28 KB)
editor1.png (137.79 KB)
The text was updated successfully, but these errors were encountered: