summaryrefslogtreecommitdiff
path: root/src/exercise.rs
AgeCommit message (Collapse)Author
2024-04-25Replace `mode` by `test` and `strict_clippy`mo8it
2024-04-25Use os_pipemo8it
2024-04-24Dump solution and show its pathmo8it
2024-04-23Refactor embedded files to add solutionsmo8it
2024-04-21Rename constantmo8it
2024-04-18Improve resettingmo8it
2024-04-18Use git stash to reset third-party exercisesmo8it
2024-04-17Fix testsmo8it
2024-04-17Fix typomo8it
2024-04-17Add "dev update"mo8it
2024-04-16Use colors inside the testmo8it
2024-04-14Add terminal linksmo8it
2024-04-14Tolerate changes in the state filemo8it
2024-04-13Remove unused ContextLinemo8it
2024-04-12Show the final messagemo8it
2024-04-12Fix Display for Exercisemo8it
2024-04-12Deal with long stringsmo8it
2024-04-11Panic if there are no exercisesmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-04-10Add deny_unknown_fieldsmo8it
2024-04-08Merge importsmo8it
2024-04-07Remove the info_toml_content fieldmo8it
2024-04-07Some renamingsmo8it
2024-04-07Implement resettingmo8it
2024-04-07Return an error instead of exitingmo8it
2024-04-05Use the pretty format when testing even with -qmo8it
2024-04-01Make `cargo run` workmo8it
2024-03-31Remove redundant testmo8it
2024-03-31Some improvements to error handlingmo8it
2024-03-31Use Cargo instead of rustcmo8it
2024-03-30Fix testsmo8it
2024-03-28POC donemo8it
2024-03-28Remove unneeded ./ from relative pathsmo8it
2024-03-27Merge branch 'main' into performancemo8it
2024-03-27Merge pull request #1916 from mo8it/commandMo
Pipe the output of command to null instead of capturing and ignoring it
2024-03-26Derive Eq when PartialEq is derivedmo8it
2024-03-26Add commentsmo8it
2024-03-26Fix context of previous lines and improve readabilitymo8it
2024-03-25Pipe the output to null instead of capturing and ignoring itmo8it
2024-03-24Make "I AM NOT DONE" caselessmo8it
2024-03-24Replace regex with winnowmo8it
2024-03-24Optimize statemo8it
2023-10-16fix(watch): update the CLIPPY_CARGO_TOML_PATHmarkgreene74
... to reflect the changes to the exercise directory names. The path exercises/clippy replaced with exercises/22_clippy. closes #1726
2023-09-27fix(cli): stop littering pdb files on windowsDocWilco
2023-09-25Give a more helpful error when a file is missingjyn
Previously, this would just say "missing file". Now it shows the path of the file that was missing, which should make it easier to debug what went wrong.
2023-08-26Run clippy --fixmo8it
2023-02-05Fix the problem of different edition between rustc and rust-analyzerwjwrh
2022-10-12Apply uninlined-format-args clippy lintYuri Astrakhan
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 ```
2022-07-01change edition to 2021 in exercices.rs KatanaFluorescent
workaround for this issue https://github.com/rust-lang/rustlings/issues/1022
2022-02-04fix(clippy1): Set clippy::float_cmp lint to deny (#907)radicale