`timeout reading rustc version` on ion-shell
Open
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
- install ion-shell
- run
rustup show
Possible Solution(s)
No response
Notes
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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