guix/tests
nebuli 847391fe62 guix: scripts: Parse $GUIX_BUILD_OPTIONS separately.
Appending to "raw" args broke optional parameters in 'guix package -I'
and 'guix package -A', and possibly other places.  Therefore, switch to
parsing each set of options on its own and append resulting alists
together afterwards.

* guix/scripts/archive.scm (parse-options-from): Rename from
  (parse-options) and add explicit argument.  New form of (parse-options)
  using its old algorithm via -from function.
* guix/scripts/build.scm: Ditto.
* guix/scripts/environment.scm: Ditto.
* guix/scripts/package.scm: Ditto.
* guix/scripts/system.scm: Ditto.
* tests/guix-package.sh: Add test.
* doc/guix.texi (Invoking guix build): Make it clear that the options
  are parsed independently.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2014-12-06 16:03:49 +01:00
..
base32.scm
base64.scm
build-utils.scm utils: Allow wrap-program to be called multiple times. 2014-09-13 21:53:21 -05:00
builders.scm build-system: Introduce "bags" as an intermediate representation. 2014-10-05 21:58:42 +02:00
derivations.scm derivations: Add 'derivation-name'. 2014-11-02 21:22:12 +01:00
gexp.scm gexp: Allow use of high-level objects in #:references-graphs. 2014-09-06 23:42:56 +02:00
guix-archive.sh
guix-authenticate.sh
guix-build.sh guix: scripts: Add GUIX_BUILD_OPTIONS environment handling. 2014-11-30 18:54:07 +01:00
guix-daemon.sh
guix-download.sh
guix-gc.sh
guix-hash.sh
guix-lint.sh tests: Avoid Bash extension in 'tests/guix-lint.sh'. 2014-11-06 18:00:51 +01:00
guix-package.sh guix: scripts: Parse $GUIX_BUILD_OPTIONS separately. 2014-12-06 16:03:49 +01:00
guix-register.sh guix-register: By default, attempt to deduplicate registered items. 2014-08-25 00:16:49 +02:00
guix-system.sh
hash.scm
lint.scm lint: Allow synopses that start with an abbreviation. 2014-11-07 17:52:11 +01:00
monads.scm monads: Add 'mbegin'. 2014-10-08 23:35:20 +02:00
nar.scm tests: When a store item is to be deleted, make it statistically unique. 2014-11-04 21:13:28 +01:00
packages.scm packages: 'package-transitive-supported-systems' accounts for indirect deps. 2014-11-03 21:26:48 +01:00
pk-crypto.scm
pki.scm
profiles.scm ui: Move 'show-manifest-transaction' from (guix profiles). 2014-10-10 00:06:35 +02:00
pypi.scm import: Add PyPI importer. 2014-09-29 19:30:28 -04:00
records.scm records: Report unknown field names in inheriting forms. 2014-07-17 16:45:45 +02:00
signing-key.pub
signing-key.sec
snix.scm import: Add PyPI importer. 2014-09-29 19:30:28 -04:00
store.scm store: Invalidate caches once GC has run. 2014-11-04 21:13:28 +01:00
substitute-binary.scm Break module cycle involving (guix store) and (guix ui). 2014-10-09 23:51:19 +02:00
syscalls.scm syscalls: Add 'mount-points'. 2014-11-10 22:42:14 +01:00
test.drv
ui.scm ui: Move 'show-manifest-transaction' from (guix profiles). 2014-10-10 00:06:35 +02:00
union.scm Factorize test suite support in (guix tests). 2014-08-23 22:33:04 +02:00
utils.scm utils: Add 'strip-keyword-arguments'. 2014-10-05 21:57:19 +02:00