Skip to content

Snapshots don't sort well in contexts (like IDEs) that sort by extension #10626

Closed
@epage

Description

@epage

Problem

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.

Steps

Open up the test snapshots in an IDE

Possible Solution(s)

Organize the snapshots as

<name>/in/
<name>/out/
<name>/stdout
<name>/stderr

Notes

We should wait on #10620 so we can update all of them at once

Version

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions