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

ANN: fix escaping in annotation messages #6536

Merged
merged 2 commits into from Dec 20, 2020
Merged

Conversation

Undin
Copy link
Member

@Undin Undin commented Dec 20, 2020

Now you don't need to think about escaping while introducing new diagnostic.
All messages in problems tool window and in editor should be properly escaped automatically.
In particular, it solved wrong escaping in E0277 error message

changelog: Properly render generic types in E0277 error message

Now you don't need to think about escaping while introducing new diagnostic.
All messages in problems tool window and in editor should be properly escaped automatically.
In particular, it solved wrong escaping in E0277 error message
Drop own `pluralise` function and use platform one
@Undin Undin added the fix Pull requests that fix some bug(s) label Dec 20, 2020
@Undin
Copy link
Member Author

Undin commented Dec 20, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 20, 2020

Build succeeded:

@bors bors bot merged commit f1bbdd1 into master Dec 20, 2020
@bors bors bot deleted the undin/fix-annotation-escaping branch December 20, 2020 23:35
@github-actions github-actions bot added this to the v138 milestone Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull requests that fix some bug(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant