aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1588.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2021-02-06 04:39:46 +0000
committerGitHub <noreply@github.com>2021-02-06 12:39:46 +0800
commit5359900b78fdf3006dafc13a206332d2fb2b1ea4 (patch)
tree3f6878238a8c69655820811b6c25cede25866d94 /test/compress/issue-1588.js
parent739fa266f80802f75838cc4053e615b27abcf361 (diff)
downloadtracifyjs-5359900b78fdf3006dafc13a206332d2fb2b1ea4.tar.gz
tracifyjs-5359900b78fdf3006dafc13a206332d2fb2b1ea4.zip
enhance `compress` on arrow and `async` functions (#4616)
Diffstat (limited to 'test/compress/issue-1588.js')
0 files changed, 0 insertions, 0 deletions
dd #:swap-directory parameter and honor it. Add call to 'make-file-writable'. Catch 'system-error' around 'rename-file'. (deduplicate): Pass #:swap-directory and remove uses of 'false-if-system-error'. * tests/store-deduplication.scm ("deduplicate"): Add 'chmod' call. Ludovic Courtès 2018-06-14deduplicate: Fix a couple of thinkos....* guix/store/deduplication.scm (get-temp-link): Turn 'args' in the 'catch' handler into a rest argument. (deduplicate): Use 'lstat' instead of 'file-is-directory?' to properly handle symlinks. When iterating over the result of 'scandir', exclude the ".links" sub-directory. * tests/store-deduplication.scm ("deduplicate"): Create sub-directories and call 'deduplicate' directly on STORE. Ludovic Courtès 2018-06-01Add (guix store deduplication)....* guix/store/database.scm (register-path): Add #:deduplicate? and call 'deduplicate' when it's true. (counting-wrapper-port, nar-sha256): Move to... * guix/store/deduplication.scm: ... here. New file. * tests/store-deduplication.scm: New file. * Makefile.am (STORE_MODULES): Add deduplication.scm. (SCM_TESTS) [HAVE_GUILE_SQLITE3]: Add store-deduplication.scm. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Caleb Ristvedt