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

[RFC 0092] Computed derivations #92

Merged
merged 59 commits into from
Jan 12, 2022
Merged

Commits on Feb 1, 2019

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

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    3b8422a View commit details
    Browse the repository at this point in the history
  2. Switch to advocating temp store rather than daemon socket

    Also:
    
     - Allow fixed output builds (in that temp store)
    
     - Clean up drawbacks and alternatives.
    Ericson2314 committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    4da9193 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. ret-cont-recursive-nix: Fix typo

    Thanks @siddharthist!
    
    Co-Authored-By: Ericson2314 <git@JohnEricson.me>
    langston-barrett and Ericson2314 committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    800b5f3 View commit details
    Browse the repository at this point in the history
  2. ret-cont-recursive-nix: Fix typo

    Thanks @Mic92
    
    Co-Authored-By: Ericson2314 <git@JohnEricson.me>
    Mic92 and Ericson2314 committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    f708983 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. ret-cont-recursive-nix: Fix typo

    Thanks @globin
    
    Co-Authored-By: Ericson2314 <git@JohnEricson.me>
    globin and Ericson2314 committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    6a87c1b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. ret-cont-recursive-nix: Fix typo

    Thanks @siddharthist!
    
    Co-Authored-By: Ericson2314 <git@JohnEricson.me>
    langston-barrett and Ericson2314 committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    36193e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Configuration menu
    Copy the full SHA
    ffb9203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5564fdb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Do a lousy job formalizing the detailed design

    Break off some previously inline observations into their own subsection.
    Ericson2314 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    22f8322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f5f854 View commit details
    Browse the repository at this point in the history
  3. ret-cont-recursive-nix: Fix typo

    Thanks @Mic92!
    
    Co-Authored-By: Ericson2314 <git@JohnEricson.me>
    Mic92 and Ericson2314 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    5c9f1fb View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. ret-cont-recursive-nix: Remove dangling "$o"

    The later examples with `nix-instantiate` automatically get all the outputs of the final rewritten drv, so there's no output iteration needed. `"$o"` was mistakenly copied over from the earlier examples.
    
    Thanks to @ocharles for asking me the question that led me to this. Hopefully this change answers that?
    Ericson2314 committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    5e56f21 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Update rfcs/0000-ret-cont-recursive-nix.md

    Co-Authored-By: Domen Kožar <domen@enlambda.com>
    Ericson2314 and domenkozar committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    ba7dcce View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. ret-cont-recursive: Fix typo

    about -> out
    Ericson2314 committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    8bcb4e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baae1e6 View commit details
    Browse the repository at this point in the history
  3. ret-cont: Fix syntax error

    No `let`, so don't need `in`.
    Ericson2314 committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    9448a2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37a643e View commit details
    Browse the repository at this point in the history
  5. ret-cont: Fix missing explicit outputs and __recursive

    This was in the "wrapper" derivation example.
    Ericson2314 committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    14b134d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. ret-cont: "caching builds" -> "caching evaluation"

    We already cache builds just fine, thanks!
    
    Thanks @globin for catching
    Ericson2314 committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    1b0a6a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

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

Commits on Feb 19, 2021

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

Commits on Apr 4, 2021

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

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    6d97de1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2079528 View commit details
    Browse the repository at this point in the history
  3. plan-dynanism: Fix typo

    Thanks @mweinelt.
    Ericson2314 committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    fd7bb41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec622cd View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Thanks!
    
    Co-authored-by: Rosario Pulella <Rosariopulella@gmail.com>
    Co-authored-by: Ninjatrappeur <NinjaTrappeur@users.noreply.github.com>
    3 people committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    ad74b68 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    0eaa6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49070db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c50ee43 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    98ea32a View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Ollie Charles <ollie@ocharles.org.uk>
    Ericson2314 and ocharles committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    c01f07c View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Ollie Charles <ollie@ocharles.org.uk>
    Ericson2314 and ocharles committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    3f187a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d18780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e92cc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. plan-dynanism: Fix bad sentence

    Thanks @roberth!
    Ericson2314 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1e2012c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

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

Commits on Oct 16, 2021

  1. plan-dynamism: Rip out part 2

    There is more to do I'm sure, but I wanted to get the ball rolling.
    Ericson2314 committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    970ff43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6d6b17 View commit details
    Browse the repository at this point in the history
  3. plan-dynamism: Fix typo

    Thanks @L-as
    Ericson2314 committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    6ab3338 View commit details
    Browse the repository at this point in the history
  4. TEMP PLES AMEND

    Ericson2314 committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    5f7d4da View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. [RFC 0092] Rename file

    L-as committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ea388e7 View commit details
    Browse the repository at this point in the history
  2. [RFC 0092] Fix YAML header

    L-as committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f6741c4 View commit details
    Browse the repository at this point in the history
  3. [RFC 0092] Rewrite summary

    L-as committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b5aa21d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    866dc5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    098fe68 View commit details
    Browse the repository at this point in the history
  6. [RFC 0092] Small fix

    L-as committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    fed8991 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    854fd9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f853a6f View commit details
    Browse the repository at this point in the history
  9. [RFC 0092] Fix syntax error

    L-as committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    1abaf30 View commit details
    Browse the repository at this point in the history
  10. [RFC 0092] Small change

    L-as committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ef1d9aa View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    5115ebb View commit details
    Browse the repository at this point in the history
  2. [RFC 0092] Add comment about IFD

    L-as committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    fdbf778 View commit details
    Browse the repository at this point in the history
  3. [RFC 0092] Fix typo

    L-as committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    2388cbe View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update rfcs/0092-plan-dynamism.md

    Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
    edolstra and Mic92 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    404ad6d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    a906a7c View commit details
    Browse the repository at this point in the history
  2. plan-dynamism-experiment: Fix typo

    Thanks @L-as
    Ericson2314 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    4d579ed View commit details
    Browse the repository at this point in the history