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

Provide a way to print what file or files triggered a rebuild in watch mode #449

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

Comments

@nfachan
Copy link
Collaborator

nfachan commented Jan 14, 2025

Specific Maelstrom Program?
All test runners.

Problem Statement
If the test runner keeps rebuilding and re-running tests, it may be hard to figure out why. While debug output can be turned on, it's overwhelming and hard to sift through.

Proposed Solution
There should be a boolean configuration value that can be used to tell the test runner to print out messages about why it's restarting.

The messages should also explain when editors saves and whatnot take too long and miss the debounce window. It can be confusing to see that a path triggered a restart, and then see it restart twice.

@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
@nfachan nfachan added this to the 0.13.0 milestone Jan 15, 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