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

Only walk source roots when looking for domain config files #722

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

emdoyle
Copy link
Member

@emdoyle emdoyle commented Mar 31, 2025

In monorepos with many other (non-Python) packages, we needlessly walk all directories beneath the root when looking for domain config files. The standard for file walks throughout Tach is to originate from the source roots, and this PR fixes the traversal for tach.domain.toml files.

@emdoyle emdoyle merged commit f5ba345 into main Apr 1, 2025
8 of 11 checks passed
@emdoyle emdoyle deleted the fix-domain-config-root-iteration branch April 1, 2025 00:57
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.

1 participant