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
When re-running a script supplied via the --expr flag, cargo script will often return the most recent of any cached results rather than the result of the actual argument.
(The following example starts in fish. Switches to bash in case fish was doing something odd.)
When re-running a script supplied via the
--expr
flag,cargo script
will often return the most recent of any cached results rather than the result of the actual argument.(The following example starts in fish. Switches to bash in case fish was doing something odd.)
Installed via
cargo install --force
(had previously installed both 2.7 and 2.8) frommaster
:Re-verified the behavior after running
cargo script --clear-cache
.The text was updated successfully, but these errors were encountered: