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(tasks): prevent implicit globbing of sources/outputs #1509

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

Ajpantuso
Copy link
Contributor

Summary

Fixes #1372

Ensures that sources or outputs defined for tasks are not implicitly matched recursively by base name even when a glob pattern is not provided.

Notes

  • Special handling is included for relative and absolute paths
  • Glob character detection matches globwalk

@jdx jdx merged commit 9ac1435 into jdx:main Jan 24, 2024
7 checks passed
@Ajpantuso Ajpantuso deleted the apantuso/fix_sources-outputs branch January 24, 2024 18:21
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.

Sources/outputs can't point to a specific path
2 participants