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
patch seems to return an error, or in some cases panic, on diffs that mention that a binary file changed. I guess #22 would change the panic into an error.
Some options:
Just drop these messages- would work for me, but maybe other clients want to know about them?
Maybe change the results to have some kind of enum indicating there was a change to a binary file? But this might be an API break to handle an edge case.
Add an option to control whether to drop or error?
The text was updated successfully, but these errors were encountered:
sourcefrog
added a commit
to sourcefrog/patch-rs
that referenced
this issue
Aug 18, 2024
From sourcefrog/cargo-mutants#391:
patch
seems to return an error, or in some cases panic, on diffs that mention that a binary file changed. I guess #22 would change the panic into an error.Some options:
The text was updated successfully, but these errors were encountered: