We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, snapshots are stored as
<name>.in/ <name>.out/ <name>.stdout <name>.stderr
In ls, this groups things well but in IDEs, it doesn't.
ls
Open up the test snapshots in an IDE
Organize the snapshots as
<name>/in/ <name>/out/ <name>/stdout <name>/stderr
We should wait on #10620 so we can update all of them at once
No response
The text was updated successfully, but these errors were encountered:
cargo-init
Forgot to mention this but this should mean we can delete the scripts for copying / renaming since you can just copy or rename the directory
Sorry, something went wrong.
@rustbot claim
snapshot
05a53e7
Muscraft
Successfully merging a pull request may close this issue.
Problem
Right now, snapshots are stored as
In
ls
, this groups things well but in IDEs, it doesn't.Steps
Open up the test snapshots in an IDE
Possible Solution(s)
Organize the snapshots as
Notes
We should wait on #10620 so we can update all of them at once
Version
No response
The text was updated successfully, but these errors were encountered: