rust-lang / rust-lang/rustup

`timeout reading rustc version` on ion-shell

Open
#3,417 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug help wanted
Dominant language
Rust
Stars
7k
Forks
1.1k
Avg merge
22h 40m
Merged PRs (30d)
46

Description

Problem

I've installed rustup via the online install file.

Currently running rustup show in ion-shell shows this:

# rustup show
Default host: x86_64-unknown-linux-gnu
rustup home:  /home/<my_username>/.rustup

installed toolchains
--------------------

stable-x86_64-unknown-linux-gnu (default)
nightly-2022-08-27-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu

active toolchain
----------------

stable-x86_64-unknown-linux-gnu (default)
(timeout reading rustc version)

This does not timeout in zsh or bash for that subcommand.

Steps
  1. install ion-shell
  2. run rustup show
Possible Solution(s)

No response

Notes

ion-shell docs

Rustup version
1.26.0
Installed toolchains
Default host: x86_64-unknown-linux-gnu
rustup home:  /home/<my_username>/.rustup

installed toolchains
--------------------

stable-x86_64-unknown-linux-gnu (default)
nightly-2022-08-27-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu

active toolchain
----------------

stable-x86_64-unknown-linux-gnu (default)
rustc 1.71.0 (8ede3aae2 2023-07-12)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing rustup show in ion-shell and compare its behavior with bash or zsh, using the reported Rust toolchains and rustc version as the reference. The issue is done when the active toolchain's rustc version is displayed without a timeout in ion-shell.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust, shell
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.