Skip to content

Correct algorithm to find dependent files. #16

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

nojaf
Copy link

@nojaf nojaf commented Nov 1, 2023

Sorry, I jumped the gun in sending the previous PR.
I was collecting dependencies but actually wanted the other way around, find all transitive dependent files.

Example: project with ten files. File idx 6 changes, so I want to know for 7, 8, 9 if they depend on 6. If 8 depends on 6, I want to know that 9 depends on 8 and so on.

@ncave ncave merged this pull request into ncave:service_slim Nov 1, 2023
ncave pushed a commit that referenced this pull request Dec 8, 2023
ncave pushed a commit that referenced this pull request Nov 16, 2024
ncave pushed a commit that referenced this pull request Jan 15, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants