-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
ERROR: error compiling anonymous: unsupported or misplaced expression export in function anonymous #8051
Comments
Thanks, Jeff. I am looking forward to #6195 or some variation thereof. Cheers! |
I get this error when trying to do conditionally import Base.Markdown in Markdown.jl:
Which doesn't quite work without the conditional anyways! |
Closed
Addressed by using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I receive the error in the subject when I attempt to conditionally compile the source code below.
However, if I remove
;flip=false
from the definition ofplay
, everything compiles and works fine, including theexport
line.This seems inconsistent to me, although I'd be happy with an explanation and/or a workaround.
For reference, this is from here.
I'm on a version of master compiled today:
The text was updated successfully, but these errors were encountered: