You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging #1918, I started getting this different error instead. It's crashing on line 382, which seems to suggest that there are some bad ids in the LocalIds:
Hypothesis: Some spots deserializing watch results (e.g. line 378) are not expecting/handling the format tag (which was a late addition to serialized watch results), so there's an off-by-one byte issue and it's a miracle that anything works.
While debugging #1918, I started getting this different error instead. It's crashing on line 382, which seems to suggest that there are some bad ids in the
LocalIds
:unison/codebase2/codebase-sqlite/U/Codebase/Sqlite/Sync22.hs
Lines 371 to 388 in ca7b32d
The text was updated successfully, but these errors were encountered: