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

Revise division of labor in deserialization of derivations #3434

Merged
merged 10 commits into from
Aug 27, 2020

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    21ef342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7130f0a View commit details
    Browse the repository at this point in the history
  3. Move some Store functions from derivations.cc to store-api.cc

    This further continues with the dependency inverstion. Also I just went
    ahead and exposed `parseDerivation`: it seems like the more proper
    building block, and not a bad thing to expose if we are trying to be
    less wedded to drv files on disk anywas.
    Ericson2314 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    18493fd View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    8313f0e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    a38ab99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c7746 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    455bdee View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Small namespace fix

    meditans committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e3b394b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    9357512 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    950ddfd View commit details
    Browse the repository at this point in the history