summaryrefslogtreecommitdiff
path: root/exercises/13_error_handling
AgeCommit message (Collapse)Author
2025-03-25Fix typo - errors5.rscassian-goode
Minor typo correction in exercise instructions
2025-02-28Use consistent apostrophes in markdown filesPeter Neave
2024-08-22Use match instead of comparison chainmo8it
2024-08-17Remove dot for copy-pastamo8it
2024-08-04chore: Fix snakecase convention in errors6.rsMatt Nield
Exercise errors6.rs prompts the user to add a method named `from_parseint`. This commit changes the method name to the corrected snakecase format, `from_parse_int`.
2024-07-08errors3: Add a comment to prevent changing the wrong linemo8it
2024-07-05chore: Update errors5.rs exercise to be consistent with solutionMatt Nield
In errors5.rs, there are two lines of a pattern matching block for which the order is reversed between the exercise file and the solution file. Since these lines are not changed as part of the exercise, this commit updates the exercise to make the order of the lines consistent with the solution, so that users will focus only on the lines that change between the exercise and the solution.
2024-07-04Fix warningsmo8it
2024-07-04Improve a comment in errors2mo8it
2024-06-27errors6 solutionmo8it
2024-06-26errors5 solutionmo8it
2024-06-26errors4 solutionmo8it
2024-06-26errors3 solutionmo8it
2024-06-26errors2 solutionmo8it
2024-06-26Fix testsmo8it
2024-06-26errors1 solutionmo8it
2024-05-22Remove unneeded pubmo8it
2024-04-17Clean up and unify exercisesmo8it
2024-04-17Require a main function in all exercisesmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer