Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make output of report_source_issue more concise | Ben Bridle | 2025-03-10 |
| | | | | | Instead of displaying two locations for the same error, only show the in_merged source location if there is no in_source location. | ||
* | Create struct for reporting unused definitions | Ben Bridle | 2025-02-13 |
| | |||
* | Create struct for reporting in detail the symbols in a resolver | Ben Bridle | 2025-02-10 |
| | | | | This is used for debugging symbol definition and resolution issues. | ||
* | Import from the log and ansi crates once in the reports module | Ben Bridle | 2025-02-10 |
| | | | | This is tidier than duplicate imports in every file of the module. | ||
* | Move report-printing structs to separate module | Ben Bridle | 2025-02-10 |