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

Fix for packages not loaded into Main on 0.7 #189

Merged
merged 1 commit into from
Sep 22, 2017
Merged

Fix for packages not loaded into Main on 0.7 #189

merged 1 commit into from
Sep 22, 2017

Conversation

ararslan
Copy link
Member

As of JuliaLang/julia#23579, packages aren't loaded into Main by default, which breaks one of the checks we're using here in addrequire. This PR fixes that by adding an additional check for whether the given module is a root module.

See also discussion in JuliaLang/julia@ff9fb48, and cc @KristofferC.

@ararslan
Copy link
Member Author

Nightly failures are unrelated.

@ararslan ararslan merged commit d89aa72 into master Sep 22, 2017
@ararslan ararslan deleted the aa/no-main branch September 22, 2017 19:18
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