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

Add local registry overlays #13926

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Add local registry overlays #13926

merged 3 commits into from
Jun 11, 2024

Commits on Jun 10, 2024

  1. Add source overlays

    This adds a new mechanism for overlaying sources. An overlayed source
    returns packages from two (or more) sources. This functionality is not
    intended for public use, but it will be useful for packaging a workspace
    that contains inter-crate dependencies.
    
    Co-authored-by: Tor Hovland <55164+torhovland@users.noreply.github.com>
    jneem and torhovland committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2a5633b View commit details
    Browse the repository at this point in the history
  2. Add workspace support for source overlays

    Adds workspace configuration options (not user-exposed) for overlaying
    sources.
    jneem committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    04c963a View commit details
    Browse the repository at this point in the history
  3. Adds tests for source overlays.

    jneem committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ba9dd1e View commit details
    Browse the repository at this point in the history