-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
rustlings watch does nothing when all exercises are complete #251
Labels
Comments
shadows-withal
added
A-source
Area: CLI source
C-feature-request
Category: Feature Request
labels
Dec 19, 2019
@codehearts this could be a very good feature, indeed. If you want to implement it, go for it. It's fairly manageable. Thanks, Abdou |
bors
added a commit
that referenced
this issue
Dec 28, 2019
feat: Show a completion message when watching The completion message is shown only once all exercises succeed and are not annotated with "I AM NOT DONE." The watch command will also exit closes #251 Let me know if there are any tests I could add or if the completion message should be tweaked!
pedantic79
pushed a commit
to pedantic79/rustlings
that referenced
this issue
Apr 11, 2020
The completion message is shown only once all exercises succeed and are not annotated with "I AM NOT DONE." The watch command will also exit closes rust-lang#251
pedantic79
pushed a commit
to pedantic79/rustlings
that referenced
this issue
Apr 11, 2020
…fmoko feat: Show a completion message when watching The completion message is shown only once all exercises succeed and are not annotated with "I AM NOT DONE." The watch command will also exit closes rust-lang#251 Let me know if there are any tests I could add or if the completion message should be tweaked!
MendelMonteiro
pushed a commit
to MendelMonteiro/rustlings
that referenced
this issue
Jun 28, 2020
The completion message is shown only once all exercises succeed and are not annotated with "I AM NOT DONE." The watch command will also exit closes rust-lang#251
ppp3
pushed a commit
to ppp3/rustlings
that referenced
this issue
May 23, 2022
The completion message is shown only once all exercises succeed and are not annotated with "I AM NOT DONE." The watch command will also exit closes rust-lang#251
ppp3
pushed a commit
to ppp3/rustlings
that referenced
this issue
May 23, 2022
…fmoko feat: Show a completion message when watching The completion message is shown only once all exercises succeed and are not annotated with "I AM NOT DONE." The watch command will also exit closes rust-lang#251 Let me know if there are any tests I could add or if the completion message should be tweaked!
dmoore04
pushed a commit
to dmoore04/rustlings
that referenced
this issue
Sep 11, 2022
The completion message is shown only once all exercises succeed and are not annotated with "I AM NOT DONE." The watch command will also exit closes rust-lang#251
dmoore04
pushed a commit
to dmoore04/rustlings
that referenced
this issue
Sep 11, 2022
…fmoko feat: Show a completion message when watching The completion message is shown only once all exercises succeed and are not annotated with "I AM NOT DONE." The watch command will also exit closes rust-lang#251 Let me know if there are any tests I could add or if the completion message should be tweaked!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just completed everything in 2.1.0 and
rustlings watch
showed that my threads1 solution compiled, but no other output was shown. I assumed my solution was running but hit a deadlock or something, but 15 minutes later I realizedwatch
does nothing when you're doneIt'd be nice to display a congratulatory message so we can feel accomplished and know when we're done! 😸
The text was updated successfully, but these errors were encountered: