Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-29 | util.hh: Delete remaining file and clean up headers | Tom Hubrecht | |
Change-Id: Ic1f68e6af658e94ef7922841dd3ad4c69551ef56 | |||
2024-05-29 | util.{hh,cc}: Split out terminal.{hh,cc} | Tom Hubrecht | |
Change-Id: I9de2296b4012d50f540124001d54d6ca3be4c6da | |||
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. |