-
Notifications
You must be signed in to change notification settings - Fork 295
Labels
typecheckingusabilityUsability & readiness issues identified with running Pyrefly on top OSS projectsUsability & readiness issues identified with running Pyrefly on top OSS projects
Description
Describe the Bug
Minimal repro:
def format_types(types: set[type | None]) -> str:
return ", ".join( # pyrefly: no matching overload for str.join
sorted((e and e.__name__) or "None" for e in types)
)Only Pyrefly has problem with this code.
Sandbox Link
(Only applicable for extension issues) IDE Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
typecheckingusabilityUsability & readiness issues identified with running Pyrefly on top OSS projectsUsability & readiness issues identified with running Pyrefly on top OSS projects