Simplify error messages reported by the compiler #853

Merged
ghallak merged 10 commits from ghallak/354 into master 2022-01-05 19:22:22 +09:00

10 Commits

Author SHA1 Message Date
Gaith Hallak
7ad8fc28d9 Remove new line from the end of data error messages 2021-12-20 13:08:13 +02:00
Gaith Hallak
6f0c4c4129 Add new line after error message 2021-12-20 12:26:10 +02:00
Gaith Hallak
41ddfd18d3 Fix the rest of the error messages 2021-12-18 17:29:15 +02:00
Gaith Hallak
c209d51c5a Fix tests for changed error messages 2021-12-17 19:27:32 +02:00
Gaith Hallak
83a8a793fa Change error message with new line before code 2021-12-17 17:41:36 +02:00
Gaith Hallak
f0f4bc0d24 Remove at POS from pp_why_record context 2021-12-17 17:25:51 +02:00
Gaith Hallak
5bc1322a5b Convert multiple line error messages into single line error messages 2021-12-17 17:25:51 +02:00
Gaith Hallak
b6fad5df2e Remove trailing new lines and at POS from error messages 2021-12-17 17:25:51 +02:00
Gaith Hallak
d8d82737d4 Revert "Add raw error message for 2 errors"
This reverts commit 0db6d16140d52e29cd8a12d8719ee57ca874d5f5.
2021-12-17 13:38:02 +02:00
Gaith Hallak
0db6d16140 Add raw error message for 2 errors
The errors: `unnamed_map_update_with_default` and `unbound_variable`.
2021-12-17 13:00:49 +02:00