-
Notifications
You must be signed in to change notification settings - Fork 287
Pull requests: facebook/pyrefly
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[TEST] Support adjacent __new__.__defaults__ for functional namedtuples (#2882)
cla signed
fb-exported
meta-exported
#2882
opened Mar 23, 2026 by
migeed-z
Loading…
Fix overloaded __get__ on descriptor with type[T] where T is bounded
cla signed
fb-exported
meta-exported
#2881
opened Mar 23, 2026 by
migeed-z
Loading…
Skip inapplicable parent overloads during override checking (#2880)
cla signed
fb-exported
meta-exported
#2880
opened Mar 23, 2026 by
migeed-z
Loading…
fix while...else return not recognized as exhaustive #2868
cla signed
#2878
opened Mar 23, 2026 by
asukaminato0721
Loading…
fix map is confused by string literals #2854
cla signed
#2856
opened Mar 23, 2026 by
asukaminato0721
•
Draft
fix Narrowing inside try is preserved into finally, ignoring type outside of try #2845
cla signed
#2849
opened Mar 22, 2026 by
asukaminato0721
Loading…
fix Autocomplete parameters of class pattern in match-case situation #2830
cla signed
#2848
opened Mar 22, 2026 by
asukaminato0721
Loading…
fix Hover on datetime.datetime import does not show constructor signature & docstring #2814
cla signed
#2847
opened Mar 22, 2026 by
asukaminato0721
Loading…
fix LSP - typing.NamedTuple tooltip is not informative #2844
cla signed
#2846
opened Mar 21, 2026 by
asukaminato0721
Loading…
fix empty case and dict case of key autocompletion #1886 #2838
cla signed
#2843
opened Mar 21, 2026 by
asukaminato0721
Loading…
Avoid pinning solver variables too early when RHS is a union (#2839)
cla signed
fb-exported
meta-exported
#2839
opened Mar 20, 2026 by
migeed-z
Loading…
Bump tar from 0.4.44 to 0.4.45
cla signed
dependencies
Pull requests that update a dependency file
needs-triage
rust
Pull requests that update rust code
#2837
opened Mar 20, 2026 by
dependabot
bot
Loading…
Fix missing error for
"str" | None union with string literals
cla signed
#2828
opened Mar 18, 2026 by
fangyi-zhou
Loading…
2 tasks done
Preserve original type for unannotated passthrough decorators (#2825)
cla signed
fb-exported
meta-exported
#2825
opened Mar 18, 2026 by
grievejia
Loading…
Dual-use decorator return unions alternative heuristic (#2824)
cla signed
fb-exported
meta-exported
#2824
opened Mar 18, 2026 by
grievejia
Loading…
fix Incorrect invalid-type-var check when persisting get method of a fully-annotated dict #2812
cla signed
#2816
opened Mar 17, 2026 by
asukaminato0721
Loading…
fix Support inline namedtuple definition #2811
cla signed
#2815
opened Mar 17, 2026 by
asukaminato0721
Loading…
fix False positive [missing-attribute] for dict.setdefault(key, []).append(val) on unannotated dict #2799
cla signed
#2800
opened Mar 14, 2026 by
asukaminato0721
•
Draft
Fix false positive bad-function-definition for TypeVar defaults
cla signed
needs-triage
#2788
opened Mar 12, 2026 by
Adist319
Loading…
fix Duplicate errors for undefined name in __all__ #2655
cla signed
#2787
opened Mar 12, 2026 by
asukaminato0721
Loading…
fix ENH: Allow setting default output-format in pyproject.toml / pyrefly.toml #2688
cla signed
#2786
opened Mar 12, 2026 by
asukaminato0721
Loading…
fix Cannot infer set type from usage #2693
cla signed
#2785
opened Mar 12, 2026 by
asukaminato0721
Loading…
fix Feature: support @field.validator decorator for attrs #2013
cla signed
#2782
opened Mar 12, 2026 by
asukaminato0721
Loading…
fix Enum .value mismatch with union of literals #2741
cla signed
#2779
opened Mar 11, 2026 by
asukaminato0721
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.