You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remarkably, this appears to not be a duplicate any of the previous error reporting related issues. But cf. #4744 (general error improvements), #6179 (for syntax errors).
Domain Errors and Bounds Errors provide incorrect tracebacks when called within loops. For example, if a file contains
then the domain error is traced back to line 1, instead of line 2. Bounds errors provide incorrect tracebacks in the following example:
In this case, the error is traced back to the do_something() line, instead of where the error actually occurs at the foo[5] line.
I'm running Julia commit 74a41d2 on Windows.
The text was updated successfully, but these errors were encountered: