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
fix: small fixes for raw diff index & db-backend test
small fixes after rebase; however also a `main.rs` fix, because
we were handling structured diff CLI arg, as path, but it was the source
not sure how this ever worked
also a small fix for the dap server test (putting the new way to called the binary
in the right place, sorry)
copying commit message from original raw_diff_index commit by me and Nedy for context:
(a624ea0):
fix: try to pass raw diff index content to db-backend instead of hardcoding path
Part of a pairing session with Nedy;
TODO: (alexander: i decided for now to go with passing it directly with CLI for
faster prototype/working version)
still hacky as CLI args have limited size/memory, but for initial internal version
hopefully ok
0 commit comments