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

Add ability to specify files and directories to exclude when using watch mode #447

Open
nfachan opened this issue Jan 14, 2025 · 0 comments
Labels
enhancement New feature or request test-runners Issues that affect all test runners (cargo-maelstrom, maelstrom-pytest, maelstrom-to-test, etc.).

Comments

@nfachan
Copy link
Collaborator

nfachan commented Jan 14, 2025

Specific Maelstrom Program?
All test runners.

Problem Statement
The test runners have their own specific list of files and directories to exclude. However, if there is a file or directory that shouldn't cause a re-build and re-run, and that the test runner doesn't know about, you are stuck.

Proposed Solution
There should be a way to provide a list of prefixes to ignore, or a regular expression to ignore. This would presumably be specified as a configuration value.

@nfachan nfachan added enhancement New feature or request test-runners Issues that affect all test runners (cargo-maelstrom, maelstrom-pytest, maelstrom-to-test, etc.). labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test-runners Issues that affect all test runners (cargo-maelstrom, maelstrom-pytest, maelstrom-to-test, etc.).
Projects
None yet
Development

No branches or pull requests

1 participant