[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-traceback-ranges] (cfbolz, isidentical): handle cause/context for re-raised exceptions when...

2022-09-20 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.9-bytecode-traceback-ranges at PyPy / pypy Commits: 2312ea20 by Batuhan Taskaya at 2022-09-20T11:02:28+02:00 (cfbolz, isidentical): handle cause/context for re-raised exceptions when pretty printing tracebacks --HG-- branch : py3.9-bytecode

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-bytecode-traceback-ranges

2022-09-20 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed new branch branch/py3.9-bytecode-traceback-ranges at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9-bytecode-traceback-ranges You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/jit-fewer-bridges] 3 commits: (isidentical, cfbolz): make the too_many_bridges_recursive test actually fail

2021-10-14 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/jit-fewer-bridges at PyPy / pypy Commits: eb11d1a3 by Batuhan Taskaya at 2021-10-14T10:35:40+02:00 (isidentical, cfbolz): make the too_many_bridges_recursive test actually fail --HG-- branch : jit-fewer-bridges - - - - - e159dafd by Batuhan Taskaya at

[pypy-commit] [Git][pypy/pypy][branch/jit-fewer-bridges] 2 commits: (isidentical, cfbolz): add max promote hits to the stats

2021-09-23 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/jit-fewer-bridges at PyPy / pypy Commits: 83e6f8f5 by Batuhan Taskaya at 2021-09-23T10:51:44+02:00 (isidentical, cfbolz): add max promote hits to the stats --HG-- branch : jit-fewer-bridges - - - - - a9805a1b by Batuhan Taskaya at 2021-09-23T11:39:11

[pypy-commit] [Git][pypy/pypy][branch/jit-fewer-bridges] (isidentical, cfbolz): don't copy the last descriptor when the current one is GUARD_VALUE

2021-08-30 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/jit-fewer-bridges at PyPy / pypy Commits: f5047eb7 by isidentical at 2021-08-30T12:12:16+03:00 (isidentical, cfbolz): don't copy the last descriptor when the current one is GUARD_VALUE --HG-- branch : jit-fewer-bridges - - - - - 1 changed

[pypy-commit] [Git][pypy/pypy][branch/jit-fewer-bridges] (isidentical, cfbolz): add an extra test about general bridge

2021-08-23 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/jit-fewer-bridges at PyPy / pypy Commits: 1543a70c by isidentical at 2021-08-23T11:26:34+03:00 (isidentical, cfbolz): add an extra test about general bridge --HG-- branch : jit-fewer-bridges - - - - - 1 changed file: - rpython/jit/metainterp/test

[pypy-commit] [Git][pypy/pypy][branch/jit-fewer-bridges] 2 commits: (isidentical, cfbolz): add a config option for max_promotes

2021-08-23 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/jit-fewer-bridges at PyPy / pypy Commits: 85fa3565 by isidentical at 2021-08-23T10:25:06+03:00 (isidentical, cfbolz): add a config option for max_promotes --HG-- branch : jit-fewer-bridges - - - - - 312e169d by isidentical at 2021-08-23T11:21:11+03:00

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/jit-fewer-bridges

2021-08-17 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed new branch branch/jit-fewer-bridges at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/jit-fewer-bridges You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/isidentical-py38-pytokenizer-fixes

2021-08-10 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed new branch branch/isidentical-py38-pytokenizer-fixes at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/isidentical-py38-pytokenizer-fixes You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/isidentical-py38-test-fixes] apply suggestions

2021-08-04 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/isidentical-py38-test-fixes at PyPy / pypy Commits: f081ceb6 by isidentical at 2021-08-04T20:49:05+03:00 apply suggestions --HG-- branch : isidentical-py38-test-fixes - - - - - 4 changed files: - pypy/interpreter/astcompiler/codegen.py - pypy

[pypy-commit] [Git][pypy/pypy][branch/isidentical-py38-test-fixes] adjust error messages for apptests

2021-07-31 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/isidentical-py38-test-fixes at PyPy / pypy Commits: a7899780 by isidentical at 2021-08-01T03:37:57+03:00 adjust error messages for apptests --HG-- branch : isidentical-py38-test-fixes - - - - - 1 changed file: - pypy/interpreter/test

[pypy-commit] [Git][pypy/pypy][branch/isidentical-py38-test-fixes] importing: fix recursion error on module.getattr

2021-07-31 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/isidentical-py38-test-fixes at PyPy / pypy Commits: f4791283 by isidentical at 2021-08-01T02:15:28+03:00 importing: fix recursion error on module.getattr --HG-- branch : isidentical-py38-test-fixes - - - - - 4 changed files: - pypy/interpreter

[pypy-commit] [Git][pypy/pypy][branch/isidentical-py38-test-fixes] 2 commits: use native formatting for error messages

2021-07-30 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/isidentical-py38-test-fixes at PyPy / pypy Commits: 2117b2e6 by isidentical at 2021-07-30T19:03:27+03:00 use native formatting for error messages --HG-- branch : isidentical-py38-test-fixes - - - - - fdfe0cd6 by isidentical at 2021-07-30T19:03:46+03

[pypy-commit] [Git][pypy/pypy][branch/isidentical-py38-test-fixes] import: use raise_import_error with app level execution to get around RPython

2021-07-30 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/isidentical-py38-test-fixes at PyPy / pypy Commits: 9a8c9ee9 by isidentical at 2021-07-30T17:31:30+03:00 import: use raise_import_error with app level execution to get around RPython --HG-- branch : isidentical-py38-test-fixes - - - - - 2 changed

[pypy-commit] [Git][pypy/pypy][branch/isidentical-py38-test-fixes] try specializing on arg 5?

2021-07-29 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/isidentical-py38-test-fixes at PyPy / pypy Commits: deba365c by isidentical at 2021-07-30T03:34:23+03:00 try specializing on arg 5? --HG-- branch : isidentical-py38-test-fixes - - - - - 1 changed file: - pypy/interpreter/error.py View it on

[pypy-commit] [Git][pypy/pypy][branch/isidentical-py38-test-fixes] disable specialization

2021-07-29 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/isidentical-py38-test-fixes at PyPy / pypy Commits: a118726f by isidentical at 2021-07-30T03:20:25+03:00 disable specialization --HG-- branch : isidentical-py38-test-fixes - - - - - 1 changed file: - pypy/interpreter/error.py View it on Heptapod

[pypy-commit] [Git][pypy/pypy][branch/isidentical-py38-test-fixes] 7 commits: module: add get_spec() method to retrieve __spec__

2021-07-29 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/isidentical-py38-test-fixes at PyPy / pypy Commits: adb253eb by isidentical at 2021-07-30T01:35:07+03:00 module: add get_spec() method to retrieve __spec__ --HG-- branch : isidentical-py38-test-fixes - - - - - 354b0470 by isidentical at 2021-07-30T01

[pypy-commit] [Git][pypy/pypy][branch/isidentical-py38-test-fixes] ast app tests: fix the ast.Constant(value=...)

2021-07-29 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/isidentical-py38-test-fixes at PyPy / pypy Commits: ed1082a7 by isidentical at 2021-07-30T00:18:13+03:00 ast app tests: fix the ast.Constant(value=...) --HG-- branch : isidentical-py38-test-fixes - - - - - 1 changed file: - pypy/module/_ast/test

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/isidentical-py38-test-fixes

2021-07-29 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed new branch branch/isidentical-py38-test-fixes at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/isidentical-py38-test-fixes You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/py3.8-isidentical-ast-feature-version] pyparser: add the ability to clear type_ignore cache

2021-07-26 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.8-isidentical-ast-feature-version at PyPy / pypy Commits: e28cdc1d by isidentical at 2021-07-26T19:11:13+03:00 pyparser: add the ability to clear type_ignore cache It seems like compile() command preserves the parser since it uses the same

[pypy-commit] [Git][pypy/pypy][branch/py3.8-isidentical-ast-feature-version] pyparser: ensure all tokens are unique for type ignores

2021-07-26 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.8-isidentical-ast-feature-version at PyPy / pypy Commits: 92788fef by isidentical at 2021-07-26T16:40:05+03:00 pyparser: ensure all tokens are unique for type ignores --HG-- branch : py3.8-isidentical-ast-feature-version - - - - - 1 changed file

[pypy-commit] [Git][pypy/pypy][branch/py3.8-isidentical-ast-feature-version] fstring: add feature_version check against fstring debugging

