roche icon indicating copy to clipboard operation
roche copied to clipboard

Add support for watch

Open No9 opened this issue 5 years ago • 1 comments

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 avatar Dec 08 '20 03:12 No9

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 avatar Jan 03 '21 01:01 No9