https://github.com/JuliaLang/julia
Revision 06a49a392db85e1f55a1810669559389e8ecf37c authored by Simeon David Schaub on 25 April 2022, 12:30:31 UTC, committed by Simeon David Schaub on 25 April 2022, 20:15:55 UTC
Not sure whether putting hints into the lowering pass like this is a
great solution. I thought about maybe using Julia-side error hints for
this instead, but using some kind of pattern-matching doesn't seem like
a great solution either.

fixes #45031
1 parent 9d14cb1
History
Tip revision: 06a49a392db85e1f55a1810669559389e8ecf37c authored by Simeon David Schaub on 25 April 2022, 12:30:31 UTC
improve error message for invalid function args
Tip revision: 06a49a3
File Mode Size
basic.jl -rw-r--r-- 23.2 KB
io.jl -rw-r--r-- 22.0 KB
lazy.jl -rw-r--r-- 3.1 KB
search.jl -rw-r--r-- 17.8 KB
string.jl -rw-r--r-- 12.4 KB
strings.jl -rw-r--r-- 390 bytes
substring.jl -rw-r--r-- 9.2 KB
unicode.jl -rw-r--r-- 20.6 KB
util.jl -rw-r--r-- 28.9 KB

back to top