Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
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

@MikhailArkhipov

Description

@MikhailArkhipov

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions