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

fix: allow glob patterns in tasks outputs and sources #2286

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

adamdickinson
Copy link
Contributor

@adamdickinson adamdickinson commented Jun 14, 2024

Fixes #2285, where using glob patterns in a task's sources or outputs causes it to infinite loop/stall.

After some investigation, I found that the issue occurred during usage of the globwalk crate. Switching the globwalk crate for the glob crate instead seems to have done the trick.

@adamdickinson adamdickinson changed the title Allow glob patterns for tasks in sources and outputs fix: allow glob patterns in tasks outputs and sources Jun 14, 2024
@jdx jdx merged commit bd64408 into jdx:main Jun 15, 2024
10 checks passed
@adamdickinson adamdickinson deleted the glob-fix branch June 16, 2024 22:02
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.

Tasks hang when using globs in outputs and/or sources
2 participants