Want better error location for missing )
in argument lists
#14915
Labels
error handling
Handling of exceptions by Julia or the user
I have some code that apparently has a missing parenthesis somewhere. This is the error message I receive (Julia 0.5 master):
Note that the error location is the whole module, i.e. "in expression starting on line 1". This is not very useful. Could you output the location of the
(
token hat started the argument list?The text was updated successfully, but these errors were encountered: