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

Ensure Main.eval and Main.include exist in embedded julia #32062

Merged
merged 1 commit into from
May 21, 2019

Commits on May 21, 2019

  1. Ensure Main.eval and Main.include exist in embedded julia

    These two functions need to be added to Main as part of `jl_init()`,
    but only when Base is present to avoid bootstrap issues.
    c42f committed May 21, 2019
    Configuration menu
    Copy the full SHA
    0791d36 View commit details
    Browse the repository at this point in the history