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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Needed for #472 as well as for few other things such as fully working #1088 since currently some ASTs still linger. Should also improve performance a bit since we can delay some activities, such as linting run until everything is settled.
One possible way is to simulate analysis run, i.e.
Run all sessions but with only parsing in order determine final session and then
Run analysis without parsing repeating the above.
Technically end point should be the same.
The text was updated successfully, but these errors were encountered:
MikhailArkhipov
changed the title
Reliable way to determine final analysis pass
Reliable way to determine final analysis pass for all modules
Jun 1, 2019
Needed for #472 as well as for few other things such as fully working #1088 since currently some ASTs still linger. Should also improve performance a bit since we can delay some activities, such as linting run until everything is settled.
One possible way is to simulate analysis run, i.e.
Technically end point should be the same.
The text was updated successfully, but these errors were encountered: