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

Updated deprecation warning in eval() #237

Merged
merged 1 commit into from
Sep 10, 2018
Merged

Conversation

sylvaticus
Copy link
Contributor

@sylvaticus sylvaticus commented Sep 4, 2018

Updated a warning in Julia 0.7 that would let to problems in Julia 1.0:
eval(Main,q) ==> Core.eval(Main,q)
(this rise up in @symfuns f)

Updated a warning in Julia 0.6 that would let to problems in Julia 1.0:
`eval(Main,q) ==> Core.eval(Main,q)`
(this rise up in `@symfuns f`)
@jverzani
Copy link
Collaborator

jverzani commented Sep 5, 2018

Great. Thanks. If it isn't much trouble, adding a test would be super helpful.

@jverzani jverzani merged commit 0b1c6e1 into JuliaPy:master Sep 10, 2018
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 this pull request may close these issues.

2 participants