You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two files in the same directory that is containing issues found by Phan.
When opening the first file the issues is show in the PROBLEMS tab at the bottom. Great!
I now open up the second file (two files opened at the same time). Now the issues from the
first file is removed from the tab and replaced with the issues from the now opened file.
The text was updated successfully, but these errors were encountered:
Phan is also emitting textDocument/publishDiagnostics for every tab that got opened, but it's an empty list, whether or not the file was saved, and whether or not the last action taken in the current file was an edit or a hover action.
This also occurs with split windows.
So it looks like Phan is aware that the file is open in the editor, but isn't analyzing that file.
(E.g. phan has logic to filter out diagnostics from files that aren't open in the editor, and it may be a bug in that check)
I have two files in the same directory that is containing issues found by Phan.
When opening the first file the issues is show in the PROBLEMS tab at the bottom. Great!
I now open up the second file (two files opened at the same time). Now the issues from the
first file is removed from the tab and replaced with the issues from the now opened file.
The text was updated successfully, but these errors were encountered: