Commit 2b982ef
Add diffWithCovers and patchSingleStream native APIs
- diffWithCovers(old, new, covers, options): create standard hdiffpatch
payloads from caller-provided cover lines, with replace/merge/
native-coalesce modes and optional debugCovers introspection
- patchSingleStream: file-level apply for single-compressed diffs
produced by diff()/diffWithCovers()
- Point HDiffPatch submodule at reactnativecn fork (over https) for the
cover-listener capacity change; migrate module registration out of
the namespace and guard diff-declared sizes against size_t truncation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 6ee6c4c commit 2b982ef
8 files changed
Lines changed: 745 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
Submodule HDiffPatch updated 1 file
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
7 | 26 | | |
8 | 27 | | |
9 | 28 | | |
10 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
11 | 36 | | |
12 | 37 | | |
13 | 38 | | |
| |||
24 | 49 | | |
25 | 50 | | |
26 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
27 | 59 | | |
28 | 60 | | |
29 | 61 | | |
| |||
34 | 66 | | |
35 | 67 | | |
36 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
37 | 75 | | |
38 | 76 | | |
39 | 77 | | |
| |||
65 | 103 | | |
66 | 104 | | |
67 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
68 | 117 | | |
69 | 118 | | |
70 | 119 | | |
71 | 120 | | |
| 121 | + | |
72 | 122 | | |
73 | 123 | | |
74 | 124 | | |
| 125 | + | |
75 | 126 | | |
76 | 127 | | |
77 | 128 | | |
0 commit comments