[pypy-commit] [Git][pypy/pypy][branch/default] skip _cffi_backend/test/test_recompiler on darwin untranslated

2022-06-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 04067d03 by Matti Picus at 2022-06-09T10:16:14+03:00 skip _cffi_backend/test/test_recompiler on darwin untranslated - - - - - 1 changed file: - pypy/module/_cffi_backend/test/test_recompiler.py View it on Heptapod: https

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/mb-optimize-abs-abs

2022-06-09 Thread Max Bernstein (@tekknolagi)
Max Bernstein pushed new branch branch/mb-optimize-abs-abs at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/mb-optimize-abs-abs You're receiving this email because of your account on foss.heptapod.net. ___ py

[pypy-commit] [Git][pypy/pypy][branch/mb-optimize-abs-abs] Fix test name and add nested abs case

2022-06-09 Thread Max Bernstein (@tekknolagi)
Max Bernstein pushed to branch branch/mb-optimize-abs-abs at PyPy / pypy Commits: a327f981 by Maxwell Bernstein at 2022-06-09T03:29:49-07:00 Fix test name and add nested abs case --HG-- branch : mb-optimize-abs-abs - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/test/test_op

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: Optimize float_abs(float_abs(x)) to float_abs(x)

2022-06-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 6247ab4b by Maxwell Bernstein at 2022-06-09T03:23:59-07:00 Optimize float_abs(float_abs(x)) to float_abs(x) --HG-- branch : mb-optimize-abs-abs - - - - - a327f981 by Maxwell Bernstein at 2022-06-09T03:29:49-07

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-zip-strict

2022-06-09 Thread Tadeu Zagallo (@tadeuzagallo)
Tadeu Zagallo pushed new branch branch/py3.9-zip-strict at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9-zip-strict You're receiving this email because of your account on foss.heptapod.net. ___ pypy-com

[pypy-commit] [Git][pypy/pypy][branch/py3.9-zip-strict] (tadeuzagallo, cfbolz) Add strict validation to zip and partial error message support

2022-06-09 Thread Tadeu Zagallo (@tadeuzagallo)
Tadeu Zagallo pushed to branch branch/py3.9-zip-strict at PyPy / pypy Commits: 7129ad9b by Tadeu Zagallo at 2022-06-09T16:54:39+02:00 (tadeuzagallo, cfbolz) Add strict validation to zip and partial error message support --HG-- branch : py3.9-zip-strict - - - - - 2 changed files: - pypy/mo

[pypy-commit] [Git][pypy/pypy][branch/default] ouch: debug_assert_not_none does also not invalidate storesink caches

2022-06-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 1eceb889 by Carl Friedrich Bolz-Tereick at 2022-06-09T22:11:04+02:00 ouch: debug_assert_not_none does also not invalidate storesink caches - - - - - 2 changed files: - rpython/translator/backendopt/storesink