lix/src
Griffin Smith 626200713b Pass all args when auto-calling a function with an ellipsis
The command line options --arg and --argstr that are used by a bunch of
CLI commands to pass arguments to top-level functions in files go
through the same code-path as auto-calling top-level functions with
their default arguments - this, however, was only passing the arguments
that were *explicitly* mentioned in the formals of the function - in the
case of an as-pattern with an ellipsis (eg args @ { ... }) extra passed
arguments would get omitted. This fixes that to instead pass *all*
specified auto args in the case that our function has an ellipsis.

Fixes #598
2020-08-27 12:38:25 -04:00
..
build-remote Make system-features a store setting 2020-08-12 18:13:00 +00:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libexpr Pass all args when auto-calling a function with an ellipsis 2020-08-27 12:38:25 -04:00
libfetchers Merge pull request #3932 from chkno/no-show-signature 2020-08-17 11:00:24 +02:00
libmain Always reset ANSI colors in progress-bar line 2020-08-10 17:44:17 +02:00
libstore Merge pull request #3434 from Ericson2314/derivation-header-include-order 2020-08-27 16:39:28 +02:00
libutil Typo 2020-08-27 14:51:50 +02:00
nix Merge pull request #3434 from Ericson2314/derivation-header-include-order 2020-08-27 16:39:28 +02:00
nix-build unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
nix-channel Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
nix-collect-garbage unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
nix-copy-closure Revert the enum struct change 2020-06-18 22:11:26 +00:00
nix-daemon Separate auth and logic for the daemon 2020-08-12 15:22:33 +00:00
nix-env Rename drv output querying functions 2020-08-20 14:12:51 +00:00
nix-instantiate remove 'format' from Error constructor calls 2020-04-21 17:07:07 -06:00
nix-prefetch-url Merge branch 'hash-always-has-type' into better-ca-parse-errors 2020-07-13 03:02:09 +00:00
nix-store Merge pull request #3875 from obsidiansystems/new-interface-for-path-pathOpt 2020-08-14 17:19:19 +02:00
resolve-system-dependencies StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00