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

Walk git dependency repo to discover nested forc dependencies #978

Merged
merged 3 commits into from
Mar 28, 2022

Conversation

mitchmindtree
Copy link
Contributor

@mitchmindtree mitchmindtree commented Mar 21, 2022

Closes #952.

This should be complete for the most part, though depends on implementing #977 first.

Edit: Testing this nicely is blocked on #1016, so I'm addressing that issue first.

Closes #952.

This should be complete for the most part, though depends on implementing #977 first.
@mitchmindtree mitchmindtree force-pushed the mitchmindtree/git-repo-walk branch from a293df7 to 4299f70 Compare March 28, 2022 04:12
`walkdir` is used to traverse the git repository when searching for
dependency packages.
@mitchmindtree mitchmindtree marked this pull request as ready for review March 28, 2022 04:37
Copy link
Member

@JoshuaBatty JoshuaBatty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request forc
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Walk git repository until dependency is found rather than requiring it to be at the repository root
3 participants