Skip to content

Conversation

@KristofferC
Copy link
Member

Tests pass locally on 0.6 and 0.7 without deprecation warnings.

@ChrisRackauckas
Copy link
Member

Forgot to update travis.yml

return ex
end
if all(isnumber, ex.args[2:end]) && length(ex.args) > 1
return eval(current_module(), ex)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this is wrong.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Do you know where it is documented how to upgrade code like this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mentioned it in #118. There will be no dynamically scoped current module so you need to thread it through manually.

@mlubin
Copy link
Collaborator

mlubin commented Feb 11, 2018

Some of these fixes were merged in #119.

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.

4 participants