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

Import from derivation: Better queries, better errors #31

Closed
wants to merge 12 commits into from

Commits on Aug 29, 2012

  1. Configuration menu
    Copy the full SHA
    0bbd8c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc4cca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9763370 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b83eab5 View commit details
    Browse the repository at this point in the history
  5. DrvInfo::queryMetaInfo(state, name): Don't evaluate all of meta just …

    …to get one meta attribute
    shlevy committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    9ec740e View commit details
    Browse the repository at this point in the history
  6. nix-env -q --print-description: Don't try to evaluate all of meta jus…

    …t to get the description
    shlevy committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    6f958bc View commit details
    Browse the repository at this point in the history
  7. getDerivations: add parameter to skip values that throw ImportReadOnl…

    …yError when forceValue'd
    shlevy committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    928f87f View commit details
    Browse the repository at this point in the history
  8. isPrebuilt: Derivations whose outPaths are blocked by a read-only err…

    …ors must be assumed not to be prebuilt
    shlevy committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    6f6f25f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    36d0d9c View commit details
    Browse the repository at this point in the history
  10. nix-env -q: Gracefully bypass ImportReadOnlyErrors in outPath, drvPat…

    …h, and meta attributes
    shlevy committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    efc58a3 View commit details
    Browse the repository at this point in the history
  11. Make all handling of ImportReadOnlyErrors unconditional

    None of the cases that turned handling off didn't have readOnly set anyway.
    shlevy committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    f6db8fe View commit details
    Browse the repository at this point in the history
  12. nix-env opQuery: If we can't get outPath due to an import from deriva…

    …tion in read-only mode, we shouldn't throw an exception just because we're trying to check for substitutable paths
    shlevy committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    a233da3 View commit details
    Browse the repository at this point in the history