[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-pattern-matching-experiments

2022-03-29 Thread Nils (@shimst3r)
Nils pushed new branch branch/py3.9-pattern-matching-experiments at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9-pattern-matching-experiments You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/sqlite-need-adapt-optimization

2022-06-04 Thread Nils (@shimst3r)
Nils pushed new branch branch/sqlite-need-adapt-optimization at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/sqlite-need-adapt-optimization You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] 40 commits: remove old calls

2022-06-04 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization at PyPy / pypy Commits: 48e08421 by fijal at 2022-05-24T13:38:37+02:00 remove old calls - - - - - cf27940b by Carl Friedrich Bolz-Tereick at 2022-05-26T12:28:10+02:00 a check for the problem of too much access_directly --HG-- branch

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] Remove wrong type call

2022-06-04 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization at PyPy / pypy Commits: 8566de6a by Nils Müller at 2022-06-04T16:48:14+02:00 Remove wrong type call --HG-- branch : sqlite-need-adapt-optimization - - - - - 1 changed file: - lib_pypy/_sqlite3.py View it on Heptapod: https://fo

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] Add type checking, draft a test case

2022-06-04 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization at PyPy / pypy Commits: d83e05e1 by Nils Müller at 2022-06-04T16:46:35+02:00 Add type checking, draft a test case --HG-- branch : sqlite-need-adapt-optimization - - - - - 2 changed files: - extra_tests/test_sqlite3.py - lib_pypy/_

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] Add additional test case, fix call assertion conditional.

2022-06-04 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization at PyPy / pypy Commits: 10390e6a by Nils Müller at 2022-06-04T17:18:44+02:00 Add additional test case, fix call assertion conditional. --HG-- branch : sqlite-need-adapt-optimization - - - - - 1 changed file: - extra_tests/test_sql

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization] Expand test case

2022-06-04 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization at PyPy / pypy Commits: 96db1d4c by Nils Müller at 2022-06-04T22:24:08+02:00 Expand test case --HG-- branch : sqlite-need-adapt-optimization - - - - - 1 changed file: - extra_tests/test_sqlite3.py View it on Heptapod: https://f

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/sqlite-need-adapt-optimization-pypy3

2022-06-05 Thread Nils (@shimst3r)
Nils pushed new branch branch/sqlite-need-adapt-optimization-pypy3 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/sqlite-need-adapt-optimization-pypy3 You're receiving this email because of your account on foss.heptapod.net.

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/sqlite-need-adapt-optimization

2022-06-05 Thread Nils (@shimst3r)
Nils deleted branch branch/sqlite-need-adapt-optimization at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization-pypy3] (shimst3r,cfbolz) Fix optimisation logic for adapt

2022-07-13 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization-pypy3 at PyPy / pypy Commits: 8cf9a71a by Nils Müller at 2022-07-13T20:10:01+02:00 (shimst3r,cfbolz) Fix optimisation logic for adapt --HG-- branch : sqlite-need-adapt-optimization-pypy3 - - - - - 2 changed files: - extra_tests/te

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization-pypy3] (shimst3r,cfbolz) replace hashmap lookup with beautiful if clauses

2022-07-13 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization-pypy3 at PyPy / pypy Commits: 68475fc2 by Nils Müller at 2022-07-13T20:43:12+02:00 (shimst3r,cfbolz) replace hashmap lookup with beautiful if clauses --HG-- branch : sqlite-need-adapt-optimization-pypy3 - - - - - 1 changed file: -

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization-pypy3] clean up code, format if clauses properly

2022-07-18 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization-pypy3 at PyPy / pypy Commits: 33ae2898 by Nils Müller at 2022-07-18T21:30:16+02:00 clean up code, format if clauses properly --HG-- branch : sqlite-need-adapt-optimization-pypy3 - - - - - 1 changed file: - lib_pypy/_sqlite3.py V

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/sqlite-unroll-set-param-loop

2022-07-28 Thread Nils (@shimst3r)
Nils pushed new branch branch/sqlite-unroll-set-param-loop at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/sqlite-unroll-set-param-loop You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy][branch/sqlite-unroll-set-param-loop] unroll actual execution of SQL statements

2022-07-28 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-unroll-set-param-loop at PyPy / pypy Commits: 20e7e7c6 by Nils Müller at 2022-07-28T21:34:42+02:00 unroll actual execution of SQL statements --HG-- branch : sqlite-unroll-set-param-loop - - - - - 1 changed file: - lib_pypy/_sqlite3.py View it on Heptap

[pypy-commit] [Git][pypy/pypy][branch/sqlite-unroll-set-param-loop] Undo reformatting

2022-07-28 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-unroll-set-param-loop at PyPy / pypy Commits: 6b0849dd by Nils Müller at 2022-07-28T22:10:58+02:00 Undo reformatting --HG-- branch : sqlite-unroll-set-param-loop - - - - - 1 changed file: - lib_pypy/_sqlite3.py View it on Heptapod: https://foss.heptap

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-new-linetable-format

2022-10-25 Thread Nils (@shimst3r)
Nils pushed new branch branch/py3.9-new-linetable-format at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9-new-linetable-format You're receiving this email because of your account on foss.heptapod.net. _