mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
The snapshot was being saved before validation ran. If validation found corruption and repaired it, the snapshot was stale/wrong. This fix moves validation (CHECKPOINT C) BEFORE saving snapshot in both: - Tail replay path (after replaying ops following a snapshot) - Full replay path (when no snapshot exists) Now the snapshot contains validated/repaired state. Includes regression tests that verify validation happens before snapshot save in both code paths. |
||
|---|---|---|
| .. | ||
| ai | ||
| promotion | ||
| refactoring | ||
| screens | ||
| sync | ||
| add-new-integration.md | ||
| build-and-publish-notes.md | ||
| ENV_SETUP.md | ||
| github-access-token-instructions.md | ||
| gitlab-access-token-instructions.md | ||
| how-to-rate.md | ||
| howto-refresh-snap-credentials.md | ||
| legacy-webview-analysis.md | ||
| mac-app-store-code-signing-guide.md | ||
| performance-project-tag-report.md | ||
| plugin-development.md | ||
| update-android-app.md | ||
| update-mac-certificates.md | ||