roc/crates/reporting/src
Elias Mulhall f356f6f7a0
Do not display generated symbol names in error messages
When an error message reports on a symbol that was generated during
canonicalization, use text like "This value" instead of "This `123`
value". Generated symbols use the identifier index as the symbol name,
since valid Roc variables cannot begin with a number so there's no
chance of collision. We don't want to display generated symbols to the
user, so when building the error message we check if the symbol's name
starts with a digit.
2024-09-03 14:00:46 -04:00
..
error Do not display generated symbol names in error messages 2024-09-03 14:00:46 -04:00
cli.rs Use constant ANSI code to reset boldfaced colors in reporting for CHECK and TEST command. Remove unused color_reset constant. 2024-03-06 00:47:34 +01:00
lib.rs Report builtins type errors during load building as appropriate 2022-11-24 10:05:25 -05:00
report.rs Merge attempt 2024-08-19 23:34:05 -07:00