-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
diagnosticsRelated to reporting of diagnostics.Related to reporting of diagnostics.needs-designNeeds further design before implementationNeeds further design before implementationoverloads
Milestone
Description
Currently, an overloaded definition is displayed using the following format:
Overload[<signature of overload 1>, <signature of overload 2>, ...]For example:
Overload[() -> None, (x: int) -> int]The main use cases are reveal_type, error messages (?), hover implementation in the language server.
This issue is to keep track of whether we want to improve the display and if so then how?
There was some discussion over at astral-sh/ruff#17294 (comment).
Metadata
Metadata
Assignees
Labels
diagnosticsRelated to reporting of diagnostics.Related to reporting of diagnostics.needs-designNeeds further design before implementationNeeds further design before implementationoverloads