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

updates for 0.7 #10

Merged
merged 1 commit into from
Jun 25, 2018
Merged

updates for 0.7 #10

merged 1 commit into from
Jun 25, 2018

Conversation

stevengj
Copy link
Collaborator

@stevengj stevengj commented Jun 25, 2018

Among other things, this PR deprecates nbinclude(path) in favor of @nbinclude(path) in order to use the new @__MODULE__ macro in 0.7, because current_module() is disappearing in 0.7 (JuliaLang/julia#22064). Adds an nbinclude(module, path) function to evaluate in a specific module, however.

As in JuliaLang/julia#22588, we also remove the remotecall_fetch machinery (and the dependency on the Distributed module) by assuming that any node running include has access to the filesystem.

@stevengj stevengj merged commit ac63e1b into master Jun 25, 2018
@stevengj stevengj deleted the nightly branch June 25, 2018 17:47
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.

1 participant