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
Keep major versions up to date (* means new scripts use latest but won't be able to run old scripts)
Avoid boilerplate of having to specify the current edition
Ideas:
Default to loose, low-boilerplate approach (always latest edition, global prelude, global dependency-list) with warning telling people to run a command to turn it into a non-loose version (sets edition, embeds prelude and dependency list with a marker to say this is running in isolated mode)
The text was updated successfully, but these errors were encountered:
Another option would be to automatically copy the lockfile next to the script. For example for a foo.rs script it would generate a foo.rs.lock file. If one exists this file would be copied to Cargo.lock in the generated source dir and if cargo changed it, it would be copied back. You wouldn't strictly have everything in a single file anymore, but everything the user cares about would still be in a single file.
clap
)*
means new scripts use latest but won't be able to run old scripts)The text was updated successfully, but these errors were encountered: