Add support for multiple error sources
Sometimes we want to show both where an error occured and where the cause for that error is. At the moment we use the ERROR_FROM_HERE message to print an error message that tells the user which line caused the error. But it would be better if it was possible to give e.g. addSourceMessage a list of Absyn.Info and allow it to handle this automatically.
Change History
(4)
| Cc: |
perost, → perost
|
| Component: |
→ Frontend
|
| Milestone: |
→ Future
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
| Milestone: |
Future → pre1.9.4
|
| Milestone: |
pre1.9.4 → 1.9.4
|
Fixed in r15455 with the introduction of Error.addMultiSourceMessage.