Skip to content
New issue

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

@q doesn't work with macros #107

Open
cstjean opened this issue Dec 10, 2018 · 2 comments
Open

@q doesn't work with macros #107

cstjean opened this issue Dec 10, 2018 · 2 comments

Comments

@cstjean
Copy link
Collaborator

cstjean commented Dec 10, 2018

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?

@MikeInnes
Copy link
Member

Yeah, or perhaps by fixing the rmlines functions to do the same.

@mauro3
Copy link
Contributor

mauro3 commented Aug 14, 2020

Obsolete, as @q was dropped. Close?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants