Skip to content

Store undo history as serialized patches - #359

Open
nabeya11 wants to merge 6 commits into
masterfrom
perf/patch-history
Open

Store undo history as serialized patches#359
nabeya11 wants to merge 6 commits into
masterfrom
perf/patch-history

Assemble history chunks on the JS heap without a WASM-side copy

04661d1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 24, 2026 in 0s

45.93% (target 0.00%)

View this Pull Request on Codecov

45.93% (target 0.00%)

Details

Codecov Report

❌ Patch coverage is 83.51648% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.93%. Comparing base (836d903) to head (04661d1).

Files with missing lines Patch % Lines
patch.go 82.45% 11 Missing and 9 partials ⚠️
editor.go 86.48% 5 Missing ⚠️
undo.go 86.66% 3 Missing and 1 partial ⚠️
command.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #359      +/-   ##
==========================================
+ Coverage   39.34%   45.93%   +6.58%     
==========================================
  Files           8        9       +1     
  Lines        1426     1585     +159     
==========================================
+ Hits          561      728     +167     
+ Misses        829      808      -21     
- Partials       36       49      +13     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.