[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-finally-bug

2021-11-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/py3.7-finally-bug at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.7-finally-bug You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: try to de-weird this code a bit. turns out its using huge longs as bitsets of

2021-11-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 1ce4ac5d by Carl Friedrich Bolz-Tereick at 2021-11-13T13:59:29+01:00 try to de-weird this code a bit. turns out its using huge longs as bitsets of integers - - - - - 7a6c29af by Carl Friedrich Bolz-Tereick at 2

[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 3 commits: kill astbuilder class!

2021-11-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-peg-parser at PyPy / pypy Commits: b681586a by Carl Friedrich Bolz-Tereick at 2021-11-14T15:35:34+01:00 kill astbuilder class! --HG-- branch : py3.9-peg-parser - - - - - 0b1e794e by Carl Friedrich Bolz-Tereick at 2021-11-14T16:34:49+0

[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] make extra newline after compount_stmt on the shell optional. this means the

2021-11-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-peg-parser at PyPy / pypy Commits: dac85bc8 by Carl Friedrich Bolz-Tereick at 2021-11-14T19:47:07+01:00 make extra newline after compount_stmt on the shell optional. this means the following works again: def f(): print(6) --

[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] fix a problem with generic aliases' __eq__

2021-11-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-peg-parser at PyPy / pypy Commits: 5aa622d5 by Carl Friedrich Bolz-Tereick at 2021-11-14T19:59:39+01:00 fix a problem with generic aliases' __eq__ --HG-- branch : py3.9-peg-parser - - - - - 2 changed files: - extra_tests/test_gener

[pypy-commit] [Git][pypy/pypy][branch/default] add a view function for NFAs and DFAs

2021-11-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 40be2755 by Carl Friedrich Bolz-Tereick at 2021-11-14T13:35:56+01:00 add a view function for NFAs and DFAs - - - - - 1 changed file: - pypy/interpreter/pyparser/pylexer.py View it on Heptapod: https://fos

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/lexer-less-dict-lookups

2021-11-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/lexer-less-dict-lookups at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/lexer-less-dict-lookups You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] stop using all the complicated space call machinery to parse numbers

2021-11-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-peg-parser at PyPy / pypy Commits: d0064d65 by Carl Friedrich Bolz-Tereick at 2021-11-15T07:36:04+01:00 stop using all the complicated space call machinery to parse numbers --HG-- branch : py3.9-peg-parser - - - - - 2 changed files: