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

Correct algorithm to find dependent files. #16

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 commit 3a553a7 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
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

Successfully merging this pull request may close these issues.

2 participants