Skip to content
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

Files skipped intermittently #5860

Closed
ajs139 opened this issue Feb 22, 2018 · 2 comments
Closed

Files skipped intermittently #5860

ajs139 opened this issue Feb 22, 2018 · 2 comments

Comments

@ajs139
Copy link

ajs139 commented Feb 22, 2018

Sometimes the files are being checked and have their errors reported, other times they are ignored by Flow (even though the file is still present in the list from flow ls). If a file that is prone to not being reported ever stops being ignored (which seems to happen if a file it depends on generates an error), any change to the file (such as adding an empty line) will causes it to disappear from the the output.

This behavior is seen even for isolated errors:

18: const foo:number = '';
                        ^^ string. This type is incompatible with
 18: const foo:number = '';
               ^^^^^^ number

This was introduced in v0.57.x, and was not a problem in v0.56.0.

@kogai
Copy link

kogai commented Feb 22, 2018

You might seek #5180 or #5850

@ajs139
Copy link
Author

ajs139 commented Feb 23, 2018

Thanks @kogai -- #5180 looks like it's exactly the problem I have.

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

2 participants