aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-22workaround Node.js bug (#4579)Alex Lam S.L
2021-01-22suppress false positives in `ufuzz` (#4578)Alex Lam S.L
2021-01-21suppress false positives in `ufuzz` (#4577)Alex Lam S.L
2021-01-21fix corner case in `rests` (#4576)Alex Lam S.L
fixes #4575
2021-01-20suppress false positives in `ufuzz` (#4574)Alex Lam S.L
2021-01-20workaround GitHub Actions bug (#4573)Alex Lam S.L
2021-01-20support asynchronous test cases properly (#4529)Alex Lam S.L
2021-01-20v3.12.5Alex Lam S.L
2021-01-19fix corner case in `dead_code` (#4571)Alex Lam S.L
fixes #4570
2021-01-19Fix overwriting existing sourcesContent in sourcemaps (#4567)Jimb Esser
2021-01-19fix corner case in `reduce_vars` (#4569)Alex Lam S.L
fixes #4568
2021-01-18fix corner case in `loops` (#4565)Alex Lam S.L
fixes #4564
2021-01-18improve false positive detection in `ufuzz` (#4566)Alex Lam S.L
2021-01-18fix corner case in `reduce_vars` (#4563)Alex Lam S.L
fixes #4562
2021-01-16fix corner cases in `reduce_vars` (#4561)Alex Lam S.L
fixes #4560
2021-01-16fix corner case in `unused` (#4559)Alex Lam S.L
fixes #4558
2021-01-15fix corner case in `unused` (#4557)Alex Lam S.L
fixes #4556
2021-01-15fix corner cases in `collapse_vars` (#4555)Alex Lam S.L
fixes #4554
2021-01-13fix corner case in `evaluate` (#4553)Alex Lam S.L
fixes #4552
2021-01-13suppress invalid test generation in `ufuzz` (#4551)Alex Lam S.L
2021-01-13fix corner case in `merge_vars` (#4550)Alex Lam S.L
fixes #4548
2021-01-13document v8 bug (#4549)Alex Lam S.L
closes #4547
2021-01-13fix corner case in `side_effects` (#4545)Alex Lam S.L
fixes #4544
2021-01-13enhance `rests` (#4546)Alex Lam S.L
2021-01-12fix corner case in `unsafe_math` (#4543)Alex Lam S.L
fixes #4542
2021-01-12fix corner case in `side_effects` (#4541)Alex Lam S.L
fixes #4540
2021-01-12fix corner case in `rests` (#4539)Alex Lam S.L
fixes #4538
2021-01-11update command line examples (#4536)Alex Lam S.L
2021-01-11fix corner case in `arguments` (#4535)Alex Lam S.L
fixes #4534
2021-01-11fix corner case in `ie8` (#4532)Alex Lam S.L
fixes #4531
2021-01-10support asynchronous arrow functions (#4530)Alex Lam S.L
2021-01-10fix corner case in `mangle` (#4528)Alex Lam S.L
fixes #4527
2021-01-09fix corner cases with rest parameters (#4526)Alex Lam S.L
fixes #4525
2021-01-08fix corner case in `merge_vars` (#4524)Alex Lam S.L
fixes #4523
2021-01-08fix corner case in `assignments` (#4522)Alex Lam S.L
fixes #4521
2021-01-07implement `UGLIFY_BUG_REPORT` (#4516)Alex Lam S.L
2021-01-07fix corner cases with `arguments` (#4520)Alex Lam S.L
fixes #4519
2021-01-07fix corner case in `hoist_vars` (#4518)Alex Lam S.L
fixes #4517
2021-01-07support rest parameters (#4515)Alex Lam S.L
2021-01-06update issue templates (#4514)Alex Lam S.L
2021-01-06fix corner case in `side_effects` (#4513)Alex Lam S.L
fixes #4512
2021-01-06fix corner case in`default_values` (#4511)Alex Lam S.L
fixes #4510
2021-01-06fix corner cases in `inline` & `unused` (#4509)Alex Lam S.L
fixes #4508
2021-01-05enhance `inline` & `side_effects` (#4506)Alex Lam S.L
2021-01-05fix corner case in `merge_vars` (#4505)Alex Lam S.L
fixes #4504
2021-01-04fix corner cases in `inline` & `side_effects` (#4503)Alex Lam S.L
fixes #4502
2021-01-04fix corner case in `evaluate` (#4501)Alex Lam S.L
fixes #4500
2021-01-03fix toggling of AST validation (#4499)Alex Lam S.L
2021-01-03suppress invalid AST transform in `--reduce-test` (#4498)Alex Lam S.L
2021-01-02fix corner case in `default_values` (#4497)Alex Lam S.L
fixes #4496
l to 'run-form-with-clients'. (run-input-page): Likewise. Handle EXIT-REASON equal to 'exit-fd-ready. (run-confirmation-page): Likewise. (run-listbox-selection-page): Likewise. Define 'choice->item' and use it. (run-checkbox-tree-page): Likewise. (run-file-textbox-page): Add call to 'run-form-with-clients'. Handle 'exit-fd-ready'. * gnu/installer/newt/partition.scm (run-disk-page): Pass #:client-callback-procedure to 'run-listbox-selection-page'. * gnu/installer/newt/user.scm (run-user-page): Call 'run-form-with-clients'. Handle 'exit-fd-ready'. * gnu/installer/newt/welcome.scm (run-menu-page): Define 'choice->item' and use it. Call 'run-form-with-clients'. * gnu/installer/newt/final.scm (run-install-success-page) (run-install-failed-page): When (current-clients) is non-empty, call 'send-to-clients' without displaying a choice window. Ludovic Courtès 2020-02-12installer: Fix installer restart dialog....* gnu/installer/newt/final.scm (run-install-failed-page): Propose between installer resume or restart. Do actually resume the installation by raising an &installer-step-abort condition if "Resume" button is pressed. Otherwise, keep going as the installer will be restarted by login. * gnu/installer.scm (installer-program): Remove the associated TODO comment. Mathieu Othacehe 2020-01-23installer: Make "TRANSLATORS" comment visible....* gnu/installer/newt/user.scm (run-root-password-page): Move "TRANSLATORS" comment right above 'G_' call. Ludovic Courtès 2020-01-20installer: Disable F12 hot key....Fixes <https://bugs.gnu.org/38562>. Reported by Brice Waegeneire <brice@waegenei.re>. Previously, pressing F12 or shift-F2 in one of those forms would cause it to exit, usually with the default value #t because the caller had not provided a useful hotkey "callback". * gnu/installer/newt/page.scm (run-input-page, run-confirmation-page) (run-listbox-selection-page, run-checkbox-tree-page) (run-file-textbox-page): Pass #:flags FLAG-NOF12 to 'make-form'. Ludovic Courtès 2020-01-20installer: Makes sure the installer proceeds after hitting "Edit"....Fixes <https://bugs.gnu.org/39199>. Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>. * gnu/installer/newt/page.scm (run-file-textbox-page): Move 'loop' to the beginning of the body. Do not call 'loop' from the 'dynamic-wind' exit handler as we would not return the value of the second call to 'loop'. Ludovic Courtès 2020-01-12installer: Add an "Edit" button on the final page....Fixes <https://bugs.gnu.org/36885>. Reported by <lukasbf@tutanota.com>. * gnu/installer/newt/page.scm (edit-file): New procedure. (run-file-textbox-page): Add #:edit-button? and #:editor-locale parameters. Remove 'file-text' and add 'edit-button', and add it to the horizontal stacked grid when EXIT-BUTTON? is true. Wrap body in 'loop'. Handle case where ARGUMENT is EDIT-BUTTON by calling 'loop'. * gnu/installer/newt/final.scm (run-config-display-page): Add #:locale parameter. Pass #:edit-button? and #:editor-locale to 'run-file-textbox-page'. (run-final-page): Pass LOCALE to 'run-config-display-page'. Ludovic Courtès 2020-01-05installer: Add JFS support....* gnu/installer/newt/partition.scm (run-fs-type-page): Add ‘jfs’ to the list box. * gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type) (partition-filesystem-user-type): Add ‘jfs’ mapping (create-jfs-file-system): New procedure. (format-user-partitions): Use it. * gnu/installer.scm (set-installer-path): Add jfsutils. Tobias Geerinckx-Rice