roc/crates/compiler/load
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
..
src Add Task as a built-in module/type 2024-06-25 00:03:56 -07:00
tests Do not display generated symbol names in error messages 2024-09-03 14:00:46 -04:00
build.rs Merge branch 'main' into builtin-task 2024-07-03 00:42:48 -07:00
Cargo.toml split test_utils 2024-04-15 20:30:34 +10:00