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

minimal hook into loading needed for Pkg3 (take 2) #20120

Merged
merged 5 commits into from Jan 24, 2017
Merged

Commits on Jan 24, 2017

  1. load_hook: allow custom loading via non-Strings in LOAD_PATH

    Overload Base.load_hook to handle special types in LOAD_PATH
    StefanKarpinski committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    2e76a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e05626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0c94f6 View commit details
    Browse the repository at this point in the history
  4. Hack to avoid breaking Pkg.build in presence of custom loaders

    The correct solution here is to serialize the code that's currently
    generated as a string the way that the load cache code works – i.e.
    using proper de/serialization.
    StefanKarpinski committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    b4b20d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    708a757 View commit details
    Browse the repository at this point in the history