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

Change types to prepare the way for CA derivations --- contains #3795 #3807

Merged
merged 9 commits into from Aug 5, 2020

Conversation

Ericson2314
Copy link
Member

@Ericson2314 Ericson2314 commented Jul 13, 2020

This is a small changes on top of #3795. The idea is that PR does some other fixes and "boring things' such that the difference between it and this should be very readable.


Main commit:

We've added the variant to DerivationOutput to support them, but made
DerivationOutput::path partial to avoid actually implementing them.

With this chage, we can all collaborate on "just" removing
DerivationOutput::path calls to implement CA derivations.

N.B. not using `std::visit` for fetchurl because there is no attempt to
handle all the cases (e.g. no `else`) and lambda complicates early
return.
We've added the variant to `DerivationOutput` to support them, but made
`DerivationOutput::path` partial to avoid actually implementing them.

With this chage, we can all collaborate on "just" removing
`DerivationOutput::path` calls to implement CA derivations.
@Ericson2314 Ericson2314 changed the title Change types to prepare the way for CA derivations Change types to prepare the way for CA derivations --- contains #3795 Jul 13, 2020
@Ericson2314
Copy link
Member Author

CC @regnat --- Sorry I forgot to ping!

Comment on lines +18 to +19
/* Will need to become `std::optional<StorePath>` once input-addressed
derivations are allowed to depend on cont-addressed derivations */
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figure this is fine for now.

@Ericson2314
Copy link
Member Author

Conflicts fixed.

@edolstra edolstra merged commit 7cf9784 into NixOS:master Aug 5, 2020
@Ericson2314 Ericson2314 deleted the ca-derivation-data-types branch August 5, 2020 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants