Commit eb537ec
committed
fix(storage): align remaining canonicalizers on code-unit key order
Review follow-up: the process-ownership stateJson envelope was canonicalized
by three parties, and only one had moved to code-unit ordering, so the writer
(processOwnershipStateCodec) and the worker-protocol validator could disagree
with the storage validator once any key pair collates differently. Convert
both remaining byte-form canonicalizers, plus the member-work-sync migration
stringifier, so every canonical byte producer and validator sorts identically
on any locale.1 parent 0038913 commit eb537ec
3 files changed
Lines changed: 7 additions & 3 deletions
File tree
- src/features
- internal-storage/main/infrastructure/worker
- member-work-sync/main/infrastructure
- team-runtime-control/main/adapters/output/process-supervision
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| 756 | + | |
| 757 | + | |
756 | 758 | | |
757 | | - | |
| 759 | + | |
758 | 760 | | |
759 | 761 | | |
760 | 762 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| 366 | + | |
| 367 | + | |
366 | 368 | | |
367 | | - | |
| 369 | + | |
368 | 370 | | |
369 | 371 | | |
370 | 372 | | |
| |||
0 commit comments