[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] WIP implementation of MatchMapping - missing `rest`

2022-09-15 Thread Tadeu Zagallo (@tadeuzagallo)
Tadeu Zagallo pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: 0bac701e by Tadeu Zagallo at 2022-09-15T10:14:49+02:00 WIP implementation of MatchMapping - missing `rest` --HG-- branch : py3.9-pattern-matching-experiments - - - - - 5 changed files: - lib-p

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] Add support for MatchMapping rest capture

2022-09-15 Thread Tadeu Zagallo (@tadeuzagallo)
Tadeu Zagallo pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: dc1e5ac1 by Tadeu Zagallo at 2022-09-15T14:07:10+02:00 Add support for MatchMapping rest capture --HG-- branch : py3.9-pattern-matching-experiments - - - - - 5 changed files: - lib-python/3/op

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] 2 commits: Add support for MatchStar in MatchSequence

2022-09-15 Thread Tadeu Zagallo (@tadeuzagallo)
Tadeu Zagallo pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: 79eb585c by Tadeu Zagallo at 2022-09-15T19:19:47+02:00 Add support for MatchStar in MatchSequence --HG-- branch : py3.9-pattern-matching-experiments - - - - - ea181a91 by Tadeu Zagallo at 2022-09

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] 2 commits: Add support for MatchCase.guard

2022-09-15 Thread Tadeu Zagallo (@tadeuzagallo)
Tadeu Zagallo pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: 2558e391 by Tadeu Zagallo at 2022-09-15T20:29:15+02:00 Add support for MatchCase.guard --HG-- branch : py3.9-pattern-matching-experiments - - - - - 09d0dc37 by Tadeu Zagallo at 2022-09-15T21:15:3

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] Fix MatchCase, it should only pop if the guard succeeds

2022-09-15 Thread Tadeu Zagallo (@tadeuzagallo)
Tadeu Zagallo pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: 128a8f4b by Tadeu Zagallo at 2022-09-15T22:14:06+02:00 Fix MatchCase, it should only pop if the guard succeeds --HG-- branch : py3.9-pattern-matching-experiments - - - - - 2 changed files: - p