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

export and import (using/importall) does not support interpolation #11332

Closed
yuyichao opened this issue May 18, 2015 · 0 comments · Fixed by #11338
Closed

export and import (using/importall) does not support interpolation #11332

yuyichao opened this issue May 18, 2015 · 0 comments · Fixed by #11338

Comments

@yuyichao
Copy link
Contributor

I mentioned this in #10910 but I think they are not related.

julia> a = :b
:b

julia> @eval export a

julia> @eval export $a
ERROR: unsupported or misplaced expression export
@yuyichao yuyichao changed the title @eval does not support export export and import (using/importall) does not support interpolation May 19, 2015
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.

1 participant