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
Delta doesn't show the full patch. It stops after line 972 "Install the project...". The "---" lines look suspicious, but such lines appear elsewhere in the file (search "Enabling feature profiling") and work just fine. Snippet of where delta stops showing output:
-[ 87%] No install step for 'wasmtime-crate'-[100%] Completed 'wasmtime-crate'-[100%] Built target wasmtime-crate-Install the project...--- Install configuration: "Release"--- Installing: /home/runner/work/wasmtime/wasmtime/target/c-api-install/include--- Installing: /home/runner/work/wasmtime/wasmtime/target/c-api-install/include/wasm.h--- Installing: /home/runner/work/wasmtime/wasmtime/target/c-api-install/include/wasmtime--- Installing: /home/runner/work/wasmtime/wasmtime/target/c-api-install/include/wasmtime/async.h--- Installing: /home/runner/work/wasmtime/wasmtime/target/c-api-install/include/wasmtime/profiling.h--- Installing: /home/runner/work/wasmtime/wasmtime/target/c-api-install/include/wasmtime/global.h
It's much simpler, diff -u .. input starts with (in this case) --- /var/folder/... to describe the original filenames, but removing a line starting with -- (in this case -- Enabling feature profiling) creates a line that delta handles like a filename which results in garbled output.
Delta doesn't show the full patch. It stops after line 972 "Install the project...". The "---" lines look suspicious, but such lines appear elsewhere in the file (search "Enabling feature profiling") and work just fine. Snippet of where delta stops showing output:
diff.patch
The text was updated successfully, but these errors were encountered: