summaryrefslogtreecommitdiff
path: root/src/app_state.rs
AgeCommit message (Collapse)Author
2024-09-01Fix typomo8it
2024-08-29Simplify next_pending_exercise_indmo8it
2024-08-29Optimize reading and writing the state filemo8it
2024-08-29The number of exercises can't be zero, but stillmo8it
2024-08-29Fix error about too many open files during the final checkmo8it
2024-08-28Only disable links in VS code in the listmo8it
2024-08-28Use sol_pathmo8it
2024-08-25Use queue instead of Stylizemo8it
2024-08-25Final touches :Dmo8it
2024-08-08Use fixed seeds with ahashmo8it
2024-08-08Replace hashbrown with ahashRemo Senekowitsch
hashbrown is already used in the standard library, but we want the improved performance of the different hash algorithm. Using ahash directly conveys this intent more clearly.
2024-08-02Use `trim_ascii` instead of `trim`mo8it
2024-08-01Improve the runnermo8it
2024-07-28Make the output optionalmo8it
2024-07-28Run the final check in parallelmo8it
2024-07-25Use the rexported crossterm from ratatuimo8it
2024-07-07Mark the last exercise as donemo8it
2024-06-01Check that all solutions run successfullymo8it
2024-05-13Use public comments for public itemsmo8it
2024-05-13Document exercisemo8it
2024-05-13Don't skip exercises on file changesmo8it
2024-05-13Improve input handlingmo8it
2024-05-12Optimize embedded dirsmo8it
2024-04-30test next_pending_exercise_indmo8it
2024-04-30Fix clearing the terminalmo8it
2024-04-30Implement From<ExerciseInfo> for Exercisemo8it
2024-04-29Document main and app_statemo8it
2024-04-27Fix initializationmo8it
2024-04-27Respect the target-dir config and show tests' outputmo8it
2024-04-25Replace `mode` by `test` and `strict_clippy`mo8it
2024-04-25Use write macros instead of write_fmtmo8it
2024-04-25Use os_pipemo8it
2024-04-24Dump solution and show its pathmo8it
2024-04-24Don't write solutions in debug modemo8it
2024-04-24Write the solution file on donemo8it
2024-04-23Refactor embedded files to add solutionsmo8it
2024-04-21Add a disclaimer to the state filemo8it
2024-04-18Improve resettingmo8it
2024-04-18Move constantmo8it
2024-04-14Print the trimmed final messagemo8it
2024-04-14Trim the final messagemo8it
2024-04-14Show the welcome messagemo8it
2024-04-14Use push instead of extend_from_slice on charsmo8it
2024-04-14Simplify the state filemo8it
2024-04-14Add terminal linksmo8it
2024-04-14Tolerate changes in the state filemo8it
2024-04-12Show the final messagemo8it
2024-04-12Print FAILEDmo8it
2024-04-12It doesn't take minutes :Pmo8it
2024-04-12Handle the case when all exercises are donemo8it