JuliaLang / JuliaLang/JuliaSyntax.jl
Unclear error message for invalid string
Open
error messages
- Dominant language
- Julia
- Stars
- 293
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
New users may not know that `$` (or some other character) has a special meaning in Julia, in which case this error is confusing:
```julia
julia> str = "hello $x$"
ERROR: ParseError:
# Error @ REPL[26]:1:17
str = "hello $x$"
# └ ── identifier or parenthesized expression expected after $ in string
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.