macsync/@packages/inotes/Sources
Natalie dfa7eb519d
Some checks are pending
Swift Build & Test / swift build + test (push) Waiting to run
fix(inotes): build US/RS separators with character id, not backslash-u escapes
THE actual root cause of notes never syncing (masked for several rebuilds by
os_log <private> redaction, now surfaced as AppleScript error -2741): the
fetchAllNotes script joined fields with backslash-u-001F / backslash-u-001E
separators, but AppleScript has no backslash-u escape (only \n \t \" \\), so the
script never compiled. Produce the 0x1F/0x1E separators (which Self.parse splits
on) via "character id 31" / "character id 30".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 15:00:16 -04:00
..
INoteSync fix(inotes): build US/RS separators with character id, not backslash-u escapes 2026-06-30 15:00:16 -04:00