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
$ julia --version
julia version 0.4.0
$ julia macro_line_numbers.jl
ERROR: LoadError: UndefVarError: nonexistent not defined
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in process_options at ./client.jl:308
in _start at ./client.jl:411
while loading macro_line_numbers.jl, in expression starting on line 155
There is no line 155 in this file. Removing @time gives the correct line number (1).
The text was updated successfully, but these errors were encountered:
Example code:
@time nonexistent
Output:
There is no line 155 in this file. Removing
@time
gives the correct line number (1).The text was updated successfully, but these errors were encountered: