room for improvement with undefined var
error message
#5632
Labels
error handling
Handling of exceptions by Julia or the user
undefined var
error message
#5632
produces
The error message, if you read as "foo not defined yet", would maybe point you to the fact
foo
is later used in the function as a variable, but I would find it confusing because the meaning offoo
at that point is unambiguous, and is in fact defined in two places (not nowhere, as the message implies)The text was updated successfully, but these errors were encountered: