'cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/derivations.scm
. this. (inferior-packages): New procedure; force the promise. (%inferior-package-table, lookup-inferior-packages): New procedures. * tests/inferior.scm ("lookup-inferior-packages") ("lookup-inferior-packages and eq?-ness"): New tests.
AgeCommit message (Expand)Author
2019-09-06Merge branch 'master' into core-updatesMark H Weaver
2019-09-02tests: 'with-http-server' accepts multiple responses....Ludovic Courtès
2019-08-22Merge branch 'master' into core-updatesMark H Weaver
2019-08-16derivations: Delete duplicate inputs when computing derivation hash....Ludovic Courtès
2019-07-17Merge branch 'master' into core-updatesLudovic Courtès
2019-07-15derivations: Update tests to use new calling convention....Ludovic Courtès
2019-07-12Merge branch 'master' into core-updates...Marius Bakke
2019-07-05derivations: 'derivation-build-plan' recurses on substituables....Ludovic Courtès
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-27derivations: 'build-derivations' can be passed derivation inputs....Ludovic Courtès
2019-06-27derivations: <derivation-input> now aggregates a <derivation>....Ludovic Courtès
2019-06-27derivations: Rewrite and replace 'derivations-prerequisites-to-build'....Ludovic Courtès
2019-06-20Merge branch 'staging' into core-updatesMarius Bakke
2019-06-18tests: Avoid 'delete-paths' calls for 'derivation-prerequisites-to-build'....Ludovic Courtès
2019-06-14packages: Remove 'search-bootstrap-binary'....Ludovic Courtès
2019-06-10store: 'build-things' accepts derivation/output pairs....Ludovic Courtès
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Ludovic Courtès
2019-01-21store: Rename '&nix-error' to '&store-error'....Ludovic Courtès
2018-11-28derivations: Add properties....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-01-30derivations: Adjust tests for Stow environments....Ludovic Courtès
2017-10-12tests: Support multiple HTTP server instances....Ludovic Courtès
2017-06-02derivations: 'derivation-prerequisites-to-build' returns <substitutable>....Ludovic Courtès
2017-06-02derivations: 'substitution-oracle' returns a <substitutable>....Ludovic Courtès
2017-04-22derivations: Adjust builder encoding test....Ludovic Courtès
2017-04-21derivations: Restore UTF-8 encoding of build scripts....Ludovic Courtès
2017-03-28derivations: Do not fetch narinfos for non-substitutable items....Ludovic Courtès
2018-09-21inferior: Add 'inferior-package-derivation'.Ludovic Courtès
* guix/inferior.scm (read-inferior-response) (send-inferior-request): New procedures. (inferior-eval): Rewrite in terms of these. (proxy, inferior-package-derivation, inferior-package->derivation) (package-compiler): New procedures. * tests/inferior.scm ("inferior-package-derivation"): New test.