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
We allow users to make binary SnapshotValue instances, but we don't support actually encoding them to disk or inline snapshots.
Fixing this is pretty straightforward, I think the main undecided thing is where to put newlines. 80 column width or somesuch is fine, but we should also add a newline whenever there's a 0x0000 or something like that, to reduce diff noise when a changed binary file hasn't completely changed. Maybe look at the zip spec, and see how we could break at the start of each entry, something like that...
The text was updated successfully, but these errors were encountered:
We allow users to make binary
SnapshotValue
instances, but we don't support actually encoding them to disk or inline snapshots.Fixing this is pretty straightforward, I think the main undecided thing is where to put newlines. 80 column width or somesuch is fine, but we should also add a newline whenever there's a
0x0000
or something like that, to reduce diff noise when a changed binary file hasn't completely changed. Maybe look at the zip spec, and see how we could break at the start of each entry, something like that...The text was updated successfully, but these errors were encountered: