aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1588.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2021-06-22 17:36:07 +0100
committerGitHub <noreply@github.com>2021-06-23 00:36:07 +0800
commit95090dbf24dbda120924eb3cd003f80e0128f52a (patch)
treee3716c1d407492288c6c0f929eebb333ea59e820 /test/compress/issue-1588.js
parent7c5b6f349e5818a13ccb93c88b79a607d236bd0b (diff)
downloadtracifyjs-95090dbf24dbda120924eb3cd003f80e0128f52a.tar.gz
tracifyjs-95090dbf24dbda120924eb3cd003f80e0128f52a.zip
fix corner case in `side_effects` (#5024)
fixes #5023
Diffstat (limited to 'test/compress/issue-1588.js')
0 files changed, 0 insertions, 0 deletions
:32:40 +0100'>2021-03-19gnu: abseil-cpp: Patch sterror_test....* gnu/packages/patches/abseil-cpp-fix-gtest.patch: Renamed file. * gnu/packages/patches/abseil-cpp-fix-strerror_test.patch: New file. * gnu/local.mk (dist_patch_DATA): Rename / add files. * gnu/packages/cpp.scm (abseil-cpp)[source]: Use files. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan 2021-03-19gnu: abseil-cpp: Update to 20200923.3....* gnu/packages/cpp.scm (abseil-cpp): Update to 20200923.3. [arguments]: Enable external googletest. * gnu/packages/patches/abseil-cpp-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan 2021-03-12gnu: aws-sdk-cpp: Update to 1.8.159....* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.8.159. [arguments]: Build as shared library Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan 2021-03-10gnu: range-v3: Fix typo in description....* gnu/packages/cpp.scm (range-v3)[description]: Fix typo. Tobias Geerinckx-Rice 2021-03-02gnu: Add pcg-cpp....* gnu/packages/cpp.scm (pcg-cpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan 2021-02-25gnu: Add caf....* gnu/packages/cpp.scm (caf): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Greg Hogan 2021-02-23gnu: cli11: Remove (guix utils) dependency....* gnu/packages/cpp.scm (cli11)[arguments]: Do not import (guix utils) that is not meant to go on the build side. Mathieu Othacehe 2021-02-21gnu: Add cli11....* gnu/packages/cpp.scm (cli11): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Milkey Mouse 2021-02-18gnu: gperftools: Update to 2.8.1....* gnu/packages/cpp.scm (gperftools): Update to 2.8.1. [arguments]: Set '#:parallel-tests? #f'. Co-authored-by: Leo Famulari <leo@famulari.name> Greg Hogan 2021-01-31gnu: Add range-v3....* gnu/packages/cpp.scm (range-v3): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-01-31gnu: Add c++-gsl....* gnu/packages/cpp.scm (c++-gsl): New variable. * gnu/packages/patches/c++-gsl-find-system-gtest.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-01-26gnu: folly: Update to 2021.01.25.00....* gnu/packages/cpp.scm (folly): Update to 2021.01.25.00. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan 2021-01-21gnu: magic-enum: Declare a source file-name....* gnu/packages/cpp.scm (magic-enum)[source]: Add file-name field. Efraim Flashner 2021-01-20gnu: Add magic-enum....* gnu/packages/cpp.scm (magic-enum): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Anadon 2021-01-07gnu: json-modern-cxx: Install json_fwd.hpp header....* gnu/packages/cpp.scm (json-modern-cxx)[arguments]: Set JSON_MultipleHeaders=ON to install optional header. Pierre Neidhardt 2020-12-23gnu: xtl: Update to 0.6.23....* gnu/packages/cpp.scm (xtl): Update to 0.6.23. Tobias Geerinckx-Rice 2020-12-17gnu: Add aws-sdk-cpp....* gnu/packages/cpp.scm (aws-sdk-cpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan 2020-12-05gnu: Add libexpected....* gnu/packages/cpp.scm (libexpected): New variable. * gnu/packages/patches/libexpected-nofetch.patch: Add patch. * gnu/local.mk: Reference patch. Brett Gilio 2020-11-17gnu: xsimd: Define SIMD....* gnu/packages/cpp.scm (xsimd)[description]: Expand the @acronym. Tobias Geerinckx-Rice 2020-11-17gnu: xsimd: Update to 7.4.9....* gnu/packages/cpp.scm (xsimd): Update to 7.4.9. Tobias Geerinckx-Rice 2020-11-04gnu: xtl: Update to 0.6.21....* gnu/packages/cpp.scm (xtl): Update to 0.6.21. Tobias Geerinckx-Rice 2020-10-30gnu: ccls: Update to 0.20201025....* gnu/packages/cpp.scm (ccls): Update to 0.20201025. Brett Gilio 2020-10-20gnu: xtl: Update to 0.6.20....* gnu/packages/cpp.scm (xtl): Update to 0.6.20. Tobias Geerinckx-Rice 2020-10-10gnu: folly: Remove reference to missing patch....The patch is unnecessary because tests are disabled. This is a follow-up to 5b548a1ee45bb12111af50cf00eb696207e207c5. * gnu/packages/cpp.scm (folly)[source](patches): Remove. * gnu/local.mk (dist_patch_DATA): Remove missing patch. Marius Bakke 2020-10-10gnu: Add folly....* gnu/packages/cpp.scm (folly): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan erinckx-Rice 2020-08-16gnu: gnome-shell-extension-dash-to-panel: Update to 38....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 38. Tobias Geerinckx-Rice