| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
A SourceSpan can now contain a child SourceSpan, ad infinitum, in order
to represent a chain of locations. The report_source_issue function
has been changed to print the entire chain, instead of just one
SourceSpan.
The report_source_issue function has also been changed to correctly
print SourceSpans that extend across multiple source lines.
|
|
|
|
|
| |
Instead of displaying two locations for the same error, only show the
in_merged source location if there is no in_source location.
|
| |
|
|
|
|
| |
This is used for debugging symbol definition and resolution issues.
|
|
|
|
| |
This is tidier than duplicate imports in every file of the module.
|
|
|