Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: c76392b4 by Carl Friedrich Bolz-Tereick at 2021-04-20T12:13:48+02:00 starting to support end positions in ast nodes --HG-- branch : py3.8-ast-end-positions - - - - - f06c69b1 by Carl Friedrich Bolz-Tereick at 2021-04-20T13:11:35+02:00 test for positions --HG-- branch : py3.8-ast-end-positions - - - - - 0d6ce2c2 by Carl Friedrich Bolz-Tereick at 2021-04-20T13:14:53+02:00 some more positions --HG-- branch : py3.8-ast-end-positions - - - - - 603c66ce by Carl Friedrich Bolz-Tereick at 2021-04-20T13:23:05+02:00 fix parser module --HG-- branch : py3.8-ast-end-positions - - - - - d954ebb9 by Carl Friedrich Bolz-Tereick at 2021-04-20T15:49:18+02:00 fix typo --HG-- branch : py3.8-ast-end-positions - - - - - 1d95ef96 by Carl Friedrich Bolz-Tereick at 2021-04-20T19:45:33+02:00 test and fix for function end positions --HG-- branch : py3.8-ast-end-positions - - - - - 1c70eb16 by Carl Friedrich Bolz-Tereick at 2021-04-21T11:13:54+02:00 work in progress: start fixing a few of the positional errors --HG-- branch : py3.8-ast-end-positions - - - - - f7bfe5e8 by Carl Friedrich Bolz-Tereick at 2021-06-17T10:24:27+02:00 merge py3.8 --HG-- branch : py3.8-ast-end-positions - - - - - 7226bc47 by Carl Friedrich Bolz-Tereick at 2021-06-17T10:41:47+02:00 handle trailers --HG-- branch : py3.8-ast-end-positions - - - - - a4fd07bc by Carl Friedrich Bolz-Tereick at 2021-06-17T10:53:53+02:00 test and fix generator expressions --HG-- branch : py3.8-ast-end-positions - - - - - add816a4 by Carl Friedrich Bolz-Tereick at 2021-06-17T10:56:52+02:00 the others just work --HG-- branch : py3.8-ast-end-positions - - - - - fb33a126 by Carl Friedrich Bolz-Tereick at 2021-06-17T11:45:22+02:00 fix binop locations --HG-- branch : py3.8-ast-end-positions - - - - - 35a8348d by Carl Friedrich Bolz-Tereick at 2021-06-17T11:50:58+02:00 fix dotted names in decorators --HG-- branch : py3.8-ast-end-positions - - - - - bb50e73f by Carl Friedrich Bolz-Tereick at 2021-06-17T13:08:49+02:00 fix lack of type_comment attr on ast.arg objects --HG-- branch : py3.8-ast-end-positions - - - - - 3729e80a by Carl Friedrich Bolz-Tereick at 2021-06-17T13:23:50+02:00 start implementing get_source_segment --HG-- branch : py3.8-ast-end-positions - - - - - bc42aba6 by Carl Friedrich Bolz-Tereick at 2021-06-17T13:37:01+02:00 more work on get_source_segment (not really a reason to generate it into ast.py) --HG-- branch : py3.8-ast-end-positions - - - - - bc82ba78 by Carl Friedrich Bolz-Tereick at 2021-06-17T17:30:58+02:00 fix possible internal error via missing validation of posonlyarguments --HG-- branch : py3.8-ast-end-positions - - - - - 3924f891 by Carl Friedrich Bolz-Tereick at 2021-06-17T19:56:57+02:00 add extra error checking to ast constructors --HG-- branch : py3.8-ast-end-positions - - - - - dba039ae by Carl Friedrich Bolz-Tereick at 2021-06-19T14:11:11+02:00 merge py3.8-ast-end-positions add .end_lineno and .end_col_offset attributes to ast nodes. note perferct, many corner cases left, but fixes a huge amount of bugs. --HG-- branch : py3.8 - - - - - 5 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/asthelpers.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/fstring.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d072480313e965b92356a40b80d0aaeea98f3f27...dba039ae7841f20496c39e7fab99274f0078af03 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d072480313e965b92356a40b80d0aaeea98f3f27...dba039ae7841f20496c39e7fab99274f0078af03 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
