-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Description
If the compiler crashes during compilation the full stack trace from the compiler (and maybe some additional clarification) should be displayed instead of the sole error message from the compiler's exception, which can be as vague as e.g. just assertion failed: <none>
.
This is important for 2 main reasons:
- It's not quite clear if the error means something is wrong with the user's code, the compiler or scala-cli itself
- This would make reporting errors to the compiler easier and would encourage people to report bugs (we could also include some message explaining how to do that with a link to the proper repository etc.)
(Reported for scala-cli v0.0.7)
SethTisue and KacperFKorban
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done