2021-07-26 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.8-isidentical-ast-feature-version at PyPy / pypy Commits: 2337f357 by isidentical at 2021-07-26T12:31:46+03:00 fstring: add feature_version check against fstring debugging --HG-- branch : py3.8-isidentical-ast-feature-version - - - - - 1 changed

[pypy-commit] [Git][pypy/pypy][branch/py3.8-isidentical-ast-feature-version] 2 commits: test: fix the compile() apptest to adapt new feature_version

2021-07-26 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.8-isidentical-ast-feature-version at PyPy / pypy Commits: 23bf108d by isidentical at 2021-07-26T11:40:50+03:00 test: fix the compile() apptest to adapt new feature_version --HG-- branch : py3.8-isidentical-ast-feature-version - - - - - 206b2450 by

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-isidentical-ast-feature-version

2021-07-25 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed new branch branch/py3.8-isidentical-ast-feature-version at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8-isidentical-ast-feature-version You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/py3.8-isidentical-stuff] 6 commits: type: use qualified name instead of raw class name in base error

2021-07-25 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.8-isidentical-stuff at PyPy / pypy Commits: bc819df2 by isidentical at 2021-07-25T21:29:09+03:00 type: use qualified name instead of raw class name in base error --HG-- branch : py3.8-isidentical-stuff - - - - - 1656c455 by isidentical at 2021-07

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-isidentical-stuff

2021-07-25 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed new branch branch/py3.8-isidentical-stuff at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8-isidentical-stuff You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/py3.8_isidentical_test] Backed out changeset 28a80618ee57

2021-07-23 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.8_isidentical_test at PyPy / pypy Commits: 33d28689 by isidentical at 2021-07-23T14:17:53+03:00 Backed out changeset 28a80618ee57 --HG-- branch : py3.8_isidentical_test - - - - - 1 changed file: - pypy/interpreter/pyparser/pytokenizer.py View

[pypy-commit] [Git][pypy/pypy][branch/py3.8_isidentical_test] astbuilder: is is_none() to fix type_comments test

2021-07-23 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.8_isidentical_test at PyPy / pypy Commits: ebf27317 by isidentical at 2021-07-23T11:51:46+03:00 astbuilder: is is_none() to fix type_comments test --HG-- branch : py3.8_isidentical_test - - - - - 1 changed file: - pypy/interpreter/astcompiler

[pypy-commit] [Git][pypy/pypy][branch/py3.8_isidentical_test] pytokenizer: pass correct arguments

2021-07-23 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.8_isidentical_test at PyPy / pypy Commits: 719ec147 by isidentical at 2021-07-23T11:48:46+03:00 pytokenizer: pass correct arguments --HG-- branch : py3.8_isidentical_test - - - - - 1 changed file: - pypy/interpreter/pyparser/pytokenizer.py

[pypy-commit] [Git][pypy/pypy][branch/py3.8_isidentical_test] 2 commits: consts: change PyCF_ASYNC_HACKS to use a lower value

2021-07-20 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed to branch branch/py3.8_isidentical_test at PyPy / pypy Commits: 7e869932 by isidentical at 2021-07-20T16:39:14+03:00 consts: change PyCF_ASYNC_HACKS to use a lower value --HG-- branch : py3.8_isidentical_test - - - - - d7ca24bc by isidentical at 2021-07-20T16:44:26+03

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8_isidentical_test

2021-07-04 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed new branch branch/py3.8_isidentical_test at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8_isidentical_test You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/top-level-await] reference to proper flag

2021-02-13 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/top-level-await at PyPy / pypy Commits: 50beed96 by isidentical at 2021-02-14T00:34:00+03:00 reference to proper flag --HG-- branch : top-level-await - - - - - 2 changed files: - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/top-level-await

2021-02-13 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/top-level-await at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/top-level-await You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/new-syntax-warnings] ...

2021-01-30 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/new-syntax-warnings at PyPy / pypy Commits: 175d7fa6 by isidentical at 2021-01-30T23:55:09+03:00 ... --HG-- branch : new-syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on GitLab: https

[pypy-commit] [Git][pypy/pypy][branch/new-syntax-warnings] explicit type assertion for rpython

2021-01-30 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/new-syntax-warnings at PyPy / pypy Commits: 1b8c678a by isidentical at 2021-01-30T23:37:39+03:00 explicit type assertion for rpython --HG-- branch : new-syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/new-syntax-warnings

2021-01-30 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/new-syntax-warnings at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/new-syntax-warnings You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/syntax-warnings] whitespace

2021-01-23 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/syntax-warnings at PyPy / pypy Commits: 8612384c by isidentical at 2021-01-23T14:21:26+03:00 whitespace --HG-- branch : syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/asthelpers.py View it on GitLab: https

[pypy-commit] [Git][pypy/pypy][branch/syntax-warnings] 3 commits: rpython: isinstance => type

2021-01-23 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/syntax-warnings at PyPy / pypy Commits: 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 complia

[pypy-commit] [Git][pypy/pypy][branch/syntax-warnings] rpython: %r => '%s'

2021-01-23 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/syntax-warnings at PyPy / pypy Commits: b1214640 by isidentical at 2021-01-23T14:08:55+03:00 rpython: %r => '%s' --HG-- branch : syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on G

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/syntax-warnings

2021-01-22 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/syntax-warnings at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/syntax-warnings You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Revert latest AST~ related commit (intended for a separate branch)

2021-01-16 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: 2e884aa8 by isidentical at 2021-01-16T17:41:32+03:00 Revert latest AST~ related commit (intended for a separate branch) --HG-- branch : py3.8 - - - - - 5 changed files: - pypy/interpreter/astcompiler/astbuilder.py

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/extended-annotations

2021-01-16 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/extended-annotations at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/extended-annotations You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Partial revert of ASYNC becomes keyword by default patch

2021-01-16 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: 450c50e9 by isidentical at 2021-01-16T17:18:09+03:00 Partial revert of ASYNC becomes keyword by default patch --HG-- branch : py3.8 - - - - - 5 changed files: - pypy/interpreter/astcompiler/astbuilder.py - pypy

[pypy-commit] [Git][pypy/pypy][branch/constant-kind] Use space.newtext_or_none for conversion

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/constant-kind at PyPy / pypy Commits: e41eeca2 by isidentical at 2021-01-09T23:00:59+03:00 Use space.newtext_or_none for conversion --HG-- branch : constant-kind - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on GitLab

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/constant-kind

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/constant-kind at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/constant-kind You're receiving this email because of your account on foss.heptapod.net. ___ pypy-c

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Adjust error handling for RPython

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: bdd0a5ba by isidentical at 2021-01-09T15:43:25+03:00 Adjust error handling for RPython --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/__builtin__/compiling.py View it on GitLab: https

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: Grammar: Add func_type_input productions

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy Commits: 51028d5c by isidentical at 2021-01-09T13:52:38+03:00 Grammar: Add func_type_input productions --HG-- branch : py3.8 - - - - - c9d98299 by isidentical at 2021-01-09T13:53:59+03:00 ASDL: Add FunctionType node --HG-- branch

[pypy-commit] [Git][pypy/pypy][branch/ast-constant] Compiler: Eliminate only constant expressions

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: a8d2288a by isidentical at 2021-01-09T12:59:20+03:00 Compiler: Eliminate only constant expressions --HG-- branch : ast-constant - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on

[pypy-commit] [Git][pypy/pypy][branch/ast-constant] RPython: more fixes

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: 1d766706 by isidentical at 2021-01-09T12:31:46+03:00 RPython: more fixes --HG-- branch : ast-constant - - - - - 1 changed file: - pypy/interpreter/astcompiler/misc.py View it on GitLab: https

[pypy-commit] [Git][pypy/pypy][branch/ast-constant] RPython: Add a type assertion for inference

2021-01-09 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: d76fb28d by isidentical at 2021-01-09T12:10:18+03:00 RPython: Add a type assertion for inference --HG-- branch : ast-constant - - - - - 1 changed file: - pypy/interpreter/astcompiler/misc.py View it on GitLab

[pypy-commit] [Git][pypy/pypy][branch/ast-constant] 16 commits: fix posonly args with annotations

2021-01-08 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy Commits: 16b9fc03 by Carl Friedrich Bolz-Tereick at 2021-01-06T12:54:27+01:00 fix posonly args with annotations --HG-- branch : py3.8 - - - - - 12337854 by Carl Friedrich Bolz-Tereick at 2021-01-06T12:59:15+01:00 this

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/ast-constant

2021-01-08 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/ast-constant at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/ast-constant You're receiving this email because of your account on foss.heptapod.net. ___ pypy-c

[pypy-commit] [Git][pypy/pypy][branch/better-ast-initalization] ASDL-gen: Reflect changes to the asdl_py.py

2021-01-06 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/better-ast-initalization at PyPy / pypy Commits: 809a02ba by isidentical at 2021-01-06T23:23:14+03:00 ASDL-gen: Reflect changes to the asdl_py.py --HG-- branch : better-ast-initalization - - - - - 1 changed file: - pypy/interpreter/astcompiler/tools

[pypy-commit] [Git][pypy/pypy][branch/unpacking-in-flow] Test: Add an invalid test as a case

2021-01-06 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/unpacking-in-flow at PyPy / pypy Commits: 20b24db0 by isidentical at 2021-01-06T22:26:09+03:00 Test: Add an invalid test as a case --HG-- branch : unpacking-in-flow - - - - - 1 changed file: - pypy/interpreter/astcompiler/test/test_compiler.py

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/unpacking-in-flow

2021-01-06 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/unpacking-in-flow at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/unpacking-in-flow You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/better-ast-initalization] Test: Add a test regarding excess/less arguments

2021-01-06 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/better-ast-initalization at PyPy / pypy Commits: a24555e4 by isidentical at 2021-01-06T20:55:14+03:00 Test: Add a test regarding excess/less arguments --HG-- branch : better-ast-initalization - - - - - 2 changed files: - pypy/interpreter/astcompiler

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/better-ast-initalization

2021-01-06 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/better-ast-initalization at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/better-ast-initalization You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] pyparser: Orderless sorting

2021-01-03 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 2ef2f928 by isidentical at 2021-01-03T15:26:19+03:00 pyparser: Orderless sorting --HG-- branch : some-other-38-features - - - - - 1 changed file: - pypy/interpreter/pyparser/pyparse.py View it on

[pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: assert normal suite doesn't contain any type comments

2021-01-02 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: d80bb7bc by isidentical at 2021-01-02T17:42:52+03:00 ast: assert normal suite doesn't contain any type comments --HG-- branch : some-other-38-features - - - - - 1 changed file: - pypy/interp

[pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] pyparser: precise errors for func_body_suite

2021-01-02 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 6989894c by isidentical at 2021-01-02T17:26:22+03:00 pyparser: precise errors for func_body_suite --HG-- branch : some-other-38-features - - - - - 2 changed files: - pypy/interpreter/pyparser/parser.py

[pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] rpython: some rpython hacks

2021-01-02 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 1a38a9fd by isidentical at 2021-01-02T16:35:43+03:00 rpython: some rpython hacks --HG-- branch : some-other-38-features - - - - - 1 changed file: - pypy/interpreter/astcompiler/astbuilder.py View it

[pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: make all ast tests working (one syntax error left)

2021-01-02 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 1ea221b9 by isidentical at 2021-01-02T16:23:38+03:00 ast: make all ast tests working (one syntax error left) --HG-- branch : some-other-38-features - - - - - 5 changed files: - pypy/interpreter

[pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: make test_validate compatible

2021-01-01 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 54061070 by isidentical at 2021-01-02T01:16:37+03:00 ast: make test_validate compatible --HG-- branch : some-other-38-features - - - - - 3 changed files: - pypy/interpreter/astcompiler/test

[pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: Use proper none

2021-01-01 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: addd951a by isidentical at 2021-01-02T00:48:09+03:00 ast: Use proper none --HG-- branch : some-other-38-features - - - - - 1 changed file: - pypy/interpreter/astcompiler/astbuilder.py View it on

[pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] ast: Proper serialization of string/None

2021-01-01 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: c8a1ab4c by isidentical at 2021-01-02T00:42:21+03:00 ast: Proper serialization of string/None --HG-- branch : some-other-38-features - - - - - 6 changed files: - pypy/interpreter/astcompiler/ast.py

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/some-other-38-features

2021-01-01 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/some-other-38-features at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/some-other-38-features You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/fstring-debugging

2020-12-31 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/fstring-debugging at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/fstring-debugging You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/issue-3371

2020-12-31 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/issue-3371 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/issue-3371 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-c