Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
3f4eb124 by isidentical at 2021-01-22T22:38:45+03:00
compiler: Implement syntax warnings for possible missing-comma cases

--HG--
branch : syntax-warnings

- - - - -
01ce79c5 by isidentical at 2021-01-22T23:07:00+03:00
ast: implement missing-comma for subscripting

--HG--
branch : syntax-warnings

- - - - -
3554796d by isidentical at 2021-01-22T23:07:11+03:00
whitespace

--HG--
branch : syntax-warnings

- - - - -
5621c7e5 by isidentical at 2021-01-22T23:11:03+03:00
exclude string/bytes from warnings

--HG--
branch : syntax-warnings

- - - - -
878c65be by isidentical at 2021-01-22T23:38:20+03:00
ast: implement missing comma warning to indexing

--HG--
branch : syntax-warnings

- - - - -
31106efb by isidentical at 2021-01-22T23:39:47+03:00
test: add false positive tests

--HG--
branch : syntax-warnings

- - - - -
98772d4b by isidentical at 2021-01-22T23:40:01+03:00
cleanup

--HG--
branch : syntax-warnings

- - - - -
7af6dcdb by isidentical at 2021-01-23T13:45:54+03:00
rpython: isinstance => type

--HG--
branch : syntax-warnings

- - - - -
c384785d by isidentical at 2021-01-23T13:51:56+03:00
more work on rpython compliance

--HG--
branch : syntax-warnings

- - - - -
d7c265a2 by isidentical at 2021-01-23T14:05:14+03:00
ast: introduce _get_type_name API

--HG--
branch : syntax-warnings

- - - - -
b1214640 by isidentical at 2021-01-23T14:08:55+03:00
rpython: %r => '%s'

--HG--
branch : syntax-warnings

- - - - -
8612384c by isidentical at 2021-01-23T14:21:26+03:00
whitespace

--HG--
branch : syntax-warnings

- - - - -
86e633e4 by Carl Friedrich Bolz-Tereick at 2021-01-23T12:08:41+00:00
Merge branch 'branch/syntax-warnings' into 'branch/py3.8'

compiler: syntax-warnings for possible missing comma cases

See merge request pypy/pypy!801

--HG--
branch : py3.8

- - - - -


3 changed files:

- pypy/interpreter/astcompiler/asthelpers.py
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/astcompiler/test/test_compiler.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/e757b82aa56f8346df8926e66bb27ee53d0752bd...86e633e444647914e3465bf4d78d924ea09e921e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/e757b82aa56f8346df8926e66bb27ee53d0752bd...86e633e444647914e3465bf4d78d924ea09e921e
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

Reply via email to