1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/dyn-drv
John Ericson 7ad66cb3ef Allow dynamic derivation deps in inputDrvs
We use the same nested map representation we used for goals, again in
order to save space. We might someday want to combine with `inputDrvs`,
by doing `V = bool` instead of `V = std::set<OutputName>`, but we are
not doing that yet for sake of a smaller diff.

The ATerm format for Derivations also needs to be extended, in addition
to the in-memory format. To accomodate this, we added a new basic
versioning scheme, so old versions of Nix will get nice errors. (And
going forward, if the ATerm format changes again the errors will be even
better.)

`parsedStrings`, an internal function used as part of parsing
derivations in A-Term format, used to consume the final `]` but expect
the initial `[` to already be consumed. This made for what looked like
unbalanced brackets at callsites, which was confusing. Now it consumes
both which is hopefully less confusing.

As part of testing, we also created a unit test for the A-Term format for
regular non-experimental derivations too.

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>

Apply suggestions from code review

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2023-09-07 10:39:37 -04:00
..
build-built-drv.sh Adapt scheduler to work with dynamic derivations 2023-08-25 10:01:25 -04:00
common.sh Make tests/dyn-drv test dir 2023-04-19 18:49:50 -04:00
config.nix.in Make tests/dyn-drv test dir 2023-04-19 18:49:50 -04:00
dep-built-drv.sh Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
eval-outputOf.sh add nix-store --query --valid-derivers command 2023-08-24 11:37:24 +02:00
local.mk Create outputOf primop. 2023-08-14 09:37:37 -04:00
recursive-mod-json.nix Rename a few things in new tests 2023-05-08 08:01:58 -04:00
recursive-mod-json.sh Create outputOf primop. 2023-08-14 09:37:37 -04:00
text-hashed-output.nix Create outputOf primop. 2023-08-14 09:37:37 -04:00
text-hashed-output.sh Rename a few things in new tests 2023-05-08 08:01:58 -04:00