| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
closes #1373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix(verify): progress bar percent now updates with the number of files verified
|
|
closes #1215
|
|
verified
|
|
Fix typo in method name
|
|
|
|
fix nix environment
|
|
|
|
|
|
feat(verify): add progress percentage in watch mode
|
|
|
|
This lint should also be applied to the excersies,
but I am not certain how to run it for all non-crate individual files.
To re-run:
```
rustup run nightly cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change edition to 2021 in exercices.rs
|
|
workaround for this issue https://github.com/rust-lang/rustlings/issues/1022
|
|
|
|
|
|
|
|
Plus, remove the clog configuration file,
since that's not being used anymore.
|
|
|
|
|
|
fix(cli): Move long text strings into constants.
|
|
closes #859
closes #913
closes #942
|
|
closes #360
BREAKING CHANGE: verify() has a new function signature so it can
know the current completion progress
|
|
|
|
|
|
|
|
|
|
closes: #842
|
|
feat: add more watch commands
|
|
|
|
|