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

Analyzer order #7

Open
vladbatushkov opened this issue Jun 9, 2021 · 0 comments
Open

Analyzer order #7

vladbatushkov opened this issue Jun 9, 2021 · 0 comments

Comments

@vladbatushkov
Copy link
Owner

vladbatushkov commented Jun 9, 2021

When we run Strazh over list of projects or solution with many projects we must analyze projects one by one in a "dependency order".

Example:

  • A -> B (project A depends on project B)
  • B -> C
  • D -> C
  • C -> E

Order to analyze should be next:

  1. E
  2. C
  3. B, D (same time, but one by one still ok)
  4. A

Explanations:
So project E do not depends on any project - we will analyze it first and inject data to graph.
Then we take C, then B or D (does not matter) and last one to analyze is A.

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

1 participant