[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-10 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=475252 Waqar Ahmed changed: What|Removed |Added Latest Commit||https://invent.kde.org/util |

[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-06 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=475252 Waqar Ahmed changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-06 Thread Hugues Morisset
https://bugs.kde.org/show_bug.cgi?id=475252 --- Comment #7 from Hugues Morisset --- Maybe something to do with locales? ``` $ rust-analyzer --version && kate --version && env | grep 'LC_*' rust-analyzer 1.74.0-nightly (65ea825 2023-09-18) QSocketNotifier: Can only be used with threads started

[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-06 Thread Hugues Morisset
https://bugs.kde.org/show_bug.cgi?id=475252 --- Comment #6 from Hugues Morisset --- Created attachment 162125 --> https://bugs.kde.org/attachment.cgi?id=162125=edit rustout -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-06 Thread Hugues Morisset
https://bugs.kde.org/show_bug.cgi?id=475252 --- Comment #5 from Hugues Morisset --- Created attachment 162124 --> https://bugs.kde.org/attachment.cgi?id=162124=edit rustin -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-06 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=475252 --- Comment #4 from Waqar Ahmed --- Sorry this is the tooltip I see: ``` [rust-analyzer] (type-mismatch) expected Result<(), dyn Error>, found () ``` -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-06 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=475252 Waqar Ahmed changed: What|Removed |Added Component|part|application --- Comment #3 from Waqar Ahmed ---

[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-06 Thread Hugues Morisset
https://bugs.kde.org/show_bug.cgi?id=475252 --- Comment #2 from Hugues Morisset --- Sorry, here a simple example ``` async fn main() -> Result<(), dyn std::error::Error> { std::thread::sleep(std::time::Duration::from_secs(2)) } ``` I get ``` [rustc] (E0308) mismatched types expected enum

[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-05 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=475252 Waqar Ahmed changed: What|Removed |Added CC||waqar@gmail.com --- Comment #1 from Waqar

[kate] [Bug 475252] LSP tooltip doesn't display correctly sometimes

2023-10-05 Thread Hugues Morisset
https://bugs.kde.org/show_bug.cgi?id=475252 Hugues Morisset changed: What|Removed |Added CC||morisset.hug...@gmail.com -- You are