Eric Huss

Results 681 comments of Eric Huss
trafficstars

Looks like Github recently made a change to their TLS configuration: https://github.com/blog/2507-weak-cryptographic-standards-removed EDIT: Not sure if it will also affect Windows 7 users, but they are stuck on TLS 1.0...

Thanks @wbond! Please let us know if there is any way we can help.

Thanks, I have resolved the conflict.

> It would be preferable to get this merged as soon as possible as this is technically a blocker for making rust-analyzer's proc-macro-server handling more robust. Can you say more...

Based on the zulip conversation, there seems to be some confusion about how rustup works. There is already a component for `rust-analyzer`. Today, you can run `rustup which rust-analyzer` to...

@kinnison Just checking in to see if we can get this merged, and get a new release in the next few weeks.

Questions/Notes: * I did not add any sort of "unstable" flag to enable this feature. Which approach do you think would be good? * Merge this on a separate branch,...

I need to follow up on some things, and I have been procrastinating. 🐌

I think (maybe) the issue is that rustup is assuming all executables end with `.exe` [here](https://github.com/rust-lang/rustup/blob/a441c41679386cf62ebd9e49af6d8b37cd792af6/src/toolchain.rs#L326-L335), but scripts like rust-gdb are shell scripts which do not have the extension.

One random thought I had was to maybe draw highlighted boxes around the places the user is intended to click? For example, in the first picture it says to select...