Skip to content

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

Closed
floitschG opened this issue Nov 24, 2011 · 8 comments
Closed

Editor shows errors in wrong files. #590

floitschG opened this issue Nov 24, 2011 · 8 comments
Assignees

Comments

@floitschG
Copy link
Contributor

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)

@bwilkerson
Copy link
Member

This is a compiler problem.


Removed Area-Editor label.
Added Area-Compiler label.

@scheglov
Copy link
Contributor

scheglov commented Dec 8, 2011

Added Started label.

@scheglov
Copy link
Contributor

scheglov commented Dec 8, 2011

Set owner to @scheglov.

@scheglov
Copy link
Contributor

scheglov commented Dec 9, 2011

@bwilkerson
Copy link
Member

Issue #505 has been merged into this issue.

@scheglov
Copy link
Contributor

scheglov commented Jan 9, 2012

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.

@scheglov
Copy link
Contributor

Marked this as blocking #1338.

@scheglov
Copy link
Contributor

scheglov commented Feb 2, 2012

nex3 pushed a commit that referenced this issue Aug 31, 2016
make compile command optional, fixes #505
srburton added a commit to srburton/sdk that referenced this issue Jan 25, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants