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
julia> @q @time(1+1) :(#= REPL[5]:1 =# @time 1 + 1)
It could be fixed by postwalking and changing all the :macrocalls to have nothing for the line number, I believe?
:macrocall
nothing
The text was updated successfully, but these errors were encountered:
Yeah, or perhaps by fixing the rmlines functions to do the same.
rmlines
Sorry, something went wrong.
Obsolete, as @q was dropped. Close?
@q
Successfully merging a pull request may close this issue.
It could be fixed by postwalking and changing all the
:macrocall
s to havenothing
for the line number, I believe?The text was updated successfully, but these errors were encountered: