roc/crates/compiler/load/tests
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
..
helpers Use module scope instead of var store to generate idents in dbg desugar 2024-09-03 14:00:39 -04:00
platform.roc Report unrecognized shorthands when loading from the root module 2024-06-08 14:12:01 -03:00
test_reporting.rs Do not display generated symbol names in error messages 2024-09-03 14:00:46 -04:00