aboutsummaryrefslogtreecommitdiff
path: root/test/compress/reduce_vars.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2020-04-16 16:30:25 +0100
committerGitHub <noreply@github.com>2020-04-16 23:30:25 +0800
commit46d142cbf6f14692063fe52b807955ee52704a7b (patch)
treee47ac1457f5c31006da92831519813e076e8e179 /test/compress/reduce_vars.js
parent38c3bcf9a000a162c9f28f7d92f43702ef48716f (diff)
downloadtracifyjs-46d142cbf6f14692063fe52b807955ee52704a7b.tar.gz
tracifyjs-46d142cbf6f14692063fe52b807955ee52704a7b.zip
improve source-map generation (#3782)
- emit singleton segments to mark generated code from input
Diffstat (limited to 'test/compress/reduce_vars.js')
0 files changed, 0 insertions, 0 deletions
ocale) * gnu/installer/newt.scm (init) * gnu/installer/newt/final.scm (run-final-page) * gnu/installer/newt/page.scm (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: Generalize logging facility....* gnu/installer/utils.scm (%syslog-line-hook, open-new-log-port, installer-log-port, %installer-log-line-hook, %display-line-hook, %default-installer-line-hooks, installer-log-line): Add new variables. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-01-14installer: Do not set the locale in run-command....Installing the locale inside the container, once the cow-store is mounted, causes the process to keep opened locale files that can later prevent the cow-store umount. * gnu/installer/utils.scm (run-command): Remove locale argument. * gnu/installer/final.scm (install-system): Adapt it. Mathieu Othacehe