aboutsummaryrefslogtreecommitdiff
path: root/test/compress/arrays.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-12-13 04:52:54 +0800
committerGitHub <noreply@github.com>2017-12-13 04:52:54 +0800
commit04cc395c353ac622d8e737c9099387d69b851d64 (patch)
treeb4c34f6ae443746713e524540d4cb15906d1cba4 /test/compress/arrays.js
parente008dc1bde1455eaafe04061412b0b9524212d99 (diff)
downloadtracifyjs-04cc395c353ac622d8e737c9099387d69b851d64.tar.gz
tracifyjs-04cc395c353ac622d8e737c9099387d69b851d64.zip
improve `collapse_vars` on side-effect-free replacements (#2583)
Diffstat (limited to 'test/compress/arrays.js')
0 files changed, 0 insertions, 0 deletions
(run-form-with-clients) * gnu/installer/newt/partition.scm (run-partitioning-page) * gnu/installer/parted.scm (eligible-devices, mkpart, luks-format-and-open, luks-close, mount-user-partitions, umount-user-partitions, free-parted): * gnu/installer/steps.scm (run-installer-steps): * gnu/installer/utils.scm (run-command, send-to-clients): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-02-02installer: Add crash dump upload support....Suggested-by: Josselin Poiret <dev@jpoiret.xyz> * gnu/installer/dump.scm: New file. * gnu/installer/newt/dump.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add them. * gnu/installer/record.scm (<installer>)[dump-page]: New field. * gnu/installer/steps.scm (%current-result): New variable. (run-installer-steps): Update it. * gnu/installer.scm (installer-program): Add tar and gip to the installer path. Add guile-webutils and gnutls to the Guile extensions. Generate and send the crash dump report. * gnu/installer/newt.scm (exit-error): Add a report argument. Display the report id. (dump-page): New procedure. (newt-installer): Update it. Mathieu Othacehe 2021-07-04installer: Unconditionally import (gnu services cups) in config.scm....* gnu/installer/steps.scm (format-configuration): Add cups to the list of GNU service modules. Tobias Geerinckx-Rice