summaryrefslogtreecommitdiff
path: root/src/exercise.rs
AgeCommit message (Expand)Author
2024-08-22Always use strict Clippy when checking solutionsmo8it
2024-08-20Remove `--show-output` for tests and use `--format pretty`mo8it
2024-08-07Avoid using `RUSTFLAGS` to not trigger rebuilding, especially in rust-analyzermo8it
2024-08-02Use `trim_ascii` instead of `trim`mo8it
2024-08-01Improve the runnermo8it
2024-08-01Hide `cargo build` warnings if there is no outputmo8it
2024-08-01Fix capacitymo8it
2024-07-28Make the output optionalmo8it
2024-07-25Use the rexported crossterm from ratatuimo8it
2024-06-01Check that all solutions run successfullymo8it
2024-05-13Document info_filemo8it
2024-05-13Use public comments for public itemsmo8it
2024-05-13Document exercisemo8it
2024-05-13Thanks Clippy :)mo8it
2024-04-30Disable the pretty format because of `--show-output`mo8it
2024-04-30Implement From<ExerciseInfo> for Exercisemo8it
2024-04-27Use --show-output instead of --nocapturemo8it
2024-04-27Respect the target-dir config and show tests' outputmo8it
2024-04-25Show warnings and errors in the testsmo8it
2024-04-25Raise the output capacitymo8it
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