aboutsummaryrefslogtreecommitdiff
path: root/test/reduce.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2021-02-19 00:26:57 +0000
committerGitHub <noreply@github.com>2021-02-19 08:26:57 +0800
commit5f60c1b830fec648974b3ea7cbd6f53a6bfd7c75 (patch)
tree4c9d12f39be736a2f000ce1e5d88a3af45bc6933 /test/reduce.js
parent10de27ca3d2010f45a1fb86b2707fa82e73b36b2 (diff)
downloadtracifyjs-5f60c1b830fec648974b3ea7cbd6f53a6bfd7c75.tar.gz
tracifyjs-5f60c1b830fec648974b3ea7cbd6f53a6bfd7c75.zip
fix corner cases in arrow functions & `rests` (#4667)
fixes #4666
Diffstat (limited to 'test/reduce.js')
0 files changed, 0 insertions, 0 deletions
an class='msg-tooltip'>* guix/git.scm (<git-checkout>)[commit]: New field. (git-checkout-compiler): Honor it. * guix/scripts/build.scm (evaluate-git-replacement-specs): Add 'proc' parameter and honor it. (transform-package-source-branch)[replace]: New procedure. Adjust 'evaluate-git-replacement-specs' accordingly. (transform-package-source-commit): New procedure. (%transformations, %transformation-options) (show-transformation-options-help): Add 'with-commit'. * tests/guix-build-branch.sh: Add test. * doc/guix.texi (Package Transformation Options): Document it. Ludovic Courtès 2018-11-30guix build: Add '--with-branch' transformation option....* guix/scripts/build.scm (evaluate-git-replacement-specs) (transform-package-source-branch): New procedures. (%transformations, %transformation-options): Add 'with-branch'. (show-transformation-options-help): Likewise. * tests/guix-build-branch.sh: New file. * Makefile.am (SH_TESTS): Add it. * doc/guix.texi (Package Transformation Options): Document it. Ludovic Courtès