summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into core-updatesMark H Weaver2019-08-224-12/+47
|\
| * Revert "import: cpan: Adapt for the change to guile-json version 3."...Mark H Weaver2019-08-221-8/+5
| * import: cpan: Adapt for the change to guile-json version 3....Christopher Baines2019-08-211-5/+8
| * tests: Move 'guix environment -C --no-cwd' test where it belongs....Ludovic Courtès2019-08-172-8/+7
| * tests: Relax expectations for the 'home-page' checker....Ludovic Courtès2019-08-171-4/+8
| * derivations: Delete duplicate inputs when computing derivation hash....Ludovic Courtès2019-08-161-0/+32
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-314-5/+48
|\|
| * gexp: 'program-file' honors the current system and cross-compilation target....Ludovic Courtès2019-07-261-0/+19
| * guix system: Add 'reconfigure' module....Jakob L. Kreuze2019-07-261-4/+0
| * git: 'switch-to-ref' resolves tag targets....Ludovic Courtès2019-07-261-1/+1
| * git: <git-checkout> allows tags in its 'commit' field....Ludovic Courtès2019-07-261-1/+7
| * maint: Switch to Guile-JSON 3.x....Ludovic Courtès2019-07-251-0/+22
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-225-32/+228
|\|
| * swh: Add basic tests....Ludovic Courtès2019-07-221-0/+76
| * lint: Add test for 'source'....Ludovic Courtès2019-07-201-0/+17
| * lint: Update tests to (guix lint) migration....Ludovic Courtès2019-07-201-7/+7
| * ui: 'warn-about-load-error' provides hints for unbound variables....Ludovic Courtès2019-07-201-2/+17
| * ui: 'warn-about-load-error' warns about file/module name mismatches....Ludovic Courtès2019-07-201-0/+12
| * channels: Always provide a <channel-metadata> record....Ludovic Courtès2019-07-191-16/+29
| * channels: Strictly check the version of '.guix-channel'....Ludovic Courtès2019-07-191-8/+21
| * linux-container: Add 'eval/container'....Ludovic Courtès2019-07-191-0/+50
* | Merge branch 'master' into core-updatesLudovic Courtès2019-07-173-830/+722
|\|
| * lint: Move the linting code to a different module....Christopher Baines2019-07-151-1/+1
| * scripts: lint: Handle warnings with a record type....Christopher Baines2019-07-151-772/+681
| * gexp: 'lowered-gexp-guile' now returns a <derivation-input>....Ludovic Courtès2019-07-151-1/+2
| * derivations: Update tests to use new calling convention....Ludovic Courtès2019-07-151-54/+35
| * gexp: <lowered-gexp> separates sources from derivation inputs....Ludovic Courtès2019-07-151-2/+3
* | Merge branch 'master' into core-updates...Marius Bakke2019-07-123-0/+74
|\|
| * scripts: environment: Add --no-cwd....Carl Dong2019-07-081-0/+8
| * derivations: 'derivation-build-plan' recurses on substituables....Ludovic Courtès2019-07-051-0/+29
| * gexp: Add 'lower-gexp' and express 'gexp->derivation' in terms of it....Ludovic Courtès2019-07-041-0/+37
* | Merge branch 'staging' into core-updatesMarius Bakke2019-07-022-43/+173
|\|
| * import: pypi: Include optional test inputs as native-inputs....Maxim Cournoyer2019-07-021-29/+50
| * import: pypi: Parse wheel METADATA instead of metadata.json....Maxim Cournoyer2019-07-021-14/+46
| * import: pypi: Support more types of archives....Maxim Cournoyer2019-07-021-2/+50
| * import: pypi: Improve parsing of requirement specifications....Maxim Cournoyer2019-07-021-0/+12
| * import: pypi: Do not parse optional requirements from source....Maxim Cournoyer2019-07-021-0/+14
| * tests: pypi: Mute the output of tar....Maxim Cournoyer2019-07-021-2/+4
| * import: pypi: Do not consider requirements.txt files....Maxim Cournoyer2019-07-021-11/+12
| * guix: import: crate: fix redundant inputs list nesting...Ivan Petkov2019-06-301-1/+1
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-276-48/+112
|\|
| * tests: Avoid TCP port collision between lint.scm and guix-daemon.sh....Ludovic Courtès2019-06-271-1/+1
| * packages: 'specification->package+output' distinguishes "no output specified"....Ludovic Courtès2019-06-271-0/+32
| * derivations: 'build-derivations' can be passed derivation inputs....Ludovic Courtès2019-06-271-2/+5
| * derivations: <derivation-input> now aggregates a <derivation>....Ludovic Courtès2019-06-271-4/+6
| * derivations: Rewrite and replace 'derivations-prerequisites-to-build'....Ludovic Courtès2019-06-271-28/+35
| * derivations: Add 'derivation-input'....Ludovic Courtès2019-06-271-12/+4
| * syscalls: Add 'terminal-rows'....Ludovic Courtès2019-06-271-1/+4
| * ui: 'relevance' considers regexps connected with a logical and....Ludovic Courtès2019-06-271-1/+26
* | Merge branch 'staging' into core-updatesMarius Bakke2019-06-203-11/+107
|\|