You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During solana_version toolchain override, we set the standard I/O stream to Stdio::null in order to avoid displaying the switching process via solana-install init command. The process can take a while if the given Solana version is not installed but there is no indication of a new installation.
Solution
Anchor should only set the standard I/O stream to Stdio:null if the given solana_version is already installed. That way, users will be able to see the installation process when necessary.
The text was updated successfully, but these errors were encountered:
Problem
During
solana_version
toolchain override, we set the standard I/O stream toStdio::null
in order to avoid displaying the switching process viasolana-install init
command. The process can take a while if the given Solana version is not installed but there is no indication of a new installation.Solution
Anchor should only set the standard I/O stream to
Stdio:null
if the givensolana_version
is already installed. That way, users will be able to see the installation process when necessary.The text was updated successfully, but these errors were encountered: