Skip to content

feat(trace): create trace backups#14269

Open
Alizter wants to merge 1 commit intoocaml:mainfrom
Alizter:push-nxsztrprzlvs
Open

feat(trace): create trace backups#14269
Alizter wants to merge 1 commit intoocaml:mainfrom
Alizter:push-nxsztrprzlvs

Conversation

@Alizter
Copy link
Copy Markdown
Collaborator

@Alizter Alizter commented Apr 20, 2026

When you've started a rebuild and something has gone wrong, its too late to save your old trace since it's already overwritten.

When a user isn't using --trace-file, we move _build/trace.csexp to _build/trace.csexp.old so that both traces are available.

Most users won't notice this, but it should be convenient enough for those that need it.

  • changelog

When you've started a rebuild and something has gone wrong, its too late
to save your old trace since it's already overwritten.

When a user isn't using `--trace-file`, we move `_build/trace.csexp` to
`_build/trace.csexp.old` so that both traces are available.

Most users won't notice this, but it should be convenient enough for
those that need it.

Signed-off-by: Ali Caglayan <alizter@gmail.com>
@Alizter Alizter force-pushed the push-nxsztrprzlvs branch from d302f6e to 9f349a9 Compare April 20, 2026 15:04
@Alizter Alizter requested review from ElectreAAS April 20, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant