We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To document what's mentioned in #3661, evalfile gives bad backtraces:
in badfile.jl:
badfile.jl
@assert false
Then,
julia> evalfile("badfile.jl") ERROR: assertion failed: false in error at error.jl:22 in evalfile at loading.jl:145 in evalfile at no file
The text was updated successfully, but these errors were encountered:
b97e7cf
No branches or pull requests
To document what's mentioned in #3661, evalfile gives bad backtraces:
in
badfile.jl
:Then,
The text was updated successfully, but these errors were encountered: