]> git.lizzy.rs Git - rust.git/commit
Merge #1174
authorbors[bot] <bors[bot]@users.noreply.github.com>
Sat, 20 Apr 2019 14:02:36 +0000 (14:02 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Sat, 20 Apr 2019 14:02:36 +0000 (14:02 +0000)
commit526a6aba104a32eb9f0f5a65232783d5570c35d5
treef8f6687924cb15a2d759dae02205b7f28a5f83fd
parent0d39b1c3fa03a8032ea96be922fd62710f811aba
parent4cd0a96c96870d4e9a73b92f401a8fad26f3c02a
Merge #1174

1174: improve cargo watch r=matklad a=vemoo

- Add start and stop commands
- Cleanup trypescript code to avoid definite assignment assertions (`!` after possibly undefined value)
- Recover `rustc-watch` problem matcher because it's still useful, can be used with any command, for example `cargo test`

Co-authored-by: Bernardo <berublan@gmail.com>