Files
nix/src/libexpr
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
..
2020-05-30 00:44:11 +02:00
2020-08-07 14:13:24 +02:00
2019-03-14 14:10:52 +01:00
2020-04-16 17:30:18 +02:00
2020-06-15 14:12:39 +02:00
2019-03-14 14:11:12 +01:00
2020-06-30 16:31:55 -06:00
2020-06-29 19:08:37 +02:00