Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | Implement `operator<<` for Suggestions | regnat | |
That way there’s no need to explicitely convert it to a string when printing it | |||
2022-03-07 | Add some tests for the suggestions | regnat | |
2022-03-07 | Implement a suggestions mechanism | regnat | |
Each `Error` class now includes a set of suggestions, and these are printed by the top-level handler. |