Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Reliable way to determine final analysis pass for all modules #1143

Closed
MikhailArkhipov opened this issue May 29, 2019 · 0 comments · Fixed by #1149
Closed

Reliable way to determine final analysis pass for all modules #1143

MikhailArkhipov opened this issue May 29, 2019 · 0 comments · Fixed by #1149

Comments

@MikhailArkhipov
Copy link

MikhailArkhipov commented May 29, 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.

  • 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.

@MikhailArkhipov MikhailArkhipov added this to the June 2019.1 milestone May 29, 2019
@MikhailArkhipov MikhailArkhipov changed the title Reliable way to determine final analysis pass Reliable way to determine final analysis pass for all modules Jun 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants