-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Title says it all. I realize its probably a huge pain in the ass to get 50 PRs at the same time. In this issue, I will keep a living list of my open PRs with some comments wrt dependency relationships or other helpful info for maintainers.
In review, all comments addressed, ready for merge:
- [mypyc] feat: ForFilter generator helper for
builtins.filterpython/mypy#19643 - [mypyc] feat: specialize
anyandallusing for loop helpers if possible [1/2] python/mypy#19948
Ready for review:
- [mypyc] feat: make static literals immortal on Python3.14 python/mypy#20117 - This is a simple PR (35 LOC) which should show a meaningful performance improvement for all constants on Python3.14
- [mypyc] feat: implement try_getting_literal in preallocate helper [1/1] python/mypy#19979 - 5 LOC + tests
- [mypyc] feat: constant folding for DictExpr [1/1] python/mypy#19864
- [mypyc] feat: extend
get_expr_lengthforenumerate,map,zip,range,list,tuple,sorted, andreversedCallExpr [3/4] python/mypy#19927 - This is interconnected with 19935, I probably won't separate them like this again, but it didn't feel right to mash them together as the concerns are clearly separate. - [mypyc] feat: new primitives for
bytes.rjustandbytes.ljustpython/mypy#19672
Was ready for review, now has conflicts w/ master:
Is ready, but blocked by 19948. Will require rebase after 19948 is merged. Here as a todo item for myself.
In review, needs changes:
- [mypyc] feat: cache ids for fallback pythonic method lookups [1/1] python/mypy#19870
- [mypyc] fix: UnboundLocalError incorrectly raised as AttributeError python/mypy#20085 - bugfix for case where mypyc violates expected python behavior
- [mypyc] feat: improve LoadLiteral annotation determinism python/mypy#20012
- feat: add IndexExpr support to
constant_fold_expr[1/2] python/mypy#19982 - [mypyc] feat: support constant folding in
convert_format_expr_to_str[1/1] python/mypy#19970
Drafts (ignore these, this is for me)
This is currently incomplete, it will be updated soon
jacopoabramo
Metadata
Metadata
Assignees
Labels
No labels