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

HTML-escaped error messages #5241

Closed
lovasoa opened this issue Apr 14, 2020 · 2 comments · Fixed by #5640
Closed

HTML-escaped error messages #5241

lovasoa opened this issue Apr 14, 2020 · 2 comments · Fixed by #5640
Labels
bug subsystem::code insight General label for issues related to code understanding: highlighting, completion, annotation, etc.

Comments

@lovasoa
Copy link

lovasoa commented Apr 14, 2020

Hello,
I'm not sure this is the right place to report this, but I am having issues with error messages that contain special characters: they are escaped as html entities.

I see: Error:(340, 21) mismatched types [E0308]expected Simd<[u8; 8]>, found Simd<[i32; 8]>

Instead of Error:(340, 21) mismatched types [E0308]expected Simd<[u8; 8]>;, found Simd<[i32; 8]>

Environment

  • IntelliJ Rust plugin version: 0.2.119.2201-201
  • Rust toolchain version: 1.42.0 (b8cedc004 2020-03-09) x86_64-apple-darwin
  • IDE name and version: IntelliJ IDEA 2020.1 Community Edition (IC-201.6668.121)
  • Operating system: macOS 10.15.3

Problem description

image

Steps to reproduce

fn stbi_clamp_simd(x: i32x8) -> u8x8
{
    u8x8::from_cast(x.max(i32x8::splat(0)).min(i32x8::splat(255)))
}
@Undin Undin added bug subsystem::code insight General label for issues related to code understanding: highlighting, completion, annotation, etc. labels Jun 23, 2020
bors bot added a commit that referenced this issue Jun 23, 2020
5640: Properly escape types in annotations for 2020.2 r=Undin a=Undin

Fixes #2473 (starting with 2020.2)
Fixes #5241 (starting with 2020.2)
Fixes #5598

Co-authored-by: Arseniy Pendryak <a.pendryak@yandex.ru>
@bors bors bot closed this as completed in #5640 Jun 23, 2020
@bors bors bot closed this as completed in 130d0bc Jun 23, 2020
@Undin Undin reopened this Jun 26, 2020
@Undin Undin closed this as completed Jun 26, 2020
@hi2u
Copy link

hi2u commented Nov 18, 2020

I'm still seeing HTML entities in the "Problems" panel:

2020-11-19_024957-Window

  • Rust plugin version: 0.3.135.3484-203

  • IntelliJ IDEA 2020.3 Beta (Ultimate Edition)

- Build #IU-203.5784.10, built on November 10, 2020
- IntelliJ IDEA EAP User
- Runtime version: 11.0.9+11-b1145.10 amd64
- VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
- Windows 10 10.0
- GC: ParNew, ConcurrentMarkSweep
- Memory: 1981M
- Cores: 8
- Non-Bundled Plugins: Statistic, com.4lex4.intellij.solarized, intellij.haskell, com.markskelton.one-dark-theme, in.xiv.cs, org.toml.lang, com.jetbrains.php, training, org.rust.lang, com.samdark.intellij-visual-studio-code-dark-plus

@Undin
Copy link
Member

Undin commented Dec 20, 2020

@hi2u it will be fixed by #6536

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug subsystem::code insight General label for issues related to code understanding: highlighting, completion, annotation, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants