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 support for watch #3

Open
No9 opened this issue Dec 8, 2020 · 1 comment
Open

Add support for watch #3

No9 opened this issue Dec 8, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@No9
Copy link
Collaborator

No9 commented Dec 8, 2020

Now there is support for test libraries https://github.com/No9/roche/tree/main/examples/full
It would be nice to include a watcher that monitors the project folder and does an auto build-test.
This may be possible with a shell using the stat command but it may be a feature that is implemented with the port to native code.

@No9
Copy link
Collaborator Author

No9 commented Jan 3, 2021

Looking at mdbook implementation https://github.com/rust-lang/mdBook/blob/master/src/cmd/watch.rs#L109
A watch should be put on the src folder and the test code executed.

@No9 No9 added enhancement New feature or request help wanted Extra attention is needed labels Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant