Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Related error spans for assignability checks #25030

Closed
DanielRosenwasser opened this issue Jun 18, 2018 · 0 comments
Closed

Related error spans for assignability checks #25030

DanielRosenwasser opened this issue Jun 18, 2018 · 0 comments
Assignees
Labels
Domain: Related Error Spans Specifying regions for error messages/diagnostics on multiple locations. Fixed A PR has been merged for this issue Suggestion An idea for TypeScript

Comments

@DanielRosenwasser
Copy link
Member

DanielRosenwasser commented Jun 18, 2018

Now that we support multiple related spans for errors (#10489, #22789, #24548), we'd like to improve an existing error message.

Currently we have the following error for assignability checks:

Type '{0}' is not assignable to type '{1}'.
Type '{0}' is not assignable to type '{1}'. Two different types with this name exist, but they are unrelated.

@weswigham had some ideas to iterate on these error messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Domain: Related Error Spans Specifying regions for error messages/diagnostics on multiple locations. Fixed A PR has been merged for this issue Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